-
Notifications
You must be signed in to change notification settings - Fork 83
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
Tracks on private playlist (with secret_token) generating 404 error on stream #74
Comments
Hi @alexweinstein, I presume you have some sort of access to the track's secret token if you have the playlist's secret token (I think the |
@diurnalist That does help. Thank you for jumping on this. I should add one more thing. Tell me if this affects your response at all. When calling a private playlist with it's secret_token the tracks returned have that same For example: Return of one track from that playlist (note the |
@diurnalist I don't understand. Is there any other way to call a private playlist and stream the tracks? |
Streaming a private track from a private playlist used to work fine as long as you used the playlist's secret token. It now generates a 404. This started happening yesterday (Dec. 7, 2016).
The error:
Failed to load resource: the server responded with a status of 404 (Not Found)
What's interesting is that this generates an error:
While this resolves correctly:
Is anyone else having this problem? Did anything change in regards to playlist secret tokens?
The text was updated successfully, but these errors were encountered: