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

Creating a new Stream when already at max streams allowed by license causes a KeyError to be raised #205

Open
BryceBeagle opened this issue Sep 28, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@BryceBeagle
Copy link
Member

Traceback (most recent call last):
  File "/snap/brainframe-client/97/usr/local/lib/python3.6/site-packages/brainframe_qt/ui/resources/qt_async_worker.py", line 63, in finish
    raise self.err
  File "/snap/brainframe-client/97/usr/local/lib/python3.6/site-packages/brainframe_qt/ui/resources/qt_async_worker.py", line 47, in run
    self.data = self.func(*self.f_args, **self.f_kwargs)
  File "/snap/brainframe-client/97/usr/local/lib/python3.6/site-packages/brainframe_qt/api_utils/streaming/stream_manager.py", line 52, in delete_stream
    self.stop_streaming(stream_id)
  File "/snap/brainframe-client/97/usr/local/lib/python3.6/site-packages/brainframe_qt/api_utils/streaming/stream_manager.py", line 81, in stop_streaming
    self._stop_stream(stream_id)
  File "/snap/brainframe-client/97/usr/local/lib/python3.6/site-packages/brainframe_qt/api_utils/streaming/stream_manager.py", line 173, in _stop_stream
    stream_reader = self.stream_readers[stream_id]
KeyError: 116
@BryceBeagle BryceBeagle added the bug Something isn't working label Sep 28, 2021
@BryceBeagle BryceBeagle self-assigned this Sep 28, 2021
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