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
Hello. I know this is an old post but I'm getting a similar error today. I had no problems using s20control.py last time I tried (last week), but today keeps coming up with the same error.
Traceback (most recent call last): File "s20control.py", line 408, in <module> main() File "s20control.py", line 388, in main with OrviboS20() as control: File "s20control.py", line 83, in __init__ self.sock.bind(('', self.port)) File "/data/data/com.termux/files/usr/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) socket.error: [Errno 98] Address already in use
Hey,
I am using this code to restart a device connected to the socket, after sevral uses I start getting:
Sources here:
https://github.com/Tikkun-olam/angelzzz/blob/devel/src/orvibo_s20.py#L7
Is there some closing function I should run on the socket or something like that?
Thanks,
The text was updated successfully, but these errors were encountered: