daltas
daltas
Hi, I also have same debug error as above, auth_token = response.json()['user']['auth_token'] ~~~~~~~~~~~~~~~^^^^^^^^ KeyError: 'user' i'm not using CAPTCHA when i logging on, It would be very helpful someone who...
> @daltas Hey, there is a discussion about the same in the create study issue. I was able to resolve it thanks to @slukin1. You can check the same solution...
@slukin1 Thanks a lot! i got a handshake 400 error, can you guess why? > status, resp = _get_resp_headers(sock) >raise WebSocketBadStatusException("Handshake status %d %s", status, status_message, resp_headers) websocket._exceptions.WebSocketBadStatusException: Handshake status...
hi @slukin1 Great Thanx! maybe there is a problem in an unexpected place.... ;)