Regression on python binding and HUB5000
Posted: Tue Dec 17, 2024 8:53 am
Hello,
I'm on Ubuntu 24.04
If I use libpidget22 of 20240411 with the associated python binding I manage to have everything that works, but if I use libphidget22 20240912, then I can start a first time my python programs and when I quit and I relaunch I have this error :
I'm on Ubuntu 24.04
If I use libpidget22 of 20240411 with the associated python binding I manage to have everything that works, but if I use libphidget22 20240912, then I can start a first time my python programs and when I quit and I relaunch I have this error :
Nothing I try works. I am on the last firmware availablePhidget22.PhidgetException.PhidgetException: PhidgetException 0x34 (Device not Attached)
This can happen for a number of common reasons. Be sure you are opening the channel before trying to use it. If you are opening the channel, the program may not be waiting for the channel to be attached. If possible use openWaitForAttachment. Otherwise, be sure to check the Attached property of the channel before trying to use it.