ABE causing onreadystatechange errors in local app
Posted: Tue Jul 28, 2009 11:31 pm
While working on a local web app, I occasionally see the following error in the FireBug console:
I don't know what causes it to start happening, but I think it is related to doing stuff in other tabs. When all is working and I'm in my app's tab, I never spontaneously get this error. However, when I'm doing stuff in other tabs and then switch back to my app, I sometimes get three identical error messages when my app "does something". The one "something" I'm sure has caused this is loading content via an XMLHttpRequest and displaying it -- which oddly still works despite the error.
I believe this is ABE related for a couple of reasons, but the most damning is that once this kept occurring on every "something" I did, so I turned off ABE and the error messages stopped. Obviously 192.168.226.128 is a local address, so the default System rule allowing everything from Local is missing something.
Since I can't nail down exactly what causes this to occur, you may not be able to debug it. If so, where else can I look for more detailed debug info that could help you?
I'm using Windows XP SP3, FireFox 3.5.1, FireBug 1.4.0, and NoScript 1.9.7.
Thanks,
-Foam
Code: Select all
onreadystatechange FAILS Error: Permission denied for <http://192.168.226.128> to call method UnnamedClass.handleEvent Error: Permission denied for <http://192.168.226.128> to call method UnnamedClass.handleEvent readystatechange
I believe this is ABE related for a couple of reasons, but the most damning is that once this kept occurring on every "something" I did, so I turned off ABE and the error messages stopped. Obviously 192.168.226.128 is a local address, so the default System rule allowing everything from Local is missing something.
Since I can't nail down exactly what causes this to occur, you may not be able to debug it. If so, where else can I look for more detailed debug info that could help you?
I'm using Windows XP SP3, FireFox 3.5.1, FireBug 1.4.0, and NoScript 1.9.7.
Thanks,
-Foam