Python 在等待调用时捕获到ExecuteBachError异常。写入(msg)

Python 在等待调用时捕获到ExecuteBachError异常。写入(msg),python,grpc,Python,Grpc,在向以下类型的调用写入消息时捕获到异常 调用:grpc.experimental.aio.streamcall ExecuteBatchError: Failed "execute_batch": (<grpc._cython.cygrpc.SendMessageOperation object at 0x7f3d1a7679b0>,) ... await call.write(msg) File "grpc/experimental/a

在向以下类型的调用写入消息时捕获到异常
调用:grpc.experimental.aio.streamcall

ExecuteBatchError: Failed "execute_batch": (<grpc._cython.cygrpc.SendMessageOperation object at 0x7f3d1a7679b0>,)
  ...
    await call.write(msg)
  File "grpc/experimental/aio/_call.py", line 451, in write
    await self._write(request)
  File "grpc/experimental/aio/_call.py", line 429, in _write
    await self._cython_call.send_serialized_message(serialized_request)
  File "src/python/grpcio/grpc/_cython/_cygrpc/aio/call.pyx.pxi", line 368, in send_serialized_message
  File "src/python/grpcio/grpc/_cython/_cygrpc/aio/callback_common.pyx.pxi", line 145, in _send_message
  File "src/python/grpcio/grpc/_cython/_cygrpc/aio/callback_common.pyx.pxi", line 98, in execute_batch
反向链接到GitHub问题:反向链接到GitHub问题:
python 3.8.6
grpcio 1.31.0