Skip to content
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

[BUG] More than half the tracks seem to fail downloading and im unsure why #153

Open
yanon182 opened this issue Sep 11, 2024 · 6 comments
Open
Labels
bug Something isn't working

Comments

@yanon182
Copy link

Describe the bug
Ive tried downloading a few albums, from orchestra, video game tracks, and some rock/metal albums and it works fine for a few songs then the songs start failing to download. If i close the application and come back after about 10-15 minutes and put the links back in they start downloading the ones that failed, but then it eventually starts failing again.

To Reproduce

I Just simply try to download a few albums and songs here and there will just fail, On a very old version of casualOnTheSpot it was giving an error of ''failed fetching audio key'' But im unsure if thats really the issue or not

Expected behavior
I think we all know what we expected to happen, It wasnt this LOL

Screenshots
https://gyazo.com/d0a685ff9cbb9d056cd7cdda23fdd82f

System Information (please complete the following information):
Windows 10

@yanon182 yanon182 added the bug Something isn't working label Sep 11, 2024
@justin025
Copy link

It's a rate limit, some users have had success increasing the download delay from 5 to 15.

Here is an issue with further context justin025#3

@Alyakar
Copy link

Alyakar commented Oct 19, 2024

Hi, I'm not very sure, maybe the rate limit, but I think that this is also related to the tag's sanitizing.

I noticed that an album named like "album title ..." try to create a folder named "album title " and the final space is suppressed in the folder name when creating it, so when trying to sanitize the tags the album title doesn't correspond with the folder name (or something like that) and it fails. I could download an album with that problem, changing the album formatted name to just {rel_year} instead of {rel_year}_{album}.

I think some string must be trimmed somewhere... Hope it helps.

Greetings.

@justin025
Copy link

@Alyakar Can you send logs of this so I can take a look, they should be in C:/Users/YOUR_USERNAME/.cache

@Alyakar
Copy link

Alyakar commented Oct 22, 2024 via email

@justin025
Copy link

I am not sure if github email attaches documents because I do not see it on my side, you might need to login to upload the file here

@Alyakar
Copy link

Alyakar commented Oct 27, 2024

Hello Again,

Sorry for the delay, a lot of unread e-mails...

I attach it here, hope it helps.

Regards.
onthespot.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants