-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Stuck at setup forever #32
Comments
You need to provide all api keys, if any of them are empty nothing else will work |
Oh well I couldn't have guessed that, I don't have a Spotify account and don't intend to use any... |
You don't need a premium account, just a free developer account. To use the Spotify features you need a premium account, but the app will work without one as long as the API keys are set to something that isn't empty. You can open the apikeys.py file and replace empty with any random characters for the Spotify values and the app will run without them. If you ask miles to play a song the app will probably crash though. |
OK now I don't find any apikeys.py file anywhere unfortunately... EDIT: nevermind I found it it's apikey.py not apikeys.py I'm trying now. |
It's stuck at "Listening for Miles" My mic is working, I say "Miles" "hey miles" "hi miles", nothing happens.. `PS C:\Miles-env\M.I.L.E.S\Miles-V2> npm start
Server started on http://localhost:3000 Python Output: Tool list JSON has been saved to C:\Miles-env\M.I.L.E.S\Miles-V2\plugin_tool_list.json Python Output: Listening for 'Miles'... |
Adjust the threshold in main.py,They are located at Line 1071 and line 1084. Adjust the correct one for your platform. |
OK I set it up at 0.0001 and I went pass by "Listening to Miles" it's now stuck at "Listening for prompt" it doesn't seems to listen at all, nothing happens when I talk to it. |
You either have a very loud room, a noisy mic, or the mic isn't working for Miles at all |
I don't think it would pass the "listening for "Miles" if it wasn't working. |
My wake word detection doesn't use transcribed words to hear you, it uses a neural network to predict when you say the word, so it might go off, and then the actual transcription might not be able to hear you if there's too much background noise, it'll never stop listening because it thinks you're still talking |
On Windows 11, I'm stuck at the sound test.
The app keep saying forever to restart, then I do the setup again (I did it at least 20 times by now), then it says "ok restart" and stays in that loop forever.
I closed Powershell and re-opened it, in Admin, the issue persits.
What can I do?
Also for some reason it's mentioned that API keys are empty?! But I do provide one in the setup (that I've done 20 times).
The text was updated successfully, but these errors were encountered: