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
When trying to use zaza with juju 2.9 and a latest version of websockets the following exception is raised due to changes in the library.
Traceback (most recent call last):
File "/home/ubuntu/charms/charm-mysql-innodb-cluster/src/.tox/func-target/lib/python3.10/site-packages/juju/client/connection.py", line 834, in _connect_with_login
result = (await self.login())['response']
File "/home/ubuntu/charms/charm-mysql-innodb-cluster/src/.tox/func-target/lib/python3.10/site-packages/juju/client/connection.py", line 923, in login
return await self.rpc({
File "/home/ubuntu/charms/charm-mysql-innodb-cluster/src/.tox/func-target/lib/python3.10/site-packages/juju/client/connection.py", line 606, in rpc
if self.monitor.status == Monitor.DISCONNECTED:
File "/home/ubuntu/charms/charm-mysql-innodb-cluster/src/.tox/func-target/lib/python3.10/site-packages/juju/client/connection.py", line 212, in status
if stopped or not connection._ws.open:
AttributeError: 'ClientConnection' object has no attribute 'open'
Description
When trying to use zaza with juju 2.9 and a latest version of websockets the following exception is raised due to changes in the library.
Urgency
Annoying bug in our test suite
Python-libjuju version
2.9.49
Juju version
2.9.49
Reproduce / Test
The text was updated successfully, but these errors were encountered: