-
Notifications
You must be signed in to change notification settings - Fork 13
Description
As I mention on a previous discussion, I'm trying to modify the script to make it more seamless with the token, and while testing with some playlists, my method seems to work and the request at api.spotifydown.com is successful, but when downloading the song with the link provided from the request, the downloading will fail with status code 400.
After some messing around, I figured that it only worked always with some songs and never with others, and from the status code itself, i thought there might be some issue on the clients end. But yet, why does it work with some songs? Also the link the request it's being made to, comes directly from the initial request (at the get_track_info
function), which means that it's not really a problem on our end, after which I gave up on fixing it.
That said, I created this issue not hoping for a fix, but to get the idea as to why this is happening, as it's getting annoying that the songs are missing from my playlist.
I also thought about the possibility that it might be a problem on the link that the api provides, but the website seems to work properly with those songs, so idk)