revai-python-sdk icon indicating copy to clipboard operation
revai-python-sdk copied to clipboard

Connection Closed. Code : 1009; Reason : Max frame length of 96200 has been exceeded.

Open whispy-woods opened this issue 1 year ago • 1 comments

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

whispy-woods avatar Jul 30 '24 20:07 whispy-woods