WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.5.1)
BSD 3-Clause "New" or "Revised" License
1.12k
stars
288
forks
source link
Getting "Invalid response status: 502 Bad Gateway" updating to 0.3.5 #203
Open
CoDanny opened 7 years ago
Since I updated from 0.3.4 to 0.3.5 I'm getting the following error when trying to connect to a websocket server:
Invalid response status: 502 Bad Gateway
The connection is done using a subclass of
WebSocketClient
. If I downgrade to 0.3.4, it works just fine.Any Ideas?