Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't work status":"invalid_uid","message":"An invalid ID has been received #7

Open
2 tasks done
gto2145 opened this issue May 8, 2023 · 0 comments
Open
2 tasks done

Comments

@gto2145
Copy link

gto2145 commented May 8, 2023

⚠️ Search for existing issues first ⚠️

  • I have searched the existing issues, and there is no existing issue for my problem

GPT-3 or GPT-4

  • I am using Auto-GPT with GPT-3 (GPT-3.5)

Steps to reproduce 🕹

python -m multigpt --speak --gpt3only

Current behavior 😯

Weaviate not installed. Skipping import.
pymilvus not installed. Skipping import.
Warning: The file 'AutoGpt.json' does not exist.Local memory would not be saved to a file.
pymilvus not installed. Skipping import.
Speak Mode: ENABLED
GPT3.5 Only Mode: ENABLED
Cache folder does not exist yet.Creating local_cache...
Warning: The file 'AutoGpt-agent-id-0.json' does not exist yet. Creating AutoGpt-agent-id-0.json...
Welcome to MultiGPT! I am the orchestrator of your Request failed with status code: 400
Response content: b'{"detail":{"status":"invalid_uid","message":"An invalid ID has been received: 'your-voice-id-1'. Make sure to provide a correct one."}}'
AI assistants.
Exception in thread Thread-5 (speak):
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner self.run()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\Administrator\Multi-GPT\autogpt\speech\say.py", line 36, in speak
DEFAULT_VOICE_ENGINE.say(text)
File "C:\Users\Administrator\Multi-GPT\autogpt\speech\base.py", line 33, in say
return self._speech(text, voice_index)
File "C:\Users\Administrator\Multi-GPT\autogpt\speech\gtts.py", line 19, in _speech
playsound("speech.mp3", True)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\playsound.py", line 35, in _playsoundWin
winCommand('open "' + sound + '" alias', alias)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\playsound.py", line 31, in winCommand
raise PlaysoundException(exceptionMessage)
playsound.PlaysoundException:
Error 277 for command:
open "speech.mp3" alias playsound_0.671398253350792
A problem occurred in initializing MCI.

Expected behavior 🤔

Lunch Multi-GPT

Your prompt 📝

# Paste your prompt here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant