sidorares / crconsole

Remote JavaScript console for Chrome/Webkit
MIT License
263 stars 23 forks source link

Fails on local files #14

Closed timpulver closed 9 years ago

timpulver commented 9 years ago

When using crconsole with a local file file:///Users/me/index.html I get an error:

"Parameter 'url' must be a string, not " + typeof url
timpulver commented 9 years ago

Does not work with a local server (python) on http://localhost:8000/ either:

"Parameter 'url' must be a string, not " + typeof url
timpulver commented 9 years ago

Nevermind, it was a problem in the url-package. Just updated Node and everything works fine!

sidorares commented 9 years ago

oh, great :)