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
We should change the error message to something like Trying to use the synchronous gRPC channel from asynchronous code. Use "aio.channel" instead of "channel" to get a "grpc.aio.Channel"
The text was updated successfully, but these errors were encountered:
See https://github.com/google/avatar/blob/main/avatar/pandora_client.py#L136 for context.
We should change the error message to something like
Trying to use the synchronous gRPC channel from asynchronous code. Use "aio.channel" instead of "channel" to get a "grpc.aio.Channel"
The text was updated successfully, but these errors were encountered: