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
After a while a crash follows.
Calling sensors = context.query_all_sensors does work without errors, so I can work around the problem by using context.get_sensor_parent(sensors{i}) to get the devices, but it is cumbersome.