palkan/acli

KeyError: Key not found: sec-websocket-accept in linux

uzaif313 opened this issue · 2 comments

KeyError: Key not found: sec-websocket-accept in ubuntu

i have invoke cli with below command

sudo ./acli-linux-x86_64 -u http://localhost:3000/cabel -c waiting_room_channel

That means that the server response doesn't contain the sec-websocket-accept key.

Isn't there a typo in you url? cabel -> cable

@palkan Thanks