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
File "/home/runner/work/python-libjuju/python-libjuju/juju/charmhub.py", line 95, in info
result = json.loads(_response.text)
UnboundLocalError: local variable '_response' referenced before assignment
possibly after Fatal error on SSL transport
looking through the code, if the charmhub request fails with some other error then 404, response json is loaded, while response is not set.
Description
possibly after
Fatal error on SSL transport
looking through the code, if the charmhub request fails with some other error then 404, response json is loaded, while response is not set.
Urgency
Casually reporting
Python-libjuju version
3.6.0.0
Juju version
any (hit on: 3.5/stable)
Reproduce / Test
The text was updated successfully, but these errors were encountered: