-
Notifications
You must be signed in to change notification settings - Fork 78
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
Debugging not working #329
Comments
Any resolution to this? I'm having the same issue. I didn't have the install errors, but run/debug do not work. |
I saw the above warnings too...but I don't think they are the culprit. Found the following in the syslog: Mar 17 13:58:24 raspberrypi-waveshare webide[884]: start_debug **2018-11-13-raspbian-stretch image. That's the only changes I can think of.** pi@raspberrypi-waveshare:~ $ python --version |
Hello,
after installation, I can access the WebIDE but when I attempt to debug, the status stays at initializing and I never see the red line popping up. Visualizer loads forever.
During installation, I also saw a few warnings:
**** Installing webide dependencies ****
npm WARN [email protected] requires a peer of kerberos@~0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
up to date in 22.564s
**** Adding default .bashrc file for webide user ****
Attempting to force reload date and time from ntp server
Reloading ntp configuration (via systemctl): ntp.service.
**** Starting the server...(please wait) ****
**** The Adafruit WebIDE is installed and running! ****
**** Commands: sudo systemctl {start,stop,restart} adafruit-webide ****
**** Navigate to http://raspberrypi.local:8080 to use the WebIDE
Thanks.
The text was updated successfully, but these errors were encountered: