Skip to content

Error during guest command #16

@lacraig2

Description

@lacraig2

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions