Closed addyess closed 1 year ago
How's using a different python/websocket version affect the completion of a task on the unit? If that's actually the case (e.g. if I'm not misunderstanding this,) inspecting the difference on what's being sent out from pylibjuju (for each python/websocket version) should reveal the issue. I'll check it out as soon as I can @addyess , have a good Memorial Day weekend!
I can't seem to reproduce this anymore. I'm not sure what was I was experiencing.
I can't seem to reproduce this anymore. I'm not sure what was I was experiencing.
@addyess thanks for closing!
Description
Using these library versions
and controller
I start an action, but never get a result
Looking at the websocket debug:
It seems the actions is there at the controller: using juju cli
But these actions never complete
The same actions run fine when i use
python3.10
andwebsockets==10.4
Urgency
Casually reporting
Python-libjuju version
3.1.2.0
Juju version
3.1.2
Reproduce / Test