-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
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. Edit: This happens to me on Chrome 34, with flash player 13. |
Does it help if set max_retries option to anything other than 0? |
@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? |
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. |
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 |
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 . |
Did anyone figure out this issue? |
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
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...
The text was updated successfully, but these errors were encountered: