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

Stuck downloads do not time out #82

Closed Brekkjern closed 2 months ago

Brekkjern commented 2 months ago

Describe the bug Sometimes downloads of songs will get stuck and they do not time out. Stopping the program will leave an unfinished file in place, and the subsequent runs of the program won't overwrite those files with the correct data. Deleting the file and running again will normally download the file correctly.

To Reproduce Download a large playlist and a download might stall at some point. I have found no pattern to which tracks have this issue.

Expected behavior Time out the download, delete the downloaded data, and either try again, or just skip the song.

Screenshots image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

oSumAtrIX commented 2 months ago

Dupe of https://github.com/oSumAtrIX/DownOnSpot/issues/64