1
|
## Tasks (post-files-redmine)
|
2
|
exception occured executing task: Command 'None' in image 'builder-python3' returned non-zero exit status 1: <generator object frames at 0x7f073c2d0d00>, Traceback (most recent call last):
|
3
|
File "/build/sources/run", line 31, in <module>
|
4
|
file_response.raise_for_status()
|
5
|
File "/usr/lib/python3/dist-packages/requests/models.py", line 943, in raise_for_status
|
6
|
raise HTTPError(http_error_msg, response=self)
|
7
|
requests.exceptions.HTTPError: 422 Client Error: Unprocessable Entity for url: http://redmine/uploads.json?filename=app-release.apk
|
8
|
|
9
|
During handling of the above exception, another exception occurred:
|
10
|
|
11
|
Traceback (most recent call last):
|
12
|
File "/build/sources/run", line 33, in <module>
|
13
|
raise Exception(f"Unable to send file {file}: {e}")
|
14
|
Exception: Unable to send file app-release.apk: 422 Client Error: Unprocessable Entity for url: http://redmine/uploads.json?filename=app-release.apk
|
15
|
|