Has anyone else seen this? Error: uncaught exception: [Exception..."Component returned failure code: 0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS) [nsiXPCComponents.lookupMethod]" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location:"JS frame :: chrome://global/content/XPCNativeWrapper.js :: anonymous :: line 91" data: no] I got that output to the Javascript console in Firefox when using the $() function, only including the prototype.js library. I''m using Firefox 1.0.7, packaged for Ubuntu Breezy Badger... Any ideas? Google wasn''t much help, and I can''t think I''m the only one... -- Alex
I thought that there was an issue with that version of FF and trying to place expando properties on the function javascript object.. i.e. ("bind"). Why are you not using FF > 1.0.7? sheesh, how many versions have been released since then? It''s a FF bug, man, upgrade. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Alex Young Sent: Friday, March 17, 2006 9:42 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: [Rails-spinoffs] Exception in Javascript console in Firefox 1.0.7 Has anyone else seen this? Error: uncaught exception: [Exception..."Component returned failure code: 0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS) [nsiXPCComponents.lookupMethod]" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location:"JS frame :: chrome://global/content/XPCNativeWrapper.js :: anonymous :: line 91" data: no] I got that output to the Javascript console in Firefox when using the $() function, only including the prototype.js library. I''m using Firefox 1.0.7, packaged for Ubuntu Breezy Badger... Any ideas? Google wasn''t much help, and I can''t think I''m the only one... -- Alex _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers.
Alex Young wrote:> Has anyone else seen this?Yes, I get those from time to time in the JavaScript Console. I''m also running Firefox 1.0.7 on Ubuntu 5.10. They don''t seem to have any adverse side effects though; are they breaking something for you? Todd -- Posted via http://www.ruby-forum.com/.
Ryan Gahl wrote:> Why are you not using FF > 1.0.7? sheesh, how many versions have been > released since then?How many? Easy! None for Ubuntu. Firefox 1.0.7 is the latest supported release unless you want to jump through hoops and potentially break other packages or install software outside of the package manager, which means that you don''t get security updates. Firefox''s built-in Updates system has never worked for me on Linux. Fortunately, Ubuntu 6.04 is right around the corner and should include Firefox 1.5.x. Todd -- Posted via http://www.ruby-forum.com/.
Michael Peters
2006-Mar-17 16:20 UTC
Re: Re: RE: Exception in Javascript console in Firefox 1.0.7
Todd Ross wrote:> Ryan Gahl wrote: >> Why are you not using FF > 1.0.7? sheesh, how many versions have been >> released since then? > > How many? Easy! None for Ubuntu. Firefox 1.0.7 is the latest > supported release unless you want to jump through hoops and potentially > break other packages or install software outside of the package manager, > which means that you don''t get security updates.This is the same for FedoraCore 3 and 4. Firefox jumped from 1.0.7 to 1.5 and is only at 1.5.01. So it''s just 2 version behind. But 1.0.7 is the latest in the 1.0 line, since 1.5 is a pretty big upgrade. -- Michael Peters Developer Plus Three, LP
Todd Ross wrote:> Alex Young wrote: > >>Has anyone else seen this? > > > Yes, I get those from time to time in the JavaScript Console. I''m also > running Firefox 1.0.7 on Ubuntu 5.10. They don''t seem to have any > adverse side effects though; are they breaking something for you?Not that I know of - they mainly just slow everything down - but that''s part of the problem. When something goes wrong and I can''t identify where it is, I''ve got absolutely no idea if something got lost in the exception trapping. Other than that, it''s just an annoyance. -- Alex
On 3/17/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> It''s a FF bug, man, upgrade. >I''m using Fx 1.0.7 (FC3), I''m using prototype and therefore $(), and I havn''t those errors. Do you have a short snippet of code which produce this exception ?
Alex Young wrote:> Has anyone else seen this? > > Error: uncaught exception: [Exception..."Component returned failure > code: 0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS) > [nsiXPCComponents.lookupMethod]" nsresult: "0x80570009 > (NS_ERROR_XPC_BAD_CONVERT_JS)" location:"JS frame :: > chrome://global/content/XPCNativeWrapper.js :: anonymous :: line 91" > data: no] >that''s a chrome issue, not a page issue. check out the console2 firefox extension: https://addons.mozilla.org/extensions/moreinfo.php?id=1815&application=firefox you can disable chrome errors so this should stop occurring. -Jeremy _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Nicolas Terray wrote:> On 3/17/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: > >>It''s a FF bug, man, upgrade. >> > > > I''m using Fx 1.0.7 (FC3), I''m using prototype and therefore $(), and I > havn''t those errors. > Do you have a short snippet of code which produce this exception ?I may have been a little hasty in blaming $(). It looks like doing just about anything causes the exception - even clicking a link on a plain HTML page with no javascript. Guess I''ll have to ignore it until Dapper Drake rolls around... -- Alex
Jeremy Kitchen wrote:> Alex Young wrote: > >>Has anyone else seen this? >> >>Error: uncaught exception: [Exception..."Component returned failure >>code: 0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS) >>[nsiXPCComponents.lookupMethod]" nsresult: "0x80570009 >>(NS_ERROR_XPC_BAD_CONVERT_JS)" location:"JS frame :: >>chrome://global/content/XPCNativeWrapper.js :: anonymous :: line 91" >>data: no] >> > > that''s a chrome issue, not a page issue. > > check out the console2 firefox extension: > https://addons.mozilla.org/extensions/moreinfo.php?id=1815&application=firefox > > you can disable chrome errors so this should stop occurring.Ah-ha! That makes more sense. Thanks for that. -- Alex
Jeremy Kitchen wrote:> that''s a chrome issue, not a page issue. > > check out the console2 firefox extension: > https://addons.mozilla.org/extensions/moreinfo.php?id=1815&application=firefox > > you can disable chrome errors so this should stop occurring....except that that''s for 1.5, and the problem I''m having is with 1.0.7. Damn. -- Alex
Martin Bialasinski
2006-Mar-17 19:23 UTC
Re: Exception in Javascript console in Firefox 1.0.7
On 3/17/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> Why are you not using FF > 1.0.7? sheesh, how many versions have been > released since then?I have both 1.0 and 1.5 installed. When I use FF, I use the 1.0 branch, as there are some to me critical extensions not ported to 1.5 yet. Just for a different angle on this.
And beware using evalscripts on anything between 1.0 and 1.5....all kinds of funky stuff happens (they broke the js rendering in one of the versions in there). Just as an aside.... -Jerod On 3/17/06, Martin Bialasinski <klingeling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > On 3/17/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: > > > Why are you not using FF > 1.0.7? sheesh, how many versions have been > > released since then? > > I have both 1.0 and 1.5 installed. When I use FF, I use the 1.0 > branch, as there are some to me critical extensions not ported to 1.5 > yet. > > Just for a different angle on this. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs