Skip to content

Instantly share code, notes, and snippets.

@KenwoodFox
Created February 7, 2022 01:24
Show Gist options
  • Save KenwoodFox/42b71ed20b05e9573c7f3e6ebc7c30c7 to your computer and use it in GitHub Desktop.
Save KenwoodFox/42b71ed20b05e9573c7f3e6ebc7c30c7 to your computer and use it in GitHub Desktop.
^CTraceback (most recent call last):
File "/home/joe/git/BlueBox/BlueBox/BlueBox.py", line 33, in run
time.sleep(1)
KeyboardInterrupt
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/joe/git/BlueBox/BlueBox/__main__.py", line 5, in <module>
bluebox.run()
File "/home/joe/git/BlueBox/BlueBox/BlueBox.py", line 35, in run
self.CameraThread0.join()
File "/usr/lib/python3.10/threading.py", line 1089, in join
self._wait_for_tstate_lock()
File "/usr/lib/python3.10/threading.py", line 1109, in _wait_for_tstate_lock
if lock.acquire(block, timeout):
KeyboardInterrupt
terminate called without an active exception
[1] 3269438 abort (core dumped) python BlueBox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment