-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Could we consider implementing an automatic retry feature? #75
Comments
Do you mean requeue all failed items after say 15 minutes (or a set amount of time)?
…On Tuesday, November 26th, 2024 at 4:03 AM, Bossburnz ***@***.***> wrote:
Feature Description
It would be highly beneficial to implement an automatic retry feature for downloads that fail. I often download large playlists, and I encounter issues when the downloads fail, requiring me to manually click the retry option.
Justification
It would be beneficial to enhance the application to ensure that it continues to attempt downloads until they are successful.
Additional Information
No response
—
Reply to this email directly, [view it on GitHub](#75), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BESVWLMOEV4ZOV4XF4FP5UT2CPXJJAVCNFSM6AAAAABSPONTHCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY4TGMBRGAZTCOI).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Ahh yes that's what I want |
It shouldn't be that hard to write but just so you're aware other users have said that setting download delay to 35 seconds results in no failed downloads.
I'll let you know when I get to this feature, thanks for the suggestion.
…On Friday, November 29th, 2024 at 3:06 AM, Bossburnz ***@***.***> wrote:
> Do you mean requeue all failed items after say 15 minutes (or a set amount of time)?
> […](#)
> On Tuesday, November 26th, 2024 at 4:03 AM, Bossburnz @.> wrote: Feature Description It would be highly beneficial to implement an automatic retry feature for downloads that fail. I often download large playlists, and I encounter issues when the downloads fail, requiring me to manually click the retry option. Justification It would be beneficial to enhance the application to ensure that it continues to attempt downloads until they are successful. Additional Information No response — Reply to this email directly, [view it on GitHub](#75), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BESVWLMOEV4ZOV4XF4FP5UT2CPXJJAVCNFSM6AAAAABSPONTHCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY4TGMBRGAZTCOI). You are receiving this because you are subscribed to this thread.Message ID: @.>
Ahh yes that's what I want
—
Reply to this email directly, [view it on GitHub](#75 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BESVWLJBLZQZ3NRCY3U4GUD2C7KZVAVCNFSM6AAAAABSPONTHCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBXGAYTCNZZGU).
You are receiving this because you commented.Message ID: ***@***.***>
|
I get failed downloads even with 35 seconds delay. |
@soredake rate limits are a case by case basis that I cannot really look into as they are on spotify's side, perhaps increasing the number or rotating accounts could help with downloads. Are you also looking for the automatic retry feature aswell? |
Yes. |
I agree with this thread. Automatic Retry X Times every X minutes. That way we can set a massive playlist to run and it will retry failed tracks every 30 minutes to an hour for overnight stuff. |
I would like to support this. |
I have a working implementation here, needs to be enabled and then restart the app. It should retry all failed items after _ minutes (default is 10 minutes). I tested it a bit and it seems to work, please let me know.
https://github.com/justin025/onthespot/actions/runs/12508790472
…On Thursday, December 26th, 2024 at 5:38 PM, WolfgangDpunkt ***@***.***> wrote:
I would like to support this.
For me, OnTheSpot currently the only tool that works reliably for Spotify.
But the fact that you have to babysit it and manually have to click the Retry button again and again is a bit cumbersome. ;-)
—
Reply to this email directly, [view it on GitHub](#75 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BESVWLKAM5M25G4AILPWCFL2HQ5K7AVCNFSM6AAAAABSPONTHCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRSHE3TQOBXGU).
You are receiving this because you commented.Message ID: ***@***.***>
|
Feature Description
It would be highly beneficial to implement an automatic retry feature for downloads that fail. I often download large playlists, and I encounter issues when the downloads fail, requiring me to manually click the retry option.
Justification
It would be beneficial to enhance the application to ensure that it continues to attempt downloads until they are successful.
Additional Information
No response
The text was updated successfully, but these errors were encountered: