I'm currently trying to run a minimal example linked below:
for libwebsockets with a simple Python http server on localhost:7681. I'm getting an error:
minimal-ws-client-echo jeffhotz$ ./minimal-ws-client-echo
[2019/06/11 15:55:03:1087] USER: LWS minimal ws client echo + permessage-deflate + multifragment bulk message
[2019/06/11 15:55:03:1087] USER: lws-minimal-ws-client-echo [-n (no exts)] [-u url] [-p port] [-o (once)]
[2019/06/11 15:55:03:1087] USER: options 0, ads localhost
[2019/06/11 15:55:03:1112] NOTICE: created client ssl context for default
[2019/06/11 15:55:03:1113] USER: connecting to localhost:7681//
[2019/06/11 15:55:03:1206] ERR: CLIENT_CONNECTION_ERROR: HS: URI missing
[2019/06/11 15:55:03:1208] USER: Completed 3 failed
I'm clueless as to what the error is. Thanks for your help.