You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[qtpyvcp.app.launcher][DEBUG] Initializing widgets (launcher.py:81) Exception in thread Thread-1 (hal_poll_thread): Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3/dist-packages/qtpyvcp/utilities/obj_status.py", line 336, in hal_poll_thread raw = rawtuple[0].split('\n') ^^^^^^^^^^^^^^^^^^^^^^^ TypeError: a bytes-like object is required, not 'str'
The error message I see:
[qtpyvcp.app.launcher][DEBUG] Initializing widgets (launcher.py:81) Exception in thread Thread-1 (hal_poll_thread): Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3/dist-packages/qtpyvcp/utilities/obj_status.py", line 336, in hal_poll_thread raw = rawtuple[0].split('\n') ^^^^^^^^^^^^^^^^^^^^^^^ TypeError: a bytes-like object is required, not 'str'
The location of the code in the tree:
qtpyvcp/src/qtpyvcp/utilities/obj_status.py
Line 336 in c20d428
Example code for testing:
The text was updated successfully, but these errors were encountered: