felixjunghans / google_speech

Flutter google spech
MIT License
69 stars 42 forks source link

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

Open carloskiron opened 7 months ago

carloskiron commented 7 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 4 months ago

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