mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #42] Max download workers failed #31
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ejardak on GitHub (Jan 18, 2023).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/42
The feature of max download workers with parsing account SN seems to be working fine.
I would not download any song if one of the parameter changes.
@casualsnek commented on GitHub (Jan 18, 2023):
Can you describe the issue in more detail please !?
Steps to reproduce the issue or logs if they are available will be helpful !
@ejardak commented on GitHub (Jan 18, 2023):
Hey,
I tried to download a playlist with multithreaded workers but I think they are interrupting each other. For 10 minutes waiting, I just downloaded one song.
Parsing account SN parameter seems not be taking effect after changing the parameter value. The problem might be there
@casualsnek commented on GitHub (Jan 21, 2023):
I will take a look at this..
Normally workers should not interrupt each other, make you you have same number of accounts added as number of worker. 1 account on 2 worker is most likely to cause termination on older session !