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
I think the title explains it pretty well. Attempts to instantiate a ButtplugBrowserWebsocketClientConnector fail, because WebSocket is not imported from ws (despite ws being a dependency).
The workaround I've found is to import websocket in my main script, then define it globally:
I think the title explains it pretty well. Attempts to instantiate a ButtplugBrowserWebsocketClientConnector fail, because WebSocket is not imported from ws (despite ws being a dependency).
The workaround I've found is to import websocket in my main script, then define it globally:
Which works, but isn't ideal.
The text was updated successfully, but these errors were encountered: