felixjunghans / google_speech

Flutter google spech
MIT License
68 stars 41 forks source link

gRPC Error INVALID_ARGUMENT, message: HTTP connection completed with 400 instead of 200 #57

Open carloskiron opened 6 months ago

carloskiron commented 6 months ago

Describe the bug I am getting the following exception when trying to run the endless streaming example.

gRPC Error (code: 3, codeName: INVALID_ARGUMENT, message: HTTP connection completed with 400 instead of 200, details: [], rawResponse: null, trailers: {content-length: 54, date: Mon, 15 Apr 2024 23:58:23 GMT})

The service account is in place and the mic seems to be working and producing streaming chunks but I keep getting that error message and no transcription is displayed on the screen.

felixjunghans commented 3 months ago

Sorry for the late response. Were you able to find a solution or does the error persist?