-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
issue after i run rc_driver.py #176
Comments
Can you post the error on your computer as well as on raspberry pi? |
The rc_driver_nn_only.py work just fine after i change the host to " self.server_socket.bind(("0.0.0.0", port))"
OSError: [Errno 99] Cannot assign requested address |
@Sirajabudabe Address is taken by your previous run, make sure to exit the program, or you can close the terminal/pycharm, then the address will be available. Check out #144 if it helps. |
how did u solved this problem? |
I have a broken pipe error every time i run Rc_driver.py , i didn't have this problem when i run training and testing codes , all tho the part of code responsible of connection is the same
The text was updated successfully, but these errors were encountered: