RequestError("recognition connection failed: {}".format(e.reason))
speech_recognition.RequestError: recognition connection failed: [Errno -2] Name or service not known
internet is working
I am using it with multi threading, I am processing multiple audio files (like more than 10) at a time
Is that the cause of this problem?
Google Speech Recognition is returning
internet is working
I am using it with multi threading, I am processing multiple audio files (like more than 10) at a time Is that the cause of this problem?