Skip to content

_InactiveRpcError #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
theobouwman opened this issue Dec 2, 2024 · 0 comments
Open

_InactiveRpcError #13

theobouwman opened this issue Dec 2, 2024 · 0 comments

Comments

@theobouwman
Copy link

In our api we call:

delayed.delayed_subscribe_all_members_to_group.delay(payload=DelayedSubscribeAllMembersToGroupRequest(
                organisation_id=organisation_id,
                group_id=group.id
))

But we then receive this error:

_InactiveRpcError
<_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "sendmsg: Broken pipe (32)"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"sendmsg: Broken pipe (32)", grpc_status:14, created_time:"2024-12-02T11:13:58.012172313+00:00"}"

Anyone else encountering this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant