dapr / python-sdk

Dapr SDK for Python
Apache License 2.0
222 stars 125 forks source link

[BUG] Unable to run workflow examples #643

Closed MregXN closed 9 months ago

MregXN commented 9 months ago

Expected Behavior

obtain the results as stated in the README

Actual Behavior

failure logs are as following

...
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
== APP ==       status = StatusCode.UNKNOWN
== APP ==       details = "failed to proxy request: required metadata dapr-app-id not found"
== APP ==       debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.0.1:50001 {grpc_message:"failed to proxy request: required metadata dapr-app-id not found", grpc_status:2, created_time:"2023-12-03T21:20:25.105786541+08:00"}"
...

Steps to Reproduce the Problem

run the ./examples/demo_workflow/human_approval.py or examples/demo_workflow per the guidance in its READEME