Skip to content
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

Does this still work? #123

Closed
CryPtoSmartGuy420 opened this issue Nov 26, 2021 · 0 comments
Closed

Does this still work? #123

CryPtoSmartGuy420 opened this issue Nov 26, 2021 · 0 comments

Comments

@CryPtoSmartGuy420
Copy link

CryPtoSmartGuy420 commented Nov 26, 2021

When I run app.py (in Pycharm or IntelliJ IDEA Ultimate) I sucessfuly connect to the websockets ( I get " -- Subscribed! --" at least,) but then I get:

_Exception in thread Thread-4:
Traceback (most recent call last):
File "C:\Users\user\Miniconda3\envs\envname\lib\threading.py", line 973, in _bootstrap_inner
self.run()
File "C:\Users\user\Miniconda3\envs\envname\lib\threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\user\Miniconda3\envs\envname\lib\site-packages\cbpro\websocket_client.py", line 41, in _go
self._listen()
File "C:\Users\userMiniconda3\envs\envname\lib\site-packages\cbpro\websocket_client.py", line 91, in _listen
self.on_message(msg)
File "C:\Users\user\PycharmProjects\envname\gdax_book.py", line 47, in on_message
self.close()
File "C:\Users\user\Miniconda3\envs\envname\lib\site-packages\cbpro\websocket_client.py", line 104, in close
self.thread.join()
File "C:\Users\user\Miniconda3\envs\envname\lib\threading.py", line 1050, in join
raise RuntimeError("cannot join current thread")
RuntimeError: cannot join current thread
Error: messages missing (22854612043 - 22854612022). Re-initializing websocket.
Error: messages missing (9076049670 - 9076049429). Re-initializing websocket.
_
And it repeats

Perhaps this might be because I installed the newest versions of zope.interface, MarkupSafe, numpy and pandas, as versions written in the requirements.txt do not seem to be available thorugh pip install?

Also, during the installation of the requirements there is an error:
gdax 1.0.6 & cbpro 1.1.4 require Requests 2.13.0, but 2.21.0 are written in the requirements, which are incompatible

Thanks for your help

@pmaji pmaji closed this as completed Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants