-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Troubleshooting gpt-start
failing
#12
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@brainhig I'll add the package to the contrib folder to be installed directly with dpkg. sudo dpkg -i contrib/libflac12_armhf.deb Here's the version in use for future reference: ubuntu@ubuntu:~$ apt-cache policy libflac12
libflac12:
Installed: 1.4.2+ds-2ubuntu1
Candidate: 1.4.2+ds-2ubuntu1
Version table:
*** 1.4.2+ds-2ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports lunar/main armhf Packages
100 /var/lib/dpkg/status |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
yeah. somethings not right nano ~/.bashrc just shows an empty file at this point? Is this an OS level file or is it something you can copy and paste into here and I can reinsert my API key and try again? |
@ashepp It normally isn't empty but it should be fine. source ~/.bashrc
gpt-log |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Update: I installed flac and I'm getting further... Its now listening for the keyword but isn't recognizing the api keys for gpt or openweathermap. INFO:functions:Could not understand audio, waiting for a new phrase... |
@jlazerus1 Is your openai api key exported in your |
It is in bashrc and I even tried the export manually. I did enter the openweathermap api key in the web console too. |
@jlazerus1 when you look inside the systemd file for gpt-home do you see the key in there? sudo cat /etc/systemd/system/gpt-home Is openweathermap resolved or still saying no key? |
@jlazerus1 Sorry it's: sudo cat /etc/systemd/system/gpt-home.service |
@jlazerus1 Does |
It does not. |
@jlazerus1 Make sure when you export you include the double quotes. Remove any existing api key export in your export OPENAI_API_KEY="value"
echo 'export OPENAI_API_KEY="value"' >> ~/.bashrc
source ~/.bashrc |
@jlazerus1 Rerun the setup script so the service can be recreated with the environment variable. |
@jlazerus1 If OpenWeather and Spotifyd is still giving trouble, open a new issue. Marking this issue resolved. |
I'll give this a go soon. Does it matter that the file is completely empty? There was a bunch of stuff in there before when I last appended it, so just not sure why it disappeared into the ether. |
Likely forgot to type the |
I opened the .bashrc file and added my API key (it looked like it was non empty this time, maybe that was my user error). My API key is there. I than ran the commands you provided. While it listens to the wake word it seems that it's not finding the API Key or something else based on the attached logging? |
Here is my .bashrc file with my key value removed and replaced with "MY KEY" in case that's helpful. |
After using chatgpt to help debug (I think my API key wasn't being set in some .profile file). the system is taking the API key and responding via the OLED. However, I've seen to have lost audio! I'd like to be able to install the latest build to see if that works. Can you explicitly add how to update to the home page maybe? |
Hi, i installed everything as explained but the command gpt-start keeps failing with result 'exit-code'
The web interfacce Is working, except for the settings Tab which Is not loading.
Thanks in Advance, you had a Greta idea!
The text was updated successfully, but these errors were encountered: