- Using Windows 10 computer
- Version of PsychoPy: 2022.1.1
What are you trying to achieve?:
- Trying to use a GazePoint eye-tracking device to link up with the PsychoPy experiment through ioHub
What did you try to make it work?:
Inserted this code into the ‘Begin Experiment’ section of a code component and the start of the experiment…
#Create an ioHubConnection instance, which starts the ioHubProcess, and informs it of the requested devices and their configurations.
io=ioHubConnection(io_config)
#io = launchHubServer(**io_config)
What specifically went wrong when you tried that?:
!! Error starting ioHub: An existing ioHubConnection is already open. use ioHubConnection.getActiveConnection() to access it; or use ioHubConnection.quit() to close it. Exiting...