Lawouach / WebSocket-for-Python

WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.5.1)
https://ws4py.readthedocs.org/en/latest/
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

CoDanny commented 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?

CoDanny commented 7 years ago

This still happens on 0.4.2. Any ideas?