Closed rcoup closed 11 years ago
Strange, what devtools frontend version are you using?
Chrome 27.0.1453.116 (OSX, but was Ubuntu Quantal last week)
do you get a similar result using http://c4milo.github.io/node-webkit-agent/26.0.1410.65/inspector.html?host=localhost:9999&page=0 ?
ah sorry, misread your question. Yeah, I've been using the above URL all the time to launch the session
@rcoup sorry for the late response, It seems like a network problem. My guess is that some proxy in between your machine and the servers, is terminating the websockets connection.
@rcoup are you using any known PaaS or straight AWS EC2, something like that?
Closing for inactivity.
I'm getting this too.
Straight MacOS.
Yep.
I have a few machines, and seem to get node-webkit-agent working against some but not others. (when I do, it's great!)
It loads the HTML then hangs with an empty grey bar at the top - if I open a Network panel the last request is the websocket. No obvious/different errors in the client.
In the log of the node process there is a difference:
vs (working):
This seems like a candidate:
But google isn't helping me much in tracking down when it would/wouldn't be available.
OS is Ubuntu Lucid; Node v0.8.15; nodejs, nodejs-dbg, nodejs-dev all installed on both hosts. Node versions/packages are the same. App code is the same.
Any bright ideas? Seen anything like this before?