When trying to implement a simple script following the given example the following errors are shown:
error from callback <bound method Connection._on_open of <Connection(PysherEventLoop, started daemon 123145544798208)>>: _on_open() takes 1 positional argument but 2 were given
error from callback <bound method Connection._on_message of <Connection(PysherEventLoop, started daemon 123145544798208)>>: _on_message() takes 2 positional arguments but 3 were given
Connection: Connection closed
When checking out the documentation for websocket-client, the implementation given in its example does not seem to match the implementation in connection.py.
Pysher version: 1.0.1 (installed with pip)
websocket-client version: 0.52.0
Python version: 3.7.0
OS: Mac OS X (Mojave)
When trying to implement a simple script following the given example the following errors are shown:
When checking out the documentation for
websocket-client, the implementation given in its example does not seem to match the implementation inconnection.py.Pysher version:
1.0.1(installed with pip)websocket-client version:
0.52.0Python version:
3.7.0OS: Mac OS X (Mojave)