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
The background initialization setting doesn't yet work, as core morango operations attempt to access the request object which doesn't exist.
ERROR Job 424f40644e684ceeb8a2997992544b1b raised an exception: Traceback (most recent call last):
File "/home/bjester/Projects/learningequality/pyenv/versions/3.8.10/envs/kdp-3.8.10/lib/python3.8/site-packages/kolibri/dist/morango/sync/controller.py", line 248, in _invoke_middleware
result = middleware(prepared_context)
File "/home/bjester/Projects/learningequality/pyenv/versions/3.8.10/envs/kdp-3.8.10/lib/python3.8/site-packages/kolibri/dist/morango/registry.py", line 228, in __call__
result = operation(context)
File "/home/bjester/Projects/learningequality/pyenv/versions/3.8.10/envs/kdp-3.8.10/lib/python3.8/site-packages/kolibri/dist/morango/sync/operations.py", line 942, in __call__
result = self.handle(context)
File "/home/bjester/Projects/learningequality/pyenv/versions/3.8.10/envs/kdp-3.8.10/lib/python3.8/site-packages/kolibri/dist/morango/sync/operations.py", line 1067, in handle
context.transfer_session.client_fsic = context.request.data.get(
AttributeError: 'NoneType' object has no attribute 'data'
The text was updated successfully, but these errors were encountered:
The background initialization setting doesn't yet work, as core morango operations attempt to access the request object which doesn't exist.
The text was updated successfully, but these errors were encountered: