-
-
Notifications
You must be signed in to change notification settings - Fork 105
Bubble card not displaying - 'does not exist' #1351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just to add, I never had this issue in the previous v2.4 betas, it only arose in the v2.5 betas, where I have to clear cache every single time I update. Unfortunately, in the latest beta (b8), it doesn't seem to have any effect at all. |
Hi! This is a random HACS issue and not everyone is experiencing this, have you updated it? But here's how you can fix this: |
I've just tried this workaround, but it doesn't seem to fix anything for me. Hi, when I change the resources to Edit: @Clooos issue seem to had fixed after HA restart, thank you! |
I've yet to figure out a permanent fix to this. I get it every update |
I have had this once or twice and specifically redownloading it through hacs has resolved it everytime so far. |
Yeh that doesn't work for me. No idea why I can't get it to work |
Hi everyone, I've submitted an issue on the HACS GitHub, I will tell you when I have an answer 🙂 |
Here's an answer from the HACS dev about this issue, can anyone tell me if this help you understand the cause of this? hacs/integration#4501 (comment) Also if someone can share logs, this can help a lot as well! 😄 |
ok finally have some time to post about this. Browser logs from web instance when it works: bubble-card.js?hacstag=6801129192509:2 'bubble-modules.yaml' not found at /local/bubble/bubble-modules.yaml?v=1744388014473 (status: 404). Trying next...
| loadYAML | @ | bubble-card.js?hacstag=6801129192509:2
-- | -- | -- | --
|
This message can be ignored, but it shouldn't appears anymore in the next beta. And this is weird that you still get this error, it should only happens once after an update. |
I tried a fix for the "Custom element doesn't exist" error, I unable to reproduce this issue, so I hope this will avoid that 🤞 This fix will be part of the next beta 🙂 |
- Changed version to v3.0.0-beta.1. - Fixed click propagation. PR #1396 by @AlexDaniel - Added calendar card. PR #1207 by @brunosabot - Fixed many slider-related issues - Horizontal button stack now enters edit mode correctly - Improved editor performance, UX, and info texts - In Modules, unsupported is now supported (not a breaking change, but new Modules must follow this rule – editable in the Module editor) - Fixed wrong zoom level in map-card inside pop-up-card. #1334 - Restored ability to use forecast attributes like forecast[0]?.temperature with HA 2025.4. #1369 - Additional pop-up optimizations - Improved pop-up history handling - Optimized and fixed issues in the action/haptic feedback system – #1354 #1364 #1372 - Play/pause button in media players can now be hidden properly – #1363 - Sliders now respect the defined step value correctly on release – #1399 - The "idle" state is no longer considered as "on" – #1388 - Attempt to fix random "Custom element doesn’t exist" errors – #1340 #1351 - Changed default accent color to blue – improves contrast with most themes, especially the default HA theme.⚠️ Note: Older browsers may not support this. To revert, add this to your theme YAML: bubble-default-color: var(--accent-color) - Made throttle function more reliable – PR #1395 by @AlexDaniel - Changed default double-tap action to none – PR #1393 by @AlexDaniel - Fixed sluggish buttons when double-tap is disabled – PR #1392 by @AlexDaniel - Removed YAML install warnings (only shown to YAML users now) - Added ability to edit YAML directly from the modules panel - Added module creation directly from the editor - Export module with full discussion structure - Create custom sliders with a range directly in the UI (no YAML needed anymore) - Fixed “Cannot read properties of null (reading 'shadowRoot')” error? - Fixed layout issue breaking older custom styles (default grid_layout row is now set to auto) - You can now create pop-ups directly! No need to start with a vertical stack, it is now added automatically. Makes setup much easier! You can also insert an example configuration. - Module Store - And so much more optimizations and fixes.
- Changed version to v3.0.0-beta.1. - Fixed click propagation. PR #1396 by @AlexDaniel - Added calendar card. PR #1207 by @brunosabot - Fixed many slider-related issues - Horizontal button stack now enters edit mode correctly - Improved editor performance, UX, and info texts - In Modules, unsupported is now supported (not a breaking change, but new Modules must follow this rule – editable in the Module editor) - Fixed wrong zoom level in map-card inside pop-up-card. #1334 - Restored ability to use forecast attributes like forecast[0]?.temperature with HA 2025.4. #1369 - Additional pop-up optimizations - Improved pop-up history handling - Optimized and fixed issues in the action/haptic feedback system – #1354 #1364 #1372 - Play/pause button in media players can now be hidden properly – #1363 - Sliders now respect the defined step value correctly on release – #1399 - The "idle" state is no longer considered as "on" – #1388 - Attempt to fix random "Custom element doesn’t exist" errors – #1340 #1351 - Changed default accent color to blue – improves contrast with most themes, especially the default HA theme.⚠️ Note: Older browsers may not support this. To revert, add this to your theme YAML: bubble-default-color: var(--accent-color) - Made throttle function more reliable – PR #1395 by @AlexDaniel - Changed default double-tap action to none – PR #1393 by @AlexDaniel - Fixed sluggish buttons when double-tap is disabled – PR #1392 by @AlexDaniel - Removed YAML install warnings (only shown to YAML users now) - Added ability to edit YAML directly from the modules panel - Added module creation directly from the editor - Export module with full discussion structure - Create custom sliders with a range directly in the UI (no YAML needed anymore) - Fixed “Cannot read properties of null (reading 'shadowRoot')” error? - Fixed layout issue breaking older custom styles (default grid_layout row is now set to auto) - You can now create pop-ups directly! No need to start with a vertical stack, it is now added automatically. Makes setup much easier! You can also insert an example configuration. - Module Store - And so much more optimizations and fixes.
Hi Clooos, First thanks for your hard work ! I also got this error when trying to install v3 beta 2 on 2.40 I've also tried clearing the caches, rebooting HA, uninstalling the old version and then installing the latest beta, but I still get the same error (doing everything from HACS). EDIT : working when installing v3 beta 1 |
same for me, 3.0 beta 2 and 3 not working. Had the same with 2.5 beta 9, while beta 8 was working |
This issue can be easily fixed, check this: |
Also had the same again. I deleted the resources, reinstalled and it worked. |
can confirm, after manually deleting bubble-card.js in explorer and reinstalling its working |
Until this is officially addressed, you can temporarily 'fix' this with each beta update using the steps below.
|
First of all, thanks for the great custom cards, @Clooos! After updating HA to 2025.5.1, the select buttons stopped working as in issues #1457 and #1466 (I was on v2.4 at this time). This should be fixed with v3.0 beta 6. However, after installation, the custom bubble-cards are no longer displayed with error message I tried @oerix' approach and it doesn't work in this case either. After rolling back to v3.0 beta 5, the cards are displayed again, but of course the original problem with the select buttons remains. HA-Version: 2025.5.1 |
Try the other suggestions in this issue if this one isn't working 🙂 |
Thanks, this one helped me fix the problem. 😺👍
|
Hi everyone! Ludeeus, the HACS dev, was finally able to reproduce this issue, and it will be fixed in the next HACS release! 🥳 This only happens with beta versions (any version that isn’t marked as “latest”). And after three months of beta testing, you can’t imagine how many times this issue has been reported, here, on the HA forum, on Reddit... So I'm really relieved it's finally identified and being fixed. Huge thanks to everyone who helped report it and stayed patient along the way! |
Is the HACS 2.0.5 release the one that's meant to fix this? I have that and just installed bubble card 3.0.0 beta7 and can't seem to get it to load even with trying the old hack of modifying the HACSTAG. |
Nope, this fix hasn’t been released yet. But this solution seems to works as well: |
Thanks I’ll try that too.
Paul.
Paul Gale, MCIPR
07730 465685<tel:07730%20465685>
…________________________________
From: Cloos ***@***.***>
Sent: Wednesday, May 14, 2025 8:59:15 PM
To: Clooos/Bubble-Card ***@***.***>
Cc: Paul Gale ***@***.***>; Comment ***@***.***>
Subject: Re: [Clooos/Bubble-Card] Bubble card not displaying - 'does not exist' (Issue #1351)
[https://avatars.githubusercontent.com/u/36499953?s=20&v=4]Clooos left a comment (Clooos/Bubble-Card#1351)<#1351 (comment)>
Nope, this fix hasn’t been released yet.
But this solution seems to works as well:
https://community.home-assistant.io/t/bubble-card-a-minimalist-card-collection-for-home-assistant-with-a-nice-pop-up-touch/609678/2668?u=cloos
—
Reply to this email directly, view it on GitHub<#1351 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAD5IFE3T55D6JT3ZUAMHHL26OOBHAVCNFSM6AAAAABZLV4B5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQOBRGQYDEMBXGI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Yes that worked nicely :) |
Nice! Thank you for the feedback! |
This time deleting resources did not work but I could easily fix it by just changing the last number of the HACS tag 🎉 |
I managed to fix this by accident. While following one of the fixes, I re-downloaded the previous HACS version (2.0.4) and instead of restarting it I accidentally updated back to 2.0.5 and restarted and it started working again |
I have the same issue with beta 7, all the other betas are fine and I can switch between them without issue. The browser logs show the following. The above workarounds does not work. This is reproducible on multiple browsers and devices.
|
Thank you for the feedback, this error is interesting (because I don't have it), I will check that! |
I have the problem with the latest beta8. |
Same, tried clearing cache and data, restarting etc. rolled back to beta 7 and working fine |
I can go back to Beta 7 without the whole procedure. All versions work, only beta 8 does not ... |
Describe the bug
After updating v
2.5.0-beta.8
it is showing errorbubble-card no longer exists
. I tried clearing frontend cache/data numerous times on all browsers, but still getting the same issue. This applies to desktop and the mobile app. I had to rollback thebeta.7
to get everything working again.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Display cards like normal, without errors.
Screenshots
Informations (please complete the following information):
The text was updated successfully, but these errors were encountered: