Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Connection reset by peer when a process shuts down #55

Open
ottopasuuna opened this issue May 4, 2018 · 0 comments
Open

Connection reset by peer when a process shuts down #55

ottopasuuna opened this issue May 4, 2018 · 0 comments
Labels

Comments

@ottopasuuna
Copy link
Member

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant