chevah / github-hooks-server

Handling of GitHub hooks for Chevah project
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Investigate bug #46

Closed danuker closed 2 years ago

danuker commented 2 years ago
    Huh. Will have to investigate why @chevah-robot did not apply needs-changes .

Originally posted by @danuker in https://github.com/chevah/server/issues/5939#issuecomment-1283900187

danuker commented 2 years ago

The error was:

Traceback (most recent call last):
File "/home/site/wwwroot/chevah/github_hooks_server/server.py", line 81, in hook
response = handle_event(event)
File "/home/site/wwwroot/chevah/github_hooks_server/server.py", line 144, in handle_event
return handler.dispatch(event)
File "/home/site/wwwroot/chevah/github_hooks_server/handler.py", line 52, in dispatch
return handler(event)
File "/home/site/wwwroot/chevah/github_hooks_server/handler.py", line 115, in pull_request_review
remaining_reviewers = [
File "/home/site/wwwroot/chevah/github_hooks_server/handler.py", line 116, in <listcomp>
u.login
AttributeError: 'dict' object has no attribute 'login'
danuker commented 2 years ago

Fixed, but not yet deployed.