Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
master
-
None
Description
curl 'http://coin.ci.qt.io/coin/api/taskWorkItems?id=nightly1729080003%2C1729080005%2C1729081330%2C1729081342%2C1729081460%2C1729081461%2C1729081462%2C1729081463%2C1729081464%2C1729081473'
My script requests data for multiple task workitems with one request. The above call returns data as normal, but ends abruptly with Error 500.
EDIT: This issue is currently blocking my script from gathering further data, since it's not clever to figure out where the problem is and skip that one task.
I have isolated the issue to this one task ID, but I'm not sure if other task IDs are presenting problem too:
curl -v 'http://coin.ci.qt.io/coin/api/taskWorkItems?id=1729081473
* Host coin.ci.qt.io:80 was resolved.
- IPv6: (none)
- IPv4: 10.212.0.212
- Trying 10.212.0.212:80...
- Connected to coin.ci.qt.io (10.212.0.212) port 80
- using HTTP/1.x
> GET /coin/api/taskWorkItems?id=1729081460 HTTP/1.1
> Host: coin.ci.qt.io
> User-Agent: curl/8.10.1
> Accept: /
> - Request completely sent off
< HTTP/1.1 500 Internal Server Error
< Server: nginx/1.26.2
< Date: Fri, 18 Oct 2024 14:43:36 GMT
< Content-Type: text/plain; charset=utf-8
< Content-Length: 51
< Connection: keep-alive
< Vary: Accept-Encoding
< X-Content-Type-Options: nosniff
<
Unknown server error.