-
Notifications
You must be signed in to change notification settings - Fork 95
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/Server/Server.py get_interface_ip() fails on RasPi 4 with Raspberry Pi OS Bookworm #30
Comments
The system has an IP network connection while producing this error. |
I'm using the raspberry pi's ethernet port. (
|
Here is an image of our raspberry pi OS, you can download and write it to your Raspberry Pi and try again. |
I have managed to narrow down the issue a little further. This error only occurs when using wired-LAN using the RasPi's ethernet port instead of wireless LAN. Workaround:Connect to wireless LAN instead of wired-LAN. Having found this workaround, the problem is still not solved. I expect we can call it a software bug, that using wired-LAN causes this error? In the latter case, it would be useful to provide the user with a helpful message instructing them to connect to a wireless LAN instead of this relatively useless error-message. |
Hi! Many thanks for the input. We will make it clear in our tutorial. We are sorry for any inconvenience it may cause. |
Hi! Where can I see this explanation? |
Hi, I'm having the same issue when I run sudo python camera.py. I'm using a raspberry pi 5, connected to it via wifi and using RealVNC on Windows 11. When I run env | grep XDG I see XDG_RUNTIME_DIR=/run/user/1000. [0:32:17.433523222] [2937] INFO Camera camera_manager.cpp:325 libcamera v0.3.2+99-1230f78d |
I think i had the same error and you only have to run: cd ~/Freenove_Big_Hexapod_Robot_Kit_for_Raspberry_Pi/Code/Server
sudo python main.py -tn this works if you use ssh and no vnc. |
When running the server code with the following commands
I get the following error:
OS info:
Linux raspberrypi 6.1.0-rpi6-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.58-1+rpt2 (2023-10-27) aarch64 GNU/Linux
The system has an IP network connection while producing this error.
Any ideas as to the cause of and solution to this problem?
The text was updated successfully, but these errors were encountered: