NameError: name "urllib" is not defined
AlexeyArtemev opened this issue · 1 comments
AlexeyArtemev commented
file webui/components.py, line 168:
with urllib.request.urlopen(url) as response:
the problem is that no import for urllib was declared in the file. please provide a hotfix
SayanoAI commented
should be fixed now in one of the latest commits