plupload icon indicating copy to clipboard operation
plupload copied to clipboard

Failed to load resource: net::ERR_FAILED

Open kriserickson opened this issue 12 years ago • 7 comments

Uploading multiple files (even on http://www.plupload.com/examples/ui) greater than 1Meg frequently causes:

Failed to load resource: net::ERR_FAILED error:

If you run the development version you get

POST http://localhost/upload_photo.html net::ERR_UNEXPECTED upload_moxie.js:6995
XMLHttpRequest.Basic.extend.send                            upload_moxie.js:6995
Runtime._shim.exec                                          upload_moxie.js:2321
Runtime.Basic.extend.shimExec                               upload_moxie.js:2491
Runtime.Basic.extend.exec                                   upload_moxie.js:2509
exec                                                        upload_moxie.js:5237
_doXHR                                                      upload_moxie.js:5271
XMLHttpRequest.Basic.extend.send                            upload_moxie.js:4931
uploadNextChunk                                             upload_plupload.dev.js:1462

These ERR_UNEXPECTED's show up as failed posts, but they never actually get completely sent to the server (the connection opens but never sends blob). In Fiddler2 these posts never show up, In Wireshark they appear as empty packets (but they do show up as attempts at a communication).

Should probably add that this only happens in the html5 runtime...

kriserickson avatar Apr 22 '14 21:04 kriserickson

I am getting the exact same problems, even with the example uploader on the plupload website.

You can easily recreate this issue by uploading multiple (10+) small images, but the failures don't happen at the same place, and they aren't predictable.

Screenshot: image

Edit: This happens to me on Chrome 34, with flash player 13.

inssein avatar Apr 28 '14 23:04 inssein

Does it help if set max_retries option to anything other than 0?

jayarjo avatar May 07 '14 14:05 jayarjo

@kriserickson, @inssein, do you get the same problem on other workstations? I couldn't repeat it, are you maybe working from behind the proxy or is there anything else special about the workstations where you get these errors?

jayarjo avatar May 07 '14 15:05 jayarjo

I've tried setting the max_retries to 3 and 10, as soon as it fails once, it starts failing. I've noticed that it only seems to happen (or mostly seems to happen) when the images are still thumbing and I was assuming that it was a memory issue with Chrome as it couldn't be duplicated in Firefox. I haven't tried on workstations in other environs (I got around the issue by turning off chunking and now everything seems fine), but I will investigate if it is the work environment causing the issue. Since it was happening both in and outside of the firewall I was assuming that wouldn't be the issue and there is no Proxy at work but I will proceed with investigations.

kriserickson avatar May 07 '14 15:05 kriserickson

Happening for me as well. Could be another proxy issue like was reported in 2010?

https://code.google.com/p/chromium/issues/detail?id=51404 https://groups.google.com/a/chromium.org/forum/#!topic/chromium-bugs/-3tU0ettWV0

Skyl3lazer avatar Jul 31 '15 18:07 Skyl3lazer

Hi All,

Is this issue reported resolved or any updates . please help me here , since still i could see net::ERR_FAILED when uploading the files using chrome .

rajidevicon avatar Oct 01 '20 07:10 rajidevicon

Did anyone figure out this issue?

trackedsupport avatar Jan 19 '21 03:01 trackedsupport