-
Notifications
You must be signed in to change notification settings - Fork 31
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
BadNamespaceError: / is not a connected namespace. #157
Comments
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Suddenly it's giving me this error, the speed of server response is also damn slow today!! please can this be checked
breeze.subscribe_feeds(
File "/usr/local/lib/python3.10/dist-packages/breeze_connect/breeze_connect.py", line 362, in subscribe_feeds
self.sio_ohlcv_stream_handler.watch_stream_data(exchange_quotes_token,interval)
File "/usr/local/lib/python3.10/dist-packages/breeze_connect/breeze_connect.py", line 86, in watch_stream_data
self.sio.emit('join', data)
File "/usr/local/lib/python3.10/dist-packages/socketio/client.py", line 393, in emit
raise exceptions.BadNamespaceError(
socketio.exceptions.BadNamespaceError: / is not a connected namespace.
The text was updated successfully, but these errors were encountered: