| State | FAILED |
|---|---|
| Quota | default |
| Manifest | 3ed41e90a1e5c3dd73614ad68457a859272b16c00985f05fb1ef15d415d5ce38 |
| Entry override | tirefireind.us/flowmetal-demo/dispatch-fire/dispatch |
| Worker | worker-fb8620ae-a35b-4eee-910d-dc8f08858416 |
| Inbox HWM | 0 |
| Error | Traceback (most recent call last): File <builtin>, in <module> error: Type of parameters mismatch, expected `int`, actual `string (repr: "body_json")` --> main.star:34:11 | 34 | lot = fctx.actions.http("GET", TIRE_REGISTRY + "/lots/next")["body_json"] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
{
"method": "GET",
"url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
{
"body": "{\"lot_id\":\"lot_b32f4c0d4c\",\"weight_kg\":3646,\"condition\":\"engulfed\",\"discovered_at\":1776751146}",
"body_json": {
"condition": "engulfed",
"discovered_at": 1776751146.0,
"lot_id": "lot_b32f4c0d4c",
"weight_kg": 3646.0
},
"headers": {
"content-length": "94",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 05:59:06 GMT",
"server": "uvicorn"
},
"status": 200.0
}