Mouse Not Working - Log Attached
TinyPilot logs
May 05 13:26:02 raspberrypi python[530]: self._target(*self._args, **self._kwargs)
May 05 13:26:02 raspberrypi python[530]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately
May 05 13:26:02 raspberrypi python[530]: hid_handle.write(bytearray(buffer))
May 05 13:26:02 raspberrypi python[530]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown
May 05 13:26:02 raspberrypi python[530]: Process Process-181:
May 05 13:26:02 raspberrypi python[530]: Traceback (most recent call last):
May 05 13:26:02 raspberrypi python[530]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
May 05 13:26:02 raspberrypi python[530]: self.run()
May 05 13:26:02 raspberrypi python[530]: File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run
May 05 13:26:02 raspberrypi python[530]: self._target(*self._args, **self._kwargs)
May 05 13:26:02 raspberrypi python[530]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately
May 05 13:26:02 raspberrypi python[530]: hid_handle.write(bytearray(buffer))
May 05 13:26:02 raspberrypi python[530]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown
May 05 13:26:02 raspberrypi python[530]: Process Process-182:
May 05 13:26:02 raspberrypi python[530]: Traceback (most recent call last):
May 05 13:26:02 raspberrypi python[530]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
May 05 13:26:02 raspberrypi python[530]: self.run()
May 05 13:26:02 raspberrypi python[530]: File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run
May 05 13:26:02 raspberrypi python[530]: self._target(*self._args, **self._kwargs)
May 05 13:26:02 raspberrypi python[530]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately
May 05 13:26:02 raspberrypi python[530]: hid_handle.write(bytearray(buffer))
May 05 13:26:02 raspberrypi python[530]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown
May 05 13:26:02 raspberrypi python[530]: Process Process-183:
May 05 13:26:02 raspberrypi python[530]: Traceback (most recent call last):
May 05 13:26:02 raspberrypi python[530]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
May 05 13:26:02 raspberrypi python[530]: self.run()
May 05 13:26:02 raspberrypi python[530]: File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run
May 05 13:26:02 raspberrypi python[530]: self._target(*self._args, **self._kwargs)
May 05 13:26:02 raspberrypi python[530]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately
May 05 13:26:02 raspberrypi python[530]: hid_handle.write(bytearray(buffer))
May 05 13:26:02 raspberrypi python[530]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown
May 05 13:26:02 raspberrypi python[530]: Process Process-184:
May 05 13:26:02 raspberrypi python[530]: Traceback (most recent call last):
May 05 13:26:02 raspberrypi python[530]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
May 05 13:26:02 raspberrypi python[530]: self.run()
May 05 13:26:02 raspberrypi python[530]: File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run
May 05 13:26:02 raspberrypi python[530]: self._target(*self._args, **self._kwargs)
May 05 13:26:02 raspberrypi python[530]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately
May 05 13:26:02 raspberrypi python[530]: hid_handle.write(bytearray(buffer))
May 05 13:26:02 raspberrypi python[530]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown
May 05 13:26:02 raspberrypi python[530]: Process Process-185:
May 05 13:26:02 raspberrypi python[530]: Traceback (most recent call last):
May 05 13:26:02 raspberrypi python[530]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
May 05 13:26:02 raspberrypi python[530]: self.run()
May 05 13:26:02 raspberrypi python[530]: File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run
May 05 13:26:02 raspberrypi python[530]: self._target(*self._args, **self._kwargs)
May 05 13:26:02 raspberrypi python[530]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately
May 05 13:26:02 raspberrypi python[530]: hid_handle.write(bytearray(buffer))
May 05 13:26:02 raspberrypi python[530]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown
May 05 13:26:02 raspberrypi python[530]: Process Process-186:
May 05 13:26:02 raspberrypi python[530]: Traceback (most recent call last):
- Michael Lynch @michael2021-05-05 22:37:01.408Z
Thanks for reporting this!
Can you share the full log and additional details about your setup? What's the target machine? Does keyboard input work?