|
I too have been having this issue. Following these steps from section 5 of manual
"If the program is not run when the robot is booted, try to connect Raspberry Pi via SSH, manually run webServer.py with code and check the errors. Refer to the Q&A below or email us for help (before manually running webServer.py, you need to end the program possibly auto run in the backend to release resources.
sudo killall python3
sudo python3 RobotName/server/webServer.py
If the webServer.py is auto run successfully, open a web browser (here Google Chrome), type in the IP address of the Raspberry Pi, with :5000 added to the end, and go to the next step, as shown below:
192.168.1.17:5000
If no image is displayed, try manual running webServer.py as described in the step above."
And i still can not connect thru a web page. How do i run webServer.py manually.
Also, i am not getting any lights
Jim |
|