System Failure!
Error!
'NoneType' object has no attribute 'query_all'
Please try again by going back to the previous page or return to the Backoffice Home
Debugging Information Below:
Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 880, in full_dispatch_request rv = self.dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 865, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/backoffice/app/backoffice.py", line 203, in qdhonor (sfAccountSupporters, suppressions) = get_supporter_accounts(level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/backoffice/app/functions.py", line 447, in wrapper result = func(*args, **bound_args.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/backoffice/app/functions.py", line 926, in get_supporter_accounts sfSupporters = sf.query_all(soql) ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'query_all'