tywil04 / slavartdl

Simple tool written in Go(lang) to download music using the SlavArt Divolt server
GNU General Public License v3.0
18 stars 1 forks source link

Additional error handling for region restriction or bad link request #26

Open bacon-cheeseburger opened 1 year ago

bacon-cheeseburger commented 1 year ago

Hi, It seems the following message isn't being caught:

Error: Couldn't download your request with the id (possible reasons: region restrictions?, invalid link?)

Rather than continuing to wait for a dl link that will never come, I think it should just move on to the next requested url (if exists). Also, it would be nice to log which url's got that error so say at the end of a batch dl, you can see exactly what failed.

tywil04 commented 11 months ago

I am surprised I haven't done this sooner. Any error thrown while downloading gets reported to the user, but it never skips downloading. I will work on better error handling.

Also sorry about the long response time, I have been very busy recently.