mindaffect / pymindaffectBCI

Python SDK for high performance on-line Brain Computer Interface development.
https://mindaffect.nl
Other
63 stars 27 forks source link

Error utopia-hub server #52

Open SjoerdTimovanVliet opened 2 years ago

SjoerdTimovanVliet commented 2 years ago

mindaffect/pymindaffectBCI/blob/open_source/mindaffectBCI/examples/presentation/minimal_presentation.py

Trying to auto-discover the utopia-hub server making discovery object Using inteface: 192.168.0.104 . . . . . Discovery returned 0 utopia-hub servers Error:: couldnt autodiscover the decoder! Tring to connect to: localhost:-1 Trying to connect to: localhost:8400 Connection refused... Waiting [Errno 111] Connection refused Tring to connect to: localhost:-1 Trying to connect to: localhost:8400 Connection refused... Waiting [Errno 111] Connection refused Tring to connect to: localhost:-1 Trying to connect to: localhost:8400 Connection refused... Waiting [Errno 111] Connection refused Tring to connect to: localhost:-1 Trying to connect to: localhost:8400 Connection refused... Waiting [Errno 111] Connection refused Tring to connect to: localhost:-1 Trying to connect to: localhost:8400 Connection refused... Waiting [Errno 111] Connection refused Could not auto-connect. Trying manual Enter the hostname/IP of the Utopia-HUB: ^CTraceback (most recent call last): File "/home/sjoerd/Documents/pyglet_tutorial/interface.py", line 86, in nt.connect(timeout_ms=5000) File "/home/sjoerd/Documents/pymindaffectBCI/mindaffectBCI/noisetag.py", line 725, in connect self.utopiaController.autoconnect(host,port, File "/home/sjoerd/Documents/pymindaffectBCI/mindaffectBCI/utopiaController.py", line 110, in autoconnect self.client.autoconnect(host, port, timeout_ms=timeout_ms, localhostifhostnotfound=localhostifhostnotfound, queryifhostnotfound=queryifhostnotfound, scanifhostnotfound=scanifhostnotfound) File "/home/sjoerd/Documents/pymindaffectBCI/mindaffectBCI/utopiaclient.py", line 1141, in autoconnect hostname = input("Enter the hostname/IP of the Utopia-HUB: ") KeyboardInterrupt

Can somebody help me how to set this up? I have no idea what utopia-hub server is. I just want to get a pyglet interface working showing 2 stimuli and modify it for mine eeg headset using Labstreamlayer. I do not have any EEG headset that I could connect to mindaffect, as mine is not supported.