-
Notifications
You must be signed in to change notification settings - Fork 109
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
Media library timeout is always 10.000 #129
Comments
We only seem to use the configured timeout for loading a track before we try and play it. Every other use of Lots of people do hit this but it's usually a sign that sometime else is wrong (i.e. something at Spotify's end) since a 10 second timeout is really quite long. But we should fix it, good spot. |
A good example of a genuine use case where 10s is not enough is when we want to play a playlist URI. 10 seconds would suffice for getting single objects, but a playlist lookup may be 100+ tracks. For example: jaedb/Iris#36 |
What's the status of this project? |
@eyadsibai To which project do you refer? |
this project |
Can't browse and play any playlist from Genres & Moods, always timing out. |
Well, even after applying #139, no luck trying to browse Genres & Moods playlists... |
Fixed by PR #139. |
if I modify the timeout in the config this is not being reflected. still I get timeout after 10 secs when I try to load the media library for example.
The text was updated successfully, but these errors were encountered: