-
Notifications
You must be signed in to change notification settings - Fork 24
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
installed but not working.. #12
Comments
and also |
Can you describe more what your setup is? |
Ubuntu 17.10 I just did what's written in the readme... but it does not work and I don't know why. |
$ node -v $ cat /etc/lsb-release |
if you need anything else to debug.. just ask |
Can you provide any logs from the proxy? Also check out my talk on this project. |
I explain... I wish to do what I usually do with "weinre" but using chrome devtools. If I undesrtood, devtools-backend should do the same... but I can't get it to work on Ubuntu 17.10 Could you tell me a step by step so I check what I do wrong or what is wrong in my system? |
Have you solved the problem? Can you share the solution? |
For future users (including myself): The issue is that the server leaks sockets, |
When I go on chrome://inspect
in node I see this error:
ERR! devtools-backend:Proxy Internal request failed http://192.168.42.11:9222/json/version Error: connect EMFILE 192.168.42.11:9222 - Local (undefined:undefined)
(same for localhost)
and if a manually go to http://192.168.42.11:9222/json/version
I see:
EMFILE 192.168.42.11:9222 - Local (undefined:undefined)
The text was updated successfully, but these errors were encountered: