joshgel
Results
1
comments of
joshgel
I was able to suppress this error by modifying the "buf = stream.read(1024)" line in stt.py to "buf = stream.read(1024, exception_on_overflow=False)" (still getting lots of errors though)