Bulk AJAX XHR Error/Exception on FireFox

Posting here is no longer possible, please use the corresponding product forum.
Locked
realperson

Bulk AJAX XHR Error/Exception on FireFox

Post by realperson »

Hello I've Adblock Plus 2.4 installed, but my AJAX requests (jQuery) are blocked or errored. I see the following error:
"[Exception... "" nsresult: "0x805e0006 (<unknown>)" location: "JS frame :: http://ajax.googleapis.com/ajax/libs/jq ... ery.min.js :: .send :: line 6" data: no]"
I've no Idea what this error means or how I can avoid them.

If I disable Adblock Plus everything works great as expected. Here are my Request details.

Response Headers
Cache-Control no-cache
Connection close
Content-Type application/json
Date Wed, 30 Oct 2013 08:56:29 GMT
Host localhost:8000
X-Debug-Token bbf0b0
x-powered-by PHP/5.4.6-1ubuntu1.4
Request Headers
Accept application/json, text/javascript, */*; q=0.01
Accept-Encoding gzip, deflate
Accept-Language en-US,en;q=0.5
Cookie uvts=6EuNetmX25Z7AMn; PHPSESSID=rpfpojk3v6abite2audp53tec5
DNT 1
Host localhost:8000
Referer http://localhost:8000/advert/new
User-Agent Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0
X-Requested-With XMLHttpRequest
What can I do to fix that Problem?

Cheers.
malik

Re: Bulk AJAX XHR Error/Exception on FireFox

Post by malik »

I have the exact same bug, in my case it appeared after upgrading to FF25, the exact same code as working before.

Thanks
p_hill
Posts: 438
Joined: Mon Feb 03, 2014 5:26 pm
Location: Cologne

Re: Bulk AJAX XHR Error/Exception on FireFox

Post by p_hill »

Ajax requests basically work fine for me with ABP in all of my test instances. If this isue still occurs for you, please file it at https://issues.adblockplus.org
Locked