Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Job when pulling project in app #756

Open
Oli22 opened this issue Jul 30, 2023 · 0 comments
Open

Invalid Job when pulling project in app #756

Oli22 opened this issue Jul 30, 2023 · 0 comments

Comments

@Oli22
Copy link

Oli22 commented Jul 30, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant