Skip to content

Python Quickstarts tests failing #1143

Description

@paulyuk

They are currently all failing on the workflow quickstart with this error

        == APP - order-processor ==   File "/home/runner/.local/lib/python3.12/site-packages/grpc/_channel.py", line 1006, in _end_unary_response_blocking
        == APP - order-processor ==     raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
        == APP - order-processor ==     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        == APP - order-processor == grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
        == APP - order-processor ==     status = StatusCode.UNKNOWN
        == APP - order-processor ==     details = "failed to load inbox state key 'inbox-000000': not found"
        == APP - order-processor ==     debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.0.1:35693 {created_time:"2025-01-23T20:10:54.009378566+00:00", grpc_status:2, grpc_message:"failed to load inbox state key 'inbox-000000': not found"}"

We have a hypothesis it is related to this issue:
dapr/dapr#8412
dapr/dapr#8403

We are unsure yet why this manifests only in the Python Workflow quickstart/test

Metadata

Metadata

Assignees

Labels

P0bugSomething isn't workinglanguage/pythonPull requests that update Python code

Type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions