chunk
chunk copied to clipboard
🧱 Chunk is a download manager for slow and unstable servers
As described in #44: > Tried to restart download, and the following error was reported: > > ``` > (base) PS C:\Users\mauricio\chunk_teste> ..\chunk-v1.0.0-windows-amd64.exe https://dadosabertos.rfb.gov.br/CNPJ/Estabelecimentos0.zip > 2022/12/26 18:52:46 could not creat...
I'm using Windows 10, with Powershell (with `base` conda environment automatically activated). Tried to download the biggest file (`Estabelecimentos0.zip`). Had the following error: ``` (base) PS C:\Users\mauricio\chunk_teste> ..\chunk-v1.0.0-windows-amd64.exe https://dadosabertos.rfb.gov.br/CNPJ/Estabelecimentos0.zip --force-restart...
Do we care about the same file being downloaded simultaneously by two chunk instances? Asking because I believe this can a pre-release feature. Example: ```sh $ ./chunk HTTP://a.b/c & $...
``` Downloading 1.9GB of 4.5GB 41.72% 12.0MB/spanic: net/http: internal error: connCount underflow goroutine 1016463 [running]: net/http.(*Transport).decConnsPerHost(0xc000118280, {{0x0, 0x0}, {0xc00014a000, 0x5}, {0xc0aa2407e0, 0xf}, 0x0}) /opt/homebrew/Cellar/go/1.21.1/libexec/src/net/http/transport.go:1493 +0x411 net/http.(*Transport).roundTrip(0xc000118280, 0xc0b1978200) /opt/homebrew/Cellar/go/1.21.1/libexec/src/net/http/transport.go:614 +0x86b net/http.(*Transport).RoundTrip(0xc0b1978200?,...