We had to do something relatively complex to get this error, but it is still very much an error.
Traceback (most recent call last):
File "/igloo_static/guesthopper/guest_cmd.py", line 17, in run_guest
response = s.recv(4096).decode('utf-8')
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/igloo_static/guesthopper/guest_cmd.py", line 82, in <module>
run_guest(unix_socket, args.port, command)
File "/igloo_static/guesthopper/guest_cmd.py", line 41, in run_guest
if s.error:
AttributeError: 'socket' object has no attribute 'error'
We had to do something relatively complex to get this error, but it is still very much an error.