CaliDog / certstream-python

Python library for connecting to CertStream
MIT License
426 stars 72 forks source link

ERROR:websocket #45

Closed Dikko3506 closed 3 years ago

Dikko3506 commented 3 years ago

[ERROR:websocket] 2021-03-30 06:50:03,531 - error from callback <bound method CertStreamClient._on_message of <certstream.core.CertStreamClient object at 0x7f400c29b3d0>>: 'chain'

image

i am getting this error using websocket-client>=0.58.0 and certstream==1.10

how i can solve this ?

HugooB commented 3 years ago

Downgrade your websocket-client package to 0.57.0 (check https://github.com/CaliDog/certstream-python/issues/42)

Dikko3506 commented 3 years ago

Downgrade your websocket-client package to 0.57.0 (check #42)

image

HugooB commented 3 years ago

You might want to try downgrading to websocket-client 0.56.0 as mentioned in the requirements

Dikko3506 commented 3 years ago

You might want to try downgrading to websocket-client 0.56.0 as mentioned in the [requirements]

sir after i downgrade to 0.56.0-0.48.0 i got this error " error from callback <bound method CertStreamClient._on_message of <certstream.core.CertStreamClient object at 0x7f400c29b3d0>>: 'chain'"

Fitblip commented 3 years ago

Hi folks, this should be fixed with #42