We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In our api we call:
But we then receive this error:
Anyone else encountering this?
The text was updated successfully, but these errors were encountered: