-
Notifications
You must be signed in to change notification settings - Fork 125
client_tests don't work #159
Comments
Hi! I faced with same problem, and i solved it by next operations in file ...\Python36-32\lib\site-packages\btfxwss\connection.py:
and now it works. I don't know exactly, but i guess it depends on new version of websocket module. |
Thank you - but does not help for me... |
Hey @JannisJoplin, This was indeed an issue with the websocket library - the issue was fixed by them, and there should not be any need to fix callbacks arg anymore. Please let me know if this issue is resolved for you now. |
Hi Nils, sorry but it does not work for me. I have attached the test-protocol. Grüße Jannis |
test.log And this is the terminal output DEBUG:websocket:GET /ws/2 HTTP/1.1 DEBUG:websocket:----------------------- DEBUG:websocket:----------------------- |
I ran client_tests.py then I found errors below, I would appreciate if anyone who can help me to reslove these errors. Ran 1 test in 11.056s FAILED (failures=1) Failure During handling of the above exception, another exception occurred: Traceback (most recent call last): |
|
Now it works, I am not sure what my mistake was... Thank You! |
Hi,
I have not much experience in python so excuse me if my question seems quite simple.
Like in the instruction I installed via: pip install btfxwss
But then the client_tests didn´t work - neither the code written in usage.
For the client_tests I get the error message attached.
test.log
Can anybody help me what I do wrong?
Thanks a lot
Jannis
The text was updated successfully, but these errors were encountered: