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
I'm trying to use your library but getting an error
I'm not sure if the reason is the way I'm sending the information or if something else is wrong
the data is a .wav file that I read into my code.
for example the begging of the data looks like: "RIFF\xa4\xba\x15\x00WAVEfmt \x10\x00\x00\x00\x01\x00\x01\x00@\x1f\x00\x00\x80>"
I'm getting this error:
<_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = "{"created":"@1653553707.429000000","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3218,"referenced_errors":[{"created":"@1653553707.429000000","description":"failed to connect to all addresses","file":"src/core/lib/transport/error_utils.cc","file_line":165,"grpc_status":14}]}"
Do you know what can cause this error?
The text was updated successfully, but these errors were encountered:
Hi
First of all, Thanks for your great job.
I'm trying to use your library but getting an error
I'm not sure if the reason is the way I'm sending the information or if something else is wrong
the data is a .wav file that I read into my code.
for example the begging of the data looks like: "RIFF\xa4\xba\x15\x00WAVEfmt \x10\x00\x00\x00\x01\x00\x01\x00@\x1f\x00\x00\x80>"
I'm getting this error:
<_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = "{"created":"@1653553707.429000000","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3218,"referenced_errors":[{"created":"@1653553707.429000000","description":"failed to connect to all addresses","file":"src/core/lib/transport/error_utils.cc","file_line":165,"grpc_status":14}]}"
Do you know what can cause this error?
The text was updated successfully, but these errors were encountered: