-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Latest update breaks Spotify Card? #461
Comments
Yes, same here |
If you have this error, change line 146 of init.py. and restart HA. See error in logger below. From: resp = get_spotify_devices(spotify_media_player) This solved my problem Logger: homeassistant Error doing job: Task exception was never retrieved (None) |
the line in question:
is clearly broken, as it's imported from here:
|
Opened PR #462 to address this. |
@geoffoxholm |
After updating to spotcast 3.8.2 the spotify-card broke: https://github.com/custom-cards/spotify-card
From what I understand it is the same creator, which is no longer with us, and there is no support or maintainer on the spotify-card.
Is it possible to adjust spotcast integration to not break spotify-card or does this have to be fixed in the spotify-card?
The text was updated successfully, but these errors were encountered: