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

This error? #121

Open
developedbyalex opened this issue Nov 7, 2021 · 1 comment
Open

This error? #121

developedbyalex opened this issue Nov 7, 2021 · 1 comment

Comments

@developedbyalex
Copy link

Exception ignored in thread started by: <bound method GatewayServer._heartbeat of <discum.gateway.gateway.GatewayServer object at 0x000002563B341700>>
Traceback (most recent call last):
File "C:\Users\alexp\AppData\Local\Programs\Python\Python39\lib\site-packages\discum\gateway\gateway.py", line 205, in _heartbeat
self.send({"op": self.OPCODE.HEARTBEAT,"d": self.sequence-1 if self.sequence>0 else self.sequence})
File "C:\Users\alexp\AppData\Local\Programs\Python\Python39\lib\site-packages\discum\gateway\gateway.py", line 210, in send
self.ws.send(json.dumps(payload))
File "C:\Users\alexp\AppData\Local\Programs\Python\Python39\lib\site-packages\websocket_app.py", line 190, in send
raise WebSocketConnectionClosedException(
websocket._exceptions.WebSocketConnectionClosedException: Connection is already closed.

@SebastienTolron
Copy link

Hey , same issue here :/

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

2 participants