This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
ERROR:websocket:Connection to remote host was lost. - goodbye #22
Labels
bug
Something isn't working
The connection will be disconnected if I have the api connected for certain period of time without any input, how to resolve it?
ERROR:
ERROR:websocket:Connection to remote host was lost. - goodbye
ERROR:websocket:error from callback <bound method Client.on_ws_close of <poe.Client object at 0x000002496EFD7F50>>: Client.on_ws_close() takes 3 positional arguments but 4 were given
ERROR:websocket:error from callback <bound method Client.on_ws_close of <poe.Client object at 0x000002496EFD7F50>>: Client.on_ws_close() takes 3 positional arguments but 4 were given
Exception in thread Thread-4 (ws_run_thread):
Traceback (most recent call last):
File "C:\Python311\Lib\threading.py", line 1038, in _bootstrap_inner
self.run()
File "C:\Python311\Lib\threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "C:\Python311\Lib\site-packages\poe.py", line 182, in ws_run_thread
self.ws.run_forever(**kwargs)
File "C:\Python311\Lib\site-packages\websocket_app.py", line 354, in run_forever
raise WebSocketException("socket is already opened")
The text was updated successfully, but these errors were encountered: