Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[SERVER - ERROR] Client closed the connection #2

Open
@dtraboulsi24

Description

Hello,

When trying to send any other commands from the controller while interacting with the one of the clients I get this error:
[SERVER - ERROR] Client closed the connection
[INFO] Retreiving connections again...

The only commands that work successfully are the ones that are the "CD" and "quit" commands listed before the else statement here:

else:
allConnections[chosenone].send(data)
msg = allConnections[chosenone].recv(20480)
sendController(msg, q)
if (sendController(msg, q) == 0):
breakit = True
break
I have narrowed the error to its origin somewhere in that block of code, but I cannot find anything wrong with this code.

I am running the client, server, and controller from separate Windows machines. If someone could please help me out that would be great. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /