In my project I receive the following Error and my app reconnect to the pusher service. The Error fires al lot of times while running the app over a day.
pysher.connection:Connection: Received error 4201
Connection: Received error 4201
websocket:close status: 4201
close status: 4201 `
I use Python 3.7.11 and pysher 1.0.4 with websocket-client 0.57.0.
What can I do to prevent my app from this error and the reconnect?
In my project I receive the following Error and my app reconnect to the pusher service. The Error fires al lot of times while running the app over a day.
pysher.connection:Connection: Received error 4201Connection: Received error 4201websocket:close status: 4201close status: 4201`I use Python 3.7.11 and pysher 1.0.4 with websocket-client 0.57.0.
What can I do to prevent my app from this error and the reconnect?