openbci-archive/OpenBCI_Hub

Does not listen on Linux

Closed this issue · 2 comments

I'm trying to run v3.3.1 on Debian from github. It'll boot up, but there is no port opened, and the processing gui cannot connect.

rbren commented

I'm hitting the same problem.

rbren commented

It looks like it's listening on localhost:10996, but the HTTP response is invalid. If it helps:

$ curl -v http://localhost:10996
* Rebuilt URL to: http://localhost:10996/
*   Trying ::1...
* connect to ::1 port 10996 failed: Connection refused
*   Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 10996 (#0)
> GET / HTTP/1.1
> Host: localhost:10996
> User-Agent: curl/7.47.0
> Accept: */*
> 
q,200,;
e,434,GET / HTTP/1.1
Host: localhost:10996
User-Agent: curl/7.47.0
Accept: */*

,;