oSumAtrIX / DownOnSpot

🎧 A Spotify music and playlist downloader working with free Spotify accounts written in Rust
https://osumatrix.me
GNU General Public License v3.0
548 stars 45 forks source link

Unable to download tracks #73

Open emtprt opened 4 months ago

emtprt commented 4 months ago

Describe the bug For every track (except of reported as "Unavailable") I receive "Error: Invalid state { invalid digit found in string }" regardless it is an individual track link or a playlist

To Reproduce Appears immediately after "Preparing" step.

Desktop (please complete the following information):

Additional context I'm not a rust guy, but as far I might guess from sources, it might come from librespot and, probably, could be the consequence spotify api changes, that are being discussed here

oSumAtrIX commented 4 months ago

I am unable to reproduce this issue on my end.

ckcr4lyf commented 4 months ago

For every track (except of reported as "Unavailable") I receive "Error: Invalid state { invalid digit found in string }" regardless it is an individual track link or a playlist

I noticed this issue a few weeks ago, turns out it was just due to my DownOnSpot being very old. On the latest master, using "official" librespot, it seems to work fine. on my end.

oSumAtrIX commented 4 months ago

The fork I use was updated 3 months ago, whereas the commit of librespot was a month ago. I am not sure if there was a commit in that timespan that fixes this issue, but I can not reproduce it. A git bisect should give more insight