Long
23
[BACKEND][2024-02-28 15:59:03] During handling of the above exception, another exception occurred:
[BACKEND][2024-02-28 15:59:03]
[BACKEND][2024-02-28 15:59:03] Traceback (most recent call last):
[BACKEND][2024-02-28 15:59:03] File "/baserow/venv/lib/python3.9/site-packages/asgiref/sync.py", line 486, in thread_handler
[BACKEND][2024-02-28 15:59:03] raise exc_info[1]
[BACKEND][2024-02-28 15:59:03] File "/baserow/venv/lib/python3.9/site-packages/django/core/handlers/exception.py", line 43, in inner
[BACKEND][2024-02-28 15:59:03] response = await get_response(request)
[BACKEND][2024-02-28 15:59:03] File "/baserow/venv/lib/python3.9/site-packages/django/core/handlers/base.py", line 253, in _get_response_async
[BACKEND][2024-02-28 15:59:03] response = await wrapped_callback(
[BACKEND][2024-02-28 15:59:03] File "/baserow/venv/lib/python3.9/site-packages/asgiref/sync.py", line 448, in __call__
[BACKEND][2024-02-28 15:59:03] ret = await asyncio.wait_for(future, timeout=None)
[BACKEND][2024-02-28 15:59:03] File "/usr/lib/python3.9/asyncio/tasks.py", line 442, in wait_for
[BACKEND][2024-02-28 15:59:03] return await fut
[BACKEND][2024-02-28 15:59:03] File "/baserow/venv/lib/python3.9/site-packages/asgiref/current_thread_executor.py", line 22, in run
[BACKEND][2024-02-28 15:59:03] result = self.fn(*self.args, **self.kwargs)
[BACKEND][2024-02-28 15:59:03] File "/baserow/venv/lib/python3.9/site-packages/asgiref/sync.py", line 490, in thread_handler
[BACKEND][2024-02-28 15:59:03] return func(*args, **kwargs)
[BACKEND][2024-02-28 15:59:03] File "/baserow/venv/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 55, in wrapped_view
[BACKEND][2024-02-28 15:59:03] return view_func(*args, **kwargs)
[BACKEND][2024-02-28 15:59:03] File "/baserow/venv/lib/python3.9/site-packages/django/views/generic/base.py", line 103, in view
[BACKEND][2024-02-28 15:59:03] return self.dispatch(request, *args, **kwargs)
[BACKEND][2024-02-28 15:59:03] File "/baserow/venv/lib/python3.9/site-packages/rest_framework/views.py", line 509, in dispatch
[BACKEND][2024-02-28 15:59:03] response = self.handle_exception(exc)
[BACKEND][2024-02-28 15:59:03] File "/baserow/venv/lib/python3.9/site-packages/rest_framework/views.py", line 469, in handle_exception
[BACKEND][2024-02-28 15:59:03] self.raise_uncaught_exception(exc)
[BACKEND][2024-02-28 15:59:03] File "/baserow/venv/lib/python3.9/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
[BACKEND][2024-02-28 15:59:03] raise exc