Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Critical bug] Infinity reconnection #7

Open
n08i40k opened this issue Oct 26, 2021 · 0 comments
Open

[Critical bug] Infinity reconnection #7

n08i40k opened this issue Oct 26, 2021 · 0 comments

Comments

@n08i40k
Copy link

n08i40k commented Oct 26, 2021

I trying connect to my server, and see this in console:

[DEBUG] Connecting to Mongo DataBase...
[DEBUG] Server started! Listening on 0.0.0.0:8082 
[DEBUG] Client connected! IP: ***.***.***.***
[SERVER] PacketID: 23457, Name: LobbyInfoMessage, Length: 37
[CLIENT] PacketID: 10101, Name: LoginMessage Length: 187 
[SERVER] PacketID: 20103, Name: LoginFailedMessage, Length: 281
[SERVER] PacketID: 20104, Name: LoginOkMessage, Length: 171
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/home/n08i40k/Рабочий стол/Modern-Brawl-2.0/Core/Networking/ClientThread.py", line 71, in run
    message.process(self.db)
  File "/home/n08i40k/Рабочий стол/Modern-Brawl-2.0/Protocol/Messages/Client/LoginMessage.py", line 59, in process
    OwnHomeDataMessage(self.client, self.player).send()
  File "/home/n08i40k/Рабочий стол/Modern-Brawl-2.0/ByteStream/Writer.py", line 59, in send
    self.client.send(self.buffer)
BrokenPipeError: [Errno 32] Broken pipe

How i can fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant