You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
I thought we had solved this problem, but apparently it is back. Or maybe we need to catch this exception too...
[WARN] [WallTime: 1501863601.753149] write failed: [Errno 5] Input/output error
[WARN] [WallTime: 1501863601.821312] could not open port /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_85531303231351F09081-if00: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_85531303231351F09081-if00'
Traceback (most recent call last):
File "/home/pi/catkin_ws/src/openag_brain/nodes/arduino_handler.py", line 389, in <module>
serial_connection.write(message) # Write len(message) bytes or timeout
AttributeError: 'NoneType' object has no attribute 'write'
[ERROR] [1501863603.919463867]: VIDIOC_DQBUF error 19, No such device
[environments/environment_1/arduino_handler-18] process has died [pid 2183, exit code 1, cmd /home/pi/catkin_ws/src/openag_brain/nodes/arduino_handler.py
The text was updated successfully, but these errors were encountered:
I thought we had solved this problem, but apparently it is back. Or maybe we need to catch this exception too...
The text was updated successfully, but these errors were encountered: