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
Whats the best way to catch exceptions like these from the custom script.
!!! transfer not completed: status=4
!!! transfer not completed: status=4
!!! transfer not completed: status=5
!!! transfer not completed: status=5
CAUGHT
Exception ignored on calling ctypes callback function: <bound method USBTransfer.__callbackWrapper of <class 'usb1.USBTransfer'>>
Traceback (most recent call last):
File "C:\Users\thisi\AppData\Roaming\Python\Python39\site-packages\usb1\__init__.py", line 327, in __callbackWrapper
callback(self)
File "D:\Anaconda3\lib\site-packages\bumble\transport\usb.py", line 284, in on_packet_received
exit()
File "D:\Anaconda3\lib\_sitebuiltins.py", line 26, in __call__
raise SystemExit(code)
SystemExit: None
!!! transfer not completed: status=5
CAUGHT
Exception ignored on calling ctypes callback function: <bound method USBTransfer.__callbackWrapper of <class 'usb1.USBTransfer'>>
Traceback (most recent call last):
File "C:\Users\thisi\AppData\Roaming\Python\Python39\site-packages\usb1\__init__.py", line 327, in __callbackWrapper
callback(self)
File "D:\Anaconda3\lib\site-packages\bumble\transport\usb.py", line 284, in on_packet_received
exit()
File "D:\Anaconda3\lib\_sitebuiltins.py", line 26, in __call__
raise SystemExit(code)
SystemExit: None
The text was updated successfully, but these errors were encountered:
While running an app just unplug the bluetooth USB.
This actualy simulated power management related senarios that eventually cause the BT USb device to disconnect
Whats the best way to catch exceptions like these from the custom script.
The text was updated successfully, but these errors were encountered: