Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Connection issue #21

Open
loiclornic opened this issue Feb 1, 2018 · 2 comments
Open

Connection issue #21

loiclornic opened this issue Feb 1, 2018 · 2 comments

Comments

@loiclornic
Copy link

Hi,

I have a problem to connect with the websocket. Are there some specific requirements regarding ports / local host / firewall?

I have followed your example usage, however I didn't manage to start the websocket connection.

Thanks,
Loic

@trikota
Copy link

trikota commented Sep 11, 2018

It's not meant for you loiclornic, but I suppose you were dealing with the same kind of issue I have.
Something like this in logs:
error from callback <bound method WebSocketConnector._on_open of <HitBTCConnector(Thread-1, started daemon 140105975695104)>>: _on_open() missing 1 required positional argument: 'ws'

Fast and dirty solution - downgrade websocket-client to 0.48.0
pip install websocket-client==0.48.0

Seems to be related to
deepbrook/Pysher#30

@deepbrook
Copy link
Collaborator

Aye - try the latest pysher release and see if the issue persists - it should be fixed with pysher 1.0.4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants