bramkragten / swipe-card

Card that allows you to swipe throught multiple cards for Home Assistant Lovelace
249 stars 36 forks source link

Swipe cards not loading #70

Open XisoP01 opened 1 year ago

XisoP01 commented 1 year ago

I'm running 3 swipe cards on my HA installation. Most of the time I start the app, the cards simply won't show. Opening the sidebar, clicking energy, opening sidebar, clicking home "fixes" the issue but these are actions that shouldn't be necessary in my opinion. Is there a known fix? I'm using the cards to navigate through my dashboards so they're kind of important.

HA: VM on Unraid 3C/3T @ 6GB RAM remote access through subdomain/cloudflare/nginx-proxy-manager

rVlad93 commented 1 year ago

Having the same issue lately. Have the load the app multiple times intil it shows up. Managed to sort it?

alex3305 commented 1 year ago

This has recently become really annoying and frequent. Once every few page loads.

vbueschken commented 1 year ago

Having the same issue. Have the load the app multiple times intil it shows up. It shows up, when I reorder the cards in the dashboard - disappears again after closing and opening the app again. Any estimated time to fix that issue?

XisoP01 commented 1 year ago

It seems to be worse than a couple of months ago. I now have to go to (in this example) energy -> back every time I open the app. It seemed to have worked quite good for a couple of days before it became like it is now.

Also recently migrated my installation: VM in a Proxmox 3-node cluster. Situation was like mentioned before the migration

vbueschken commented 1 year ago

Since February there is no reaction... is the software maintained and developed at all ?

monstergubl commented 1 year ago

same issue here

ntzb commented 1 year ago

also having it. driving me crazy. page 1 has climate entity showing custom simple thermostat card. page two has a list of scripts. seems like it doesn't have enough time to load the first page so it gives up, and only shows the second page. anyone have any workaround?

ntzb commented 1 year ago

I see some forks (e.g. https://github.com/keshavdv/swipe-card) have updated the swiper js lib. @keshavdv can you say what you were trying to solve by updating the lib in https://github.com/bramkragten/swipe-card/commit/2f34d355a1ba15083f398095a028ddac5d74b406?

rVlad93 commented 1 year ago

I see some forks (e.g. https://github.com/keshavdv/swipe-card) have updated the swiper js lib. @keshavdv can you say what you were trying to solve by updating the lib in 2f34d35?

From what I've noticed this doesn't happen on iOS. The dashboard on my girlfriends iPhone loads perfectly every time. Have you tried this one? If you did please post your findings.

ntzb commented 1 year ago

I tried it, but seems to be the same unfortunately.

keshavdv commented 1 year ago

For me, I was seeing some poor animation performance and tried to update to see if those were solved in a newer release (they weren't).

jonostanck commented 10 months ago

Hi @bramkragten ! I love this card, but having the same issue as others (above). Is this project discontinued or are there any plans to update & make it work again? Thanks

jonostanck commented 10 months ago

For everyone still struggling with this issue - I managed to eliminate the problem of cards not loading in the swiper by changing the URL in the resources from local (/hacsfiles/swipe-card/swipe-card.js?hacstag=192732887500) to hosted: https://cdn.jsdelivr.net/gh/bramkragten/custom-ui@master/swipe-card/swipe-card.js

ntzb commented 10 months ago

interesting... I'll try it out