-
Notifications
You must be signed in to change notification settings - Fork 44
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
code doesn't seem to be executing #43
Comments
correction: rebooting the esp32 while connected to serial port and with screen open, results in:
but no ability to enter anything, all I can do is reboot. |
... and with both the serial port connected, and the browser connected, If I check the "enabled" check box, then I get this message: ide.js:52 WebSocket connection to 'ws://192.168.0.179:8002/console' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
createConsoleWebSocket @ ide.js:52
(anonymous) @ ide.js:155
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Neil, decided to take a look at this finally.
Managed to get as far as being able to bring the IDE up on:
http://192.168.0.179:8000/web/ide.html
had to use nmap to find the port, but eventually got it working.
problem now is that I can't get any response from the esp,
ie: clicking 'run' with the default 'hello world' code snippet simply results in a message in the browser console that the code has been sent for evaluation, but that's it, nothing else happens.
any suggestions on how to debug this?
I tried to screen into the esp via serial port, but that wasn't successful either.
Thanks
The text was updated successfully, but these errors were encountered: