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
Guess you can try to limit the undici connection count. Connection reset usually means the server rejecting your request since you request too much or keep a connection too long.
I also encounter this issue sometime. So I think this is an open question about how to avoid this case.
As I'm also having the same issue (and would rather not just rely on rerunning the tasks several times), I'm curious how one would go about limiting the connection count? I see Undici has a Pool option, but I'm not seeing that being used here, so I'm curious how to enable that limit? Or is this a case where there is no way, and if so, would a connection limit option be a safe-ish fix for this?
When I run the assets download (with installDependenciesTask()) I get many errors like this:
Coming from line 556 of
@xmcl/file-transfer/dist/index.js
But when I try again to download the assets with my 4G and not my WiFi, it works...
Do you know where this problem can come from?
Thanks
The text was updated successfully, but these errors were encountered: