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 Jul 3, 2019. It is now read-only.
When I shut down the software on the rover, the JoystickProcess that runs on my machine throws this error:
Traceback (most recent call last):
File "/home/carl/Programming/usst/robocluster/robocluster/looper.py", line 86, in _daemon_wrapper
await coro(*args, **kwargs)
File "/home/carl/Programming/usst/robocluster/robocluster/member.py", line 238, in _recv_loop
size = await self._socket.recv(4)
File "/home/carl/miniconda3/envs/robocluster2/lib/python3.5/asyncio/futures.py", line 381, in __iter__
yield self # This tells Task to wait for completion.
File "/home/carl/miniconda3/envs/robocluster2/lib/python3.5/asyncio/tasks.py", line 310, in _wakeup
future.result()
File "/home/carl/miniconda3/envs/robocluster2/lib/python3.5/asyncio/futures.py", line 294, in result
raise self._exception
File "/home/carl/Programming/usst/robocluster/robocluster/net.py", line 80, in wrapper
result = func(*args, **kwargs)
ConnectionResetError: [Errno 104] Connection reset by peer
The text was updated successfully, but these errors were encountered:
When I shut down the software on the rover, the JoystickProcess that runs on my machine throws this error:
The text was updated successfully, but these errors were encountered: