Skip to content
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

Exception in SpotifyContainerManager.container_loaded #422

Closed
jodal opened this issue Apr 19, 2013 · 3 comments
Closed

Exception in SpotifyContainerManager.container_loaded #422

jodal opened this issue Apr 19, 2013 · 3 comments
Labels
C-bug Category: This is a bug
Milestone

Comments

@jodal
Copy link
Member

jodal commented Apr 19, 2013

Using Mopidy 0.13.0-328-ga703506 I got this error while playing music from Spotify:

Exception spotify.SpotifyError: 'Failed to get link from a playlist' in
<bound method SpotifyContainerManager.container_loaded of
<mopidy.backends.spotify.container_manager.SpotifyContainerManager instance at 0x30a6098>> ignored

We should probably add try-except in container_loaded().

@kingosticks
Copy link
Member

Was this after you'd added a new playlist by any chance, like I saw in #387?

@jodal
Copy link
Member Author

jodal commented Apr 19, 2013

No, I haven't added any new playlists in the last few days.

@jodal
Copy link
Member Author

jodal commented Apr 19, 2013

Correcting myself:

  • Mopidy was idle when this happened, it didn't play music.
  • Apparently the number of playlists did increase when the error happened:
INFO     Loaded 93 Spotify playlists
INFO     Loaded 93 Spotify playlists
Exception spotify.SpotifyError: 'Failed to get link from a playlist' in <bound method SpotifyContainerManager.container_loaded of <mopidy.backends.spotify.cont
ainer_manager.SpotifyContainerManager instance at 0x30a6098>> ignored
INFO     Loaded 94 Spotify playlists
INFO     Loaded 94 Spotify playlists

Closing this as a duplicate of #387.

@jodal jodal closed this as completed Apr 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

2 participants