jquery - Exception Illegal value in Firebug -


today, i've found exception in firebug console:

uncaught exception: [exception... "illegal value" nsresult: "0x80070057 (ns_error_illegal_value)" location: "js frame :: http://portal.aolcdn.com/p5/_v39.5/js/main.js :: anonymous :: line 196" data: no]

this happens example happen pass undefined (instead of string) url xmlhttprequest object. object detects invalid value , throws exception. exact cause of problem depends on code @ position.

inspect values of variables used there , see if of them contain unexpected content.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -