qfieldcloud icon indicating copy to clipboard operation
qfieldcloud copied to clipboard

Invalid Job when pulling project in app

Open Oli22 opened this issue 2 years ago • 1 comments
trafficstars

All my packaging jobs on a self hosted instance are finishing, but when trying to pull the project in the app I always get the following error:

ERROR Invalid job | request_id=none ts=2023-07-30T17:14:33.277050 name=root filename=rest_utils.py lineno=41 thread=140156003858176 source=app exc_info=Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/rest_framework/views.py", line 506, in dispatch response = handler(request, *args, **kwargs) File "/usr/src/app/qfieldcloud/core/views/package_views.py", line 103, in get raise exceptions.InvalidJobError("Empty project package.") qfieldcloud.core.exceptions.InvalidJobError: Invalid job Bad Request: /api/v1/packages/56a1273d-c673-4121-82d7-8688d2d277cc/latest/ WARNING Bad Request: /api/v1/packages/56a1273d-c673-4121-82d7-8688d2d277cc/latest/ | status_code=400 request=<WSGIRequest: GET '/api/v1/packages/56a1273d-c673-4121-82d7-8688d2d277cc/latest/'> request_id=none ts=2023-07-30T17:14:33.376854 name=django.request filename=log.py lineno=224 thread=140156003858176 source=app

What do I do wrong?

Oli22 avatar Jul 30 '23 17:07 Oli22