Frequent error for Auto-GPT TTS #255
Closed
Hercules942
started this conversation in
General
Replies: 2 comments 6 replies
-
I had this issue as well. I found someone else that downgraded the playsound with: this worked for me. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Closing due to old and probably fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I keep getting this error randomly, sometimes it works haphazardly for a bit, but most of the time I get this error. Usually the opening line is most likely to be voiced, but I've never had more than 2 lines voiced.
" Error 263 for command:
open speech.mpeg
The specified device is not open or is not recognized by MCI.
Failed to close the file: speech.mpeg
Error:
Traceback (most recent call last): File "C:\AI\Auto-GPT\scripts\main.py", line 96, in print_assistant_thoughts speak.say_text(assistant_thoughts_speak) File "C:\AI\Auto-GPT\scripts\speak.py", line 45, in say_text success = eleven_labs_speech(text) File "C:\AI\Auto-GPT\scripts\speak.py", line 27, in eleven_labs_speech playsound("speech.mpeg") File "C:\Users\joech\AppData\Roaming\Python\Python39\site-packages\playsound.py", line 72,
in _playsoundWin winCommand(u'open {}'.format(sound)) File "C:\Users\joech\AppData\Roaming\Python\Python39\site-packages\playsound.py", line 64,
in winCommand raise PlaysoundException(exceptionMessage) playsound.PlaysoundException: Error 263 for command: open speech.mpeg The specified device is not open or is not recognized by MCI."
Beta Was this translation helpful? Give feedback.
All reactions