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

Unable to play 'Your top songs' playlist #51

Closed
sebastianberm opened this issue Jan 28, 2017 · 5 comments
Closed

Unable to play 'Your top songs' playlist #51

sebastianberm opened this issue Jan 28, 2017 · 5 comments

Comments

@sebastianberm
Copy link

I've authorized the frontend, and can see the playlist 'your top songs 2016', I can start playing individual songs, however, when attempting to play the entire list, I get a syslog notice with:
Jan 28 19:26:08 raspberrypi mopidy[32246]: INFO Failed to lookup "spotify:user:spotify:playlist:37i9dQZF1CyO88Y3kSd8Jo": Operation did not complete in 10.000s

I think this playlist probably needs additional auth or something?
Is anyone able to replicate this?

@jaedb
Copy link
Owner

jaedb commented Jan 28, 2017

This is due to a 10s timeout by the Mopidy-Spotmop frontend. Unfortunately there's nothing Iris can do about it. I am looking to capture this error so at the very least Iris can notify the user.

This timeout is for all requests to Spotify via the Mopidy-Spotify backend, but is more common when fetching large tracklists (ie in a playlist)

@fekete-robert
Copy link

@sebastianberm You can increase the timeout value in your config file, that helps somewhat. See https://github.com/mopidy/mopidy-spotify

@jaedb
Copy link
Owner

jaedb commented Feb 9, 2017

See #20

@jaedb jaedb closed this as completed Feb 9, 2017
@sebastianberm
Copy link
Author

For future reference:
If anyone wants to change the timeout, do note there's a currently active open issue in Mopidy-spotify making it not to honor this config setting.
(More info @ mopidy/mopidy-spotify#129)

@jaedb
Copy link
Owner

jaedb commented Mar 15, 2017

Also related #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants