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
nothing is returned, no partials, no finals, and i quickly run into "Connection Closed. Code : 1009; Reason : Max frame length of 96200 has been exceeded."
Is v1 not supported anymore? Cheers
The text was updated successfully, but these errors were encountered:
Hi, on Windows 10 + Python 3.11.9, if I use the "generator_streaming_example.py" example as is, it runs fine, all my raw and flac files work.
Once I change
response_generator = streamclient.start(MEDIA_GENERATOR)
to
response_generator = streamclient.start(MEDIA_GENERATOR, language="de")
nothing is returned, no partials, no finals, and i quickly run into "Connection Closed. Code : 1009; Reason : Max frame length of 96200 has been exceeded."
Is v1 not supported anymore? Cheers
The text was updated successfully, but these errors were encountered: