Uberi / speech_recognition

Speech recognition module for Python, supporting several engines and APIs, online and offline.

Home Page:https://pypi.python.org/pypi/SpeechRecognition/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can only concatenate str (not "AnsiStyle") to str

AlexisMinerscience opened this issue · comments

Hello!
I periodically get the error "can only concatenate str (not "AnsiStyle") to str" when I use Google recognition.
This happens periodically no matter where recognition comes from the microphone or from an audio file.
Has anyone received the same error?

My system is <Windows 10 x64>.
My Python version is <3.11.4>.
My Pip version is <23.3.1>.
My SpeechRecognition library version is <3.10.0>.
My PyAudio library version is <0.2.13>.