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
I think I have caught the new bug. Today all Civitai downloads just stopped working and the extension prints "error occured during download" on every attempt. After looking through the FAQ, I traced the problem to aria2 and enabled logging. It just refusing to download anything.
With this in mind, I did a bit of research on the Internet in the hopes of finding something. Apparently, this is a known problem and it's already reported in the aria2 repo aria2/aria2#1549.
For some reason, aria2 decides to use IPv6 even when it's disabled or unreachable, causing this problem.
I see a couple of ways to fix this:
Disable IPv6 completely. Add "--disable-ipv6" option to completely mitigate this nonsense.
Add Python exception handling to retry the download without IPv6 if aria2 fails.
Add an option to the extension settings to disable/enable IPv6. Personally, I think leaving it disabled by default is the safest way.
Thanks.
Steps to reproduce the problem.
Open a model card
Press "Download model"
Notice CivitAI Browser+: Error occured during download line in the terminal
Describe the bug.
Hi,
I think I have caught the new bug. Today all Civitai downloads just stopped working and the extension prints "error occured during download" on every attempt. After looking through the FAQ, I traced the problem to aria2 and enabled logging. It just refusing to download anything.
With this in mind, I did a bit of research on the Internet in the hopes of finding something. Apparently, this is a known problem and it's already reported in the aria2 repo aria2/aria2#1549.
For some reason, aria2 decides to use IPv6 even when it's disabled or unreachable, causing this problem.
I see a couple of ways to fix this:
Thanks.
Steps to reproduce the problem.
CivitAI Browser+: Error occured during download
line in the terminalExpected behavior
A model should start downloading
System info
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: