Closed
Description
Python 3.11
Habanero 1.2.3
I'm getting the following error on line 164 of request_class.py
: UnboundLocalError: cannot access local variable 'r' where it is not associated with a value
.
It seem that you can reach that line (check_json(r)
) with r
undefined if requests.get()
raises a RequestException
before returning. Because the exception is caught and printed, the code continues with r
still undefined.
habanero/habanero/request_class.py
Lines 143 to 165 in 5228483
Metadata
Metadata
Assignees
Labels
No labels