megacmd icon indicating copy to clipboard operation
megacmd copied to clipboard

upload failed with 30 upload workers : Unsolicited response received on idle HTTP channel starting with "H"; err=<nil>

Open sheepdestroyer opened this issue 11 years ago • 2 comments

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= Copying ../Downloads/fenrus.img.gz -> mega:/ # 100.00 % of 1.4GB at 10MB/s 2m13s ERROR: Uploading ../Downloads/fenrus.img.gz to mega:/ failed (Object (typically, node or user) not found)


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= Copying ../Downloads/fenrus.img.gz -> mega:/ # 39.56 % of 1.4GB at 6.6M/s 1m24s Unsolicited response received on idle HTTP channel starting with "H"; err= Copying ../Downloads/fenrus.img.gz -> mega:/ # 74.08 % of 1.4GB at 7.1M/s 2m27s Unsolicited response received on idle HTTP channel starting with "H"; err= Copying ../Downloads/fenrus.img.gz -> mega:/ # 100.00 % of 1.4GB at 7.6M/s 3m3s ERROR: Uploading ../Downloads/fenrus.img.gz to mega:/ failed (Object (typically, node or user) not found)


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

sheepdestroyer avatar Sep 19 '13 08:09 sheepdestroyer

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= Copying mega:/fenrus.img.gz -> fenrus.img.gz # 100.00 % of 1.4GB at 7.5M/s 3m6s ERROR: Downloading mega:/fenrus.img.gz to ./ failed (MAC verification failed)

sheepdestroyer avatar Sep 19 '13 08:09 sheepdestroyer

30 workers not a good usecase. Still needs to be nailed down. I have tested upto 20 works and was looking good.

t3rm1n4l avatar Nov 06 '13 07:11 t3rm1n4l