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.
'NoneType' object has no attribute 'recv'
Traceback (most recent call last):
File "/home/pi/robocluster/robocluster/member.py", line 228, in _recv
data = await self._socket.recv(size)
AttributeError: 'NoneType' object has no attribute 'recv'
Got remote stop DriveControl
'NoneType' object has no attribute 'recv'
Traceback (most recent call last):
File "/home/pi/robocluster/robocluster/member.py", line 228, in _recv
data = await self._socket.recv(size)
AttributeError: 'NoneType' object has no attribute 'recv'
The text was updated successfully, but these errors were encountered:
Unfortunately that was all I had from the stack trace, and I couldn't see a way to figure out what exactly causes this (or any of the other open bugs). It only seems to happen when I'm using the ProcessManager's remote api, so trying to start and stop processes on remote machines repeatedly. Otherwise everything seems stable for the most part.
The text was updated successfully, but these errors were encountered: