-
-
Notifications
You must be signed in to change notification settings - Fork 93
load() method times out on random albums #119
Comments
This may be caused by an intermittent bad connection or server problems on Spotify's side. Can you reproduce this consistently? Does the problem go away if you use a higher timeout? |
It appears to be consistent with 'spotify:album:3ph1ceuYuayuzoIJzPQji2' at least:
|
I can reproduce with that album. No clue what's the reason so far. May be worth trying to reproduce with pyspotify 1.x and/or asking in #spotify on freenode. |
Has been reproduced by another libspotify user. Will keep this thread updated. |
Did you figure this out? Was it just a odd issue with the Spotify service? |
Unfortunately not. I've not been able to contact anyone at Spotify yet. |
No need to keep this issue open, but please update it anyway if you have something to add. |
Just to note...I'm having this issue and can reproduce it at will. I can log in successfully. If the first thing I do is try to load an album it will time out. Every time. If i do anything else first the album problem doesn't show up. If the first thing i do is get an album, then a browser and load that , everything is fine. This is with Python 2.7 and pyspotify 2.0.0b3. |
Sounds like it should be possible to make a workaround. |
Yeah the workaround is easy. I just wanted to make sure that the issue was known. If I can help diagnose where it's happening I'd be more than happy to help. |
No, but it will be before 2.0 final. |
Sorry about deleting my previous post, asking about the status, I saw the version numbers and figured it was a dumb question, but thanks for confirming. At the risk of asking another dumb question, is there any info on the next release, as far as timeframe or what bugs are preventing its release? |
The main blocker is that I want to finish my reimplementation of |
I see. Let me know if there's anything I can do to contribute. |
I can confirm that I'm also having this issue. The workaround with
works for me. |
I've been working a bit on reproducing this issue with just libspotify and C, but don't want to hold of the 2.0.0 release anymore to wait for this. If this is a pyspotify issue, and not a libspotify issue, we can fix in a later bugfix release. If this is a libspotify bug, but can be worked around with some non-intrusive change, we can do that in a bugfix release. The current workaround of using |
Closing as libspotify and pyspotify are dead. See #215 for details. |
When trying to load albums, some fail due to timeout, but there doesn't seem to be any consistency. 1/2 of the albums for one artists will work and the other 1/2 wont.
The text was updated successfully, but these errors were encountered: