techsetonyoutube / Jarvis-AI

A python AI named after jarvis from iron man!
6 stars 7 forks source link

OSError: [Errno -9999] Unanticipated host error_ #1

Open techsetonyoutube opened 7 years ago

techsetonyoutube commented 7 years ago

We got this Error:

_Traceback (most recent call last): File "/media/pi/TRAVELDRIVE/Jarvis(10.0).py", line 172, in with m as source: r.adjust_for_ambient_noise(source) File "/usr/local/lib/python3.4/dist-packages/speech_recognition/init.py", line 140, in enter input=True, # stream is an input stream File "/usr/local/lib/python3.4/dist-packages/pyaudio.py", line 750, in open stream = Stream(self, *args, kwargs) File "/usr/local/lib/python3.4/dist-packages/pyaudio.py", line 441, in init self._stream = pa.open(arguments) OSError: [Errno -9999] Unanticipated host error_

techsetonyoutube commented 7 years ago

If anyone can help with this error that would be great, me and @Richard Aspden have been working on jarvis and may be open to new additions to our team!

Akul2010 commented 1 year ago

maybe switch to using another stt engine, like vosk, whisper, pocketsphinx, etc. speech_recognition's google api is no longer supported.