Hey, I have a problem when trying to connect my Raspberry Pi to Cortex WebSocket.
I am running Raspbian GNU/Linux 10 (buster) on Linux raspberrypi 4.19.97-v7l+
After adding the Raspberry Pi IP to Remote Connect in EMOTIVE Launcher I can see the headset that connected via SUB doungel
to the Raspberry Pi.
The problem occurs when I am trying to run the sub_data stream on the Raspberry Pi, I get this message:
pi@raspberrypi:~/FinalProject $ python3 main.py
Subscribe _init_
websocket opened
do_prepare_steps——————————–
check has access right ——————————–
on_error
[Errno 32] Broken pipe
on_close
None
someone had this problem and knows how I can solve this?