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
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
We're getting the following error on some WebRender PRs:
Traceback (most recent call last):
File "/home/servo/homu/_venv/bin/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/servo/homu/_venv/bin/bottle.py", line 1732, in wrapper
rv = callback(*a, **ka)
File "/home/servo/homu/_venv/lib/python3.4/site-packages/homu/server.py", line 392, in github
realtime=True,
File "/home/servo/homu/_venv/lib/python3.4/site-packages/homu/main.py", line 392, in parse_commands
if 'authzfail' in res.text:
UnboundLocalError: local variable 'res' referenced before assignment
^C
We're getting the following error on some WebRender PRs:
cc @Manishearth @edunham
The text was updated successfully, but these errors were encountered: