megacmd
megacmd copied to clipboard
upload failed with 30 upload workers : Unsolicited response received on idle HTTP channel starting with "H"; err=<nil>
i compiled megacmd today and tried to upload a file with 30 upload workers but it failed
failed attempt with 30 upload workers, 1st try:
./megacmd put ../Downloads/fenrus.img.gz mega:/
Copying ../Downloads/fenrus.img.gz -> mega:/ # 14.76 % of 1.4GB at 9.1M/s 22s Unsolicited response received on idle HTTP channel starting with "H"; err=
failed attempt with 30 upload workers, 2nd try:
[sheepdestroyer@localhost megacmd]$ ./megacmd put ../Downloads/fenrus.img.gz mega:/
Copying ../Downloads/fenrus.img.gz -> mega:/ # 8.03 % of 1.4GB at 5.6M/s 20s Unsolicited response received on idle HTTP channel starting with "H"; err=
success With 6 upload workers:
[sheepdestroyer@localhost megacmd]$ ./megacmd put ../Downloads/fenrus.img.gz mega:/ Copying ../Downloads/fenrus.img.gz -> mega:/ # 100.00 % of 1.4GB at 7.9M/s 2m57s Successfully uploaded file ../Downloads/fenrus.img.gz to mega:/ in 2m57s [sheepdestroyer@localhost megacmd]$ ./megacmd list mega:/ mega:/ 0 2013-01-20T18:07:40+09:00 mega:/fenrus.img.gz 1403370194 2013-09-19T17:25:02+09:00
i also have an similar error when downloading with 30 workers : [sheepdestroyer@localhost megacmd]$ ./megacmd get mega:/fenrus.img.gz ./
Copying mega:/fenrus.img.gz -> fenrus.img.gz # 4.97 % of 1.4GB at 17MB/s 4s Unsolicited response received on idle HTTP channel starting with "H"; err=
30 workers not a good usecase. Still needs to be nailed down. I have tested upto 20 works and was looking good.