Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many StreamInfos #430

Open
lwhite1 opened this issue Oct 3, 2024 · 0 comments
Open

Too many StreamInfos #430

lwhite1 opened this issue Oct 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lwhite1
Copy link
Contributor

lwhite1 commented Oct 3, 2024

An uncaught exception occurred. Exiting. Uncaught exception was: ConnectionError('Found too many streaminfos')

Traceback (most recent call last):
  File "C:\neurobooth-os\neurobooth_os\gui.py", line 628, in main
    gui()
  File "C:\neurobooth-os\neurobooth_os\gui.py", line 555, in gui
    session = _update_button_status(
  File "C:\neurobooth-os\neurobooth_os\gui.py", line 353, in _update_button_status
    session = _start_lsl_session(window, inlets, folder_session)
  File "C:\neurobooth-os\neurobooth_os\gui.py", line 213, in _start_lsl_session
    session = liesl.Session(
  File "C:\Users\CTR\anaconda3\envs\neurobooth-staging\lib\site-packages\liesl\files\session.py", line 58, in __init__
    self.recorder.bind(streamargs)
  File "C:\Users\CTR\anaconda3\envs\neurobooth-staging\lib\site-packages\liesl\files\labrecorder\cli_wrapper.py", line 88, in bind
    validate(streamargs) if streamargs is not None else None
  File "C:\Users\CTR\anaconda3\envs\neurobooth-staging\lib\site-packages\liesl\files\labrecorder\manager.py", line 39, in validate
    sinfo = open_streaminfo(**streamarg)
  File "C:\Users\CTR\anaconda3\envs\neurobooth-staging\lib\site-packages\liesl\streams\finder.py", line 126, in open_streaminfo
    raise ConnectionError("Found too many streaminfos")
ConnectionError: Found too many streaminfos

This issue occurred 4 times in Sept 2024. It is critical as it causes the system to terminate

@lwhite1 lwhite1 added the bug Something isn't working label Oct 3, 2024
@lwhite1 lwhite1 self-assigned this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant