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
Log
Traceback (most recent call last):
File "/usr/share/docassemble/local3.10/lib/python3.10/site-packages/docassemble/base/parse.py", line 8029, in assemble
exec_with_trap(question, user_dict)
File "/usr/share/docassemble/local3.10/lib/python3.10/site-packages/docassemble/base/parse.py", line 9380, in exec_with_trap
exec(the_question.compute, the_dict)
File "", line 24, in
NameError: name 'set_github_auth' is not defined
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/docassemble/local3.10/lib/python3.10/site-packages/flask/app.py", line 1523, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/share/docassemble/local3.10/lib/python3.10/site-packages/flask/app.py", line 1509, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/usr/share/docassemble/local3.10/lib/python3.10/site-packages/docassemble/webapp/server.py", line 8080, in index
interview.assemble(user_dict, interview_status, old_user_dict, force_question=special_question)
File "/usr/share/docassemble/local3.10/lib/python3.10/site-packages/docassemble/base/parse.py", line 8310, in assemble
raise the_error
File "/usr/share/docassemble/local3.10/lib/python3.10/site-packages/docassemble/base/parse.py", line 8097, in assemble
question_result = self.askfor(missingVariable, user_dict, old_user_dict, interview_status, seeking=interview_status.seeking, follow_mc=follow_mc, seeking_question=seeking_question)
File "/usr/share/docassemble/local3.10/lib/python3.10/site-packages/docassemble/base/parse.py", line 8760, in askfor
exec_with_trap(question, user_dict)
File "/usr/share/docassemble/local3.10/lib/python3.10/site-packages/docassemble/base/parse.py", line 9380, in exec_with_trap
exec(the_question.compute, the_dict)
File "", line 1, in
File "/usr/share/docassemble/local3.10/lib/python3.10/site-packages/docassemble/ALAutomatedTestingTests/al_set_up_testing.py", line 77, in set_github_auth
self.has_right_scopes( self.github.oauth_scopes )
File "/usr/share/docassemble/local3.10/lib/python3.10/site-packages/docassemble/ALAutomatedTestingTests/al_set_up_testing.py", line 100, in has_right_scopes
has_scopes = "admin:org" in scopes and "workflow" in scopes and "repo" in scopes
TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered:
https://github.com/plocket/docassemble-ALAutomatedTestingTests/blob/f2aa2ab12af5583e0b63b3cc87122452a50638ed/docassemble/ALAutomatedTestingTests/al_set_up_testing.py#L77 is issue:
oauth_scopes
can be None. Quick fix is to always pass in a list (oauth_scopes or []
)Full log
The text was updated successfully, but these errors were encountered: