mandrewcito / signalrcore

SignalR Core python client
https://mandrewcito.github.io/signalrcore/
MIT License
117 stars 55 forks source link

'NoneType' object has no attribute 'connected' #59

Closed tgreiser closed 3 years ago

tgreiser commented 3 years ago

Describe the bug With python3.8, signalrcore 0.9.2 and websocket-client 0.54.0 test socket closes almost immediately with: Websocket closing error: issuehttps://github.com/websocket-client/websocket-client/issues/449

To Reproduce Steps to reproduce the behavior:

  1. Install signalrcore on linux
  2. Run this example: https://api.tzkt.io/#section/Python-simple-client
  3. Socket closes after about 2 events with error Websocket closing error: issuehttps://github.com/websocket-client/websocket-client/issues/449

Expected behavior I read the known issue, but I am running the version indicated (0.54.0).

Desktop (please complete the following information):

mandrewcito commented 3 years ago

Solved in #61 , i will publish a tag soon!! thanks!