-
-
Notifications
You must be signed in to change notification settings - Fork 25
Troubleshooting
Jan Blömacher edited this page Dec 21, 2024
·
3 revisions
- Ensure you have the latest version of Songify installed.
- If Songify won’t start at all, try deleting the entire folder located at:
%localappdata%/Songify.Rocks
- Verify that your Spotify account is linked to Songify.
- You can check this in the Settings window or in the bottom-left corner of the main window.
- Ensure you have enabled the option to download album covers in the settings.
- Song requests require Spotify Premium.
- Make sure you have followed these setup steps:
- Songify uses extra CPU resources when grabbing tab titles from Chrome. This is necessary to extract song info.
- To reduce CPU usage, try increasing the Chrome fetch rate in the settings window.
- This error means that the Client ID and Client Secret were not entered correctly.
- Double-check that you’ve copied and pasted the values into the correct fields.
- If the issue persists, try creating a new app on the Spotify Developer Dashboard.
- This error indicates that the Redirect URI was not added to your Spotify app.
- Go to the Spotify Developer Dashboard and add the following Redirect URI:
http://localhost:4002/auth
- Important: After adding the Redirect URI, make sure to click ADD and then SAVE.
Table of Contents for Songify v.1.3.9
- Getting Started
- Setting up song requests
- Setting up the widget
- Setting up OBS
-
Troubleshooting
- Songify is not working
- Songify is not showing the song info
- Songify is not showing the song cover
- Song requests are not working
- Songify uses a lot of CPU when grabbing info from Chrome
- INVALID CLIENT: Failed to get client when trying to link my Spotify account
- INVALID_CLIENT: Invalid redirect URI when trying to link my Spotify account