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
Describe the bug
I keep getting this error and from that point forward none of the blogs are downloaded. What is the best way to get around this issue? Anyone have a set of Connection Settings that works for a large number of blogs?
To Reproduce
Steps to reproduce the behavior:
Select a few dozen blogs, do SHIFT - ENTER, Start the download.
After about 12-24 blogs the error pops up and nothing else downloads.
Desktop (please complete the following information):
TumblThree version: [e.g. 2.15.1.462]
OS: [e.g. Windows 10 Pro]
Browser [e.g. Chrome, Safari, IE, Edge] NA Authentication not working. Default browser is Edge
Version 129.0.2792.89 (Official build) (64-bit)
Any settings people use that work?
The text was updated successfully, but these errors were encountered:
some of the API calls do not go through the same connection semaphore that limits connections during the "prep" stage of downloads. some downloaders don't share a connection semaphore either. So multiple types of blogs or a lot of blogs all downloading at once can exceed the API limit.
It's reproducible if you set concurrent blogs to a larger number, especially with large blogs.
I attempted to solve that locally and just got deadlocks, so needs more thought.
Limiting the concurrent blogs and current connections to 1 or 2 seem works, but is potentially slower.
Describe the bug
I keep getting this error and from that point forward none of the blogs are downloaded. What is the best way to get around this issue? Anyone have a set of Connection Settings that works for a large number of blogs?
To Reproduce
Steps to reproduce the behavior:
Select a few dozen blogs, do SHIFT - ENTER, Start the download.
After about 12-24 blogs the error pops up and nothing else downloads.
Desktop (please complete the following information):
Any settings people use that work?
The text was updated successfully, but these errors were encountered: