You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving sections of the downloads into different scripts because I have found after re-running it multiple times the connection seems to request out or something needs to clear.
This happens during the pagination step after annotations and more likely to occur. Maybe should divide up that component as well or move into something else to handle connection requests robustly: https://aria2.github.io/
The text was updated successfully, but these errors were encountered:
That might be the case, some download requests go through with the full pagination logic. Like if it has 54 pages and it knows.
This one had 131 pages and decided to crap out there. After that it just stalls. Need to watch it carefully I think also it kind of sucks to restart things if something goes out.
Moving sections of the downloads into different scripts because I have found after re-running it multiple times the connection seems to request out or something needs to clear.
This happens during the pagination step after annotations and more likely to occur. Maybe should divide up that component as well or move into something else to handle connection requests robustly: https://aria2.github.io/
The text was updated successfully, but these errors were encountered: