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
It seems that sometimes the instance.status and instance.state().status attributes are out of sync. I have debugged a little bit and the state().status seems to be correct. This causes a crash (trying to wait on a start operation on an already started machine) in my application.
One thing I found weird is the _set_state function that does something like this:
It seems that sometimes the
instance.status
andinstance.state().status
attributes are out of sync. I have debugged a little bit and thestate().status
seems to be correct. This causes a crash (trying to wait on a start operation on an already started machine) in my application.One thing I found weird is the
_set_state
function that does something like this:Could the clearing of the
__dirty__
set in a previousstop
transition be causing this problem?I am using python
3.11.3
and pylxd2.3.1
The text was updated successfully, but these errors were encountered: