You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any attempt to send chunks in a thread gets the following error:
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "Unexpected <class 'TypeError'>: 'NoneType' object is not callable"
debug_error_string = "UNKNOWN:Error received from peer {created_time:"2024-01-18T19:50:11.488132856+05:00", grpc_status:2, grpc_message:"Unexpected <class 'TypeError'>: 'NoneType' object is not callable"}"
The service has not been able to catch anywhere where the problem occurs.
When I change the method to unary-stream, the requests at least reach the method in the service.
Versions / Dependencies
grpcio-tools==1.59.3 (I've tried different versions)
ray[serve]==2.8.1
ray[serve-grpc]==2.8.1
python==3.11.5
The text was updated successfully, but these errors were encountered:
psydok
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Jan 18, 2024
What happened + What you expected to happen
Any attempt to send chunks in a thread gets the following error:
The service has not been able to catch anywhere where the problem occurs.
When I change the method to unary-stream, the requests at least reach the method in the service.
Versions / Dependencies
grpcio-tools==1.59.3 (I've tried different versions)
ray[serve]==2.8.1
ray[serve-grpc]==2.8.1
python==3.11.5
Reproduction script
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: