revdotcom/revai-python-sdk

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

whispy-woods opened this issue · 0 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