deriv-com / python-deriv-api

Python bindings for deriv.com websocket API
MIT License
25 stars 30 forks source link

InvalidStatusCode: server rejected WebSocket connection: HTTP 403 #18

Open akashva50 opened 1 year ago

akashva50 commented 1 year ago

File "/Users/aka/opt/anaconda3/lib/python3.9/site-packages/websockets/legacy/client.py", line 658, in __await_impl__ await protocol.handshake( File "/Users/aka/opt/anaconda3/lib/python3.9/site-packages/websockets/legacy/client.py", line 328, in handshake raise InvalidStatusCode(status_code, response_headers) websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 403 Screenshot 2023-04-09 at 6 54 23 PM

akashva50 commented 1 year ago

Why its refusing to connect?

akashva50 commented 1 year ago

I have all the packages still saying Requires: reactivex, websockets.. why though?

Screenshot 2023-04-09 at 7 52 47 PM