You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2024. It is now read-only.
@curv3ball , could you please run 'pip freeze' and paste the results here? I apologize for the limited support regarding these issues. Currently, this project is somewhat outdated, and unfortunately, I still don't have spare time to refactor the entire thing.
running this on windows, the issue seems to stem from
websocket
from websocket import WebSocketConnectionClosedException
causes program to instantly crash upon loadif you get around this by just removing the exception handling, you run into this
TypeError: WebSocket.__init__() missing 3 required positional arguments: 'environ', 'socket', and 'rfile'
The text was updated successfully, but these errors were encountered: