Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load resource: net::ERR_FAILED #1059

Open
kriserickson opened this issue Apr 22, 2014 · 7 comments
Open

Failed to load resource: net::ERR_FAILED #1059

kriserickson opened this issue Apr 22, 2014 · 7 comments

Comments

@kriserickson
Copy link

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...

@inssein
Copy link

inssein commented Apr 28, 2014

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.

@jayarjo
Copy link
Contributor

jayarjo commented May 7, 2014

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

@jayarjo
Copy link
Contributor

jayarjo commented May 7, 2014

@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 jayarjo modified the milestones: 2.3, 2.2 May 7, 2014
@kriserickson
Copy link
Author

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.

@jayarjo jayarjo modified the milestones: 2.3, 2.2 May 9, 2014
@Skyl3lazer
Copy link

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

@jayarjo jayarjo removed this from the 2.2 milestone Aug 6, 2017
@rajidevicon
Copy link

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 .

@trackedsupport
Copy link

Did anyone figure out this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants