When I run the assets download (with installDependenciesTask()) I get many errors like this:
Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) {
errno:-4077,
code: 'ECONNRESET',
syscall: 'read',
url: 'https://resources.download.minecraft.net/89/893e37d8d608cccd9c2404e785597c6a7c5f3593'
}
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
When I run the assets download (with installDependenciesTask()) I get many errors like this:
Coming from line 556 of
@xmcl/file-transfer/dist/index.jsBut 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