Closed
Bug 1379953
Opened 8 years ago
Closed 8 years ago
AJAX Error Status Code 0
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: treyt1997, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0
Build ID: 20170706085220
Steps to reproduce:
Testing my ajax script in firefox. I use firefox 100% of the time, except for testing where I'll use others.
So development of my script and tested locally it all works (windows machine). Push to repo to test on development server (Linux) and my ajax functions returns a statusCode of 0 and statusText of 'error'.
I tested in Chrome to see if it was my code or a more specific thing and Chrome works with the dev server.
Actual results:
ajax log results returned statusCode 0 with the statusText of 'error'.
Expected results:
My ajax scripts should have completed their tasks.
Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Tooru Fujisawa [:arai] from comment #1)
> can you provide a testcase?
as in? :) as in provide a link for testing? If so, unfortunately I can't as the development server is all internal
Flags: needinfo?(treyt1997)
Reporter | ||
Comment 3•8 years ago
|
||
Ok an update - this only happens on Firefox Developer Edition (my main browser). Tested in Standard Firefox and works just fine - bug for just DE
Comment 4•8 years ago
|
||
does the issue happen on safe mode and clean profile?
https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles
if so, can you try figuring out when the issue started happening, by using mozregression tool?
http://mozilla.github.io/mozregression/
Reporter | ||
Comment 5•8 years ago
|
||
Safe mode fixes the issue - didn't try the profiles thing
Comment 6•8 years ago
|
||
then it's likely that one of your extension is causing the issue.
try disabling all of them and enabling one by one to see which one is causing the issue.
Reporter | ||
Comment 7•8 years ago
|
||
Ah good shout, will try that and let you know what happens :)
Reporter | ||
Comment 8•8 years ago
|
||
(In reply to Tooru Fujisawa [:arai] from comment #6)
> then it's likely that one of your extension is causing the issue.
> try disabling all of them and enabling one by one to see which one is
> causing the issue.
I enabled 1 by 1 and it was 4/5 that worked, the 1 being uBlock Origin. So that's now perma-disabled haha thank you for your help :)
Comment 9•8 years ago
|
||
I guess, it would mean that the URL of the AJAX target hits some filter
(maybe it contains "ad" or something, or perhaps the URL is somehow stored to the filtering target),
you could look into the filters.
anyway, not a Firefox bug.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 10•8 years ago
|
||
No I raised it as a bug with the extension developers, happy to close this :) Thanks again for your help :D
You need to log in
before you can comment on or make changes to this bug.
Description
•