-
Notifications
You must be signed in to change notification settings - Fork 52
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
NS_ERROR_DOM_SECURITY_ERR #17
Comments
Seems like you're on some older version of Firefox? I've tried with Firefox 3.6.13 Gecko/20101203 and all works good. Is this reproducible? |
I am no longer at the workstation this occurred on, but it is doing the same thing on my home computer which has that same version of Firefox you used. Did you try analyzing the same website, http://www.web.com? dom monster booklet v1.2.2 Error: Error [Exception... "Security error" code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)" location: "http://mir.aculo.us/dom-monster/dommonster.js?14987 Line: 252"] while analyzing page. Please let the DOM Monster know about this problem! Browser: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 |
Got the same problem with Mozilla Firefox 3.5.9 Hope this helps. MP |
looks like another occurence: the page was http://www.gmx.net/ my browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 (.NET CLR 3.5.30729) The same page with Google Chrome 8.0.552.237 brings up another result: With Opera 11 alias Hope it helps, cool bookmarklet, keep going |
I have the same error: Error [Exception... "Security error" code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)" location: "http://mir.aculo.us/dom-monster/dommonster.js?14991 Line: 252"] while analyzing page. For page: http://trentwalton.com/2010/08/24/dont-make-me-wait/ Browser: Hope this helps, Cheers, James |
When I tried the version I forked today I do not see this error. The version on http://mir.aculo.us/dom-monster/ still has the error. |
Seems we might be a bit out of luck, at least on Firefox. http://www.mrclay.org/2008/09/06/case-of-the-ns_error_dom_security_err/ |
How about a try/catch to insulate this issue to allow the code to keep working instead of the nasty error? I can update my fork and send you an update if you'd like. |
Charles: but that's exactly what we do, we wrap everything in a try/catch and just let the specific error fail, continuing on with others. :) of course, welcome any patches! |
Error [Exception... "Security error" code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)" location: "http://mir.aculo.us/dom-monster/dommonster.js?14987 Line: 252"] while analyzing page.
Analyzing - http://www.web.com
Browser - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 GTB7.1 ( .NET CLR 3.5.30729; .NET4.0E)
Let me know if you need more info.
The text was updated successfully, but these errors were encountered: