-
Notifications
You must be signed in to change notification settings - Fork 16
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
Problème lors du lancement #21
Comments
Essaie de mettre à jour Porcupine de la même manière que j'ai expliqué ici #19 |
Bonjour merci pour votre réponse mais aprés avoir fait ce que vous avez dit dans l'issue #19 cela ne fonctionne toujours pas |
Exactement le même problème de mon côté. |
J'ai fais une mise à jour du repo, essayez de re télécharger et faire le tuto normalement il ne devrait plus y avoir de problème |
Bonjour merci pour ta réponse et la mise à jour, alors cela fonctionne mais lors de l'attente de la réponse après la question cela apparait "Error during transcription: Error: Connection error. C:\Users\herph\Desktop\Twitch-Streamer-GPT-main\node_modules\axios\dist\node\axios.cjs:837 Node.js v21.4.0 |
Il faut que le bot twitch soit lancé aussi, le voiceRecorder envoie le texte au bot twitch qui lui gère la communication avec GPT etc ... |
Bonjour voici l'erreur lors du lancement de startall.bat
"No history file found
[ERROR] keyword file belongs to a different version of the library. keyword file is
3.0.0
while the library is2.2.0
.[ERROR] loading keyword file at
C:\Users\herph\Desktop\Twitch-Streamer-GPT-main\wake_word\dit-moi-thomas_fr.ppn
failed withINVALID_ARGUMENT
Error loading wake word: Error: Porcupine failed to initialize
(node:61012) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)Failed to initialize: TypeError: Cannot read properties of undefined (reading 'frameLength')"
Malgré le fait que j'ai téléchargé la v3 juste ici "https://github.com/Picovoice/porcupine/tree/master/lib/common"
Mais également sur l'autre .bat ceci
"Bot started and listening to channel
(node:88768) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)Twitch bot listening at http://localhost:3048
Using OpenAI model gpt-3.5-turbo.
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^
[InvalidTokenError: Invalid token supplied] {
[cause]: [HttpStatusCodeError: Encountered HTTP status code 401: Unauthorized
URL: validate
Method: GET
Body:
{
"status": 401,
"message": "missing authorization token"
}] {
_statusCode: 401,
_url: 'validate',
_method: 'GET',
_body: '{\n "status": 401,\n "message": "missing authorization token"\n}'
}
}
Node.js v21.4.0 "
The text was updated successfully, but these errors were encountered: