-
Notifications
You must be signed in to change notification settings - Fork 14
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
Cannot download episodes anymore (Not found for url exception) #13
Comments
I'll look into this, Spotify may have changed something somewhere somehow. |
I have the same issue. Worked for a day with a newly created account. Now it is not working again. Can still log in to the accounts. At the moment it seems like an internal ban, but could be something else that I triggered by creating and using a new account. |
I don't think this is caused by any banning, what seems to have happened is that Spotify has changed the way external streams are served. The current web client uses Using a token gleaned from the web player:
Using a token generated by librespot
These two versions use the same Spotify account, the only difference is where the token was generated. There are bug reports out on a similar problem for librespot (the rust version): librespot-org/librespot#818 where they also notice the required URL is not present. (note: these tokens are edited and will not work, generate your own...) What rests is to find which scope/dealer/protocol_version/... is needed for Spotify to serve the required data. If you feel like digging I'd suggest loading the web client and start observing what comes by when it authenticates etc. |
The root cause of this problem seems to be clear now (kokarare1212/librespot-python#135) , working on a solution... |
Fixed in v0.5.0 |
Please update the docker image |
@heywoodlh This is for you |
@Yetangitu Docker Hub image has been updated: heywoodlh/spodcast:0.5.0! Thanks for pinging me, I didn't even realize that my podcasts haven't gotten an update for a couple weeks. 😄 |
Clearly you need more interesting podcasts... |
For those who don't read release notes: This release:
To get spodcast to fetch those episodes it missed while #13 reared its ugly head (i.e. between 2022-06-16 and 2022-06-30) you can temporarily increase |
I can't download individual episodes whit docker INFO:Librespot:Session:Connection successfully! |
What happens when you feed it a show link? Does it download episodes or do you get the same error? |
I can confirm this problem and will produce a fix r.s.n. |
Fixed in v0.5.1 @heywoodlh once more, please... |
Done! |
For one of my podcasts (Gemischtes Hack) i cannot download episodes most of the time, strangely sometimes it is downloading without an error. Here is the log:
|
I just tried that podcast (https://open.spotify.com/show/7BTOsF2boKmlYr76BelijW?si=dad40f01e89a48ba) and had no such problems. The episodes are hosted externally from Spotify, content comes from |
Ok. Thank you for the clarification. I will continue to monitor this problem. Maybe it resolves itself in a few days. |
Hi,
somehow I cannot download anymore episodes.
The full log:
Notes:
https://open.spotify.com/show/6UUIXmp1V0fK4ZpK7vzAbQ
https://open.spotify.com/show/1OLcQdw2PFDPG1jo3s0wbp
Let me know if I can assist somehow:)
Thanks!
The text was updated successfully, but these errors were encountered: