Troubleshooting - songify-rocks/Songify GitHub Wiki
Troubleshooting
Songify wonβt start or behaves oddly after an update
- Install the latest release.
- As a last resort, reset local data (this removes settings): delete the folder
%LocalAppData%\Songify.Rocks
Warning: Backup/export config first if you use Settings β Config β Export.
No song info
- Confirm the correct player is selected (main window dropdown).
- For Spotify, ensure the account is linked (Settings β Spotify; status icons in the footer).
- For Browser Companion, try increasing the fetch interval under Settings β System to reduce missed updates / CPU load.
No album cover
- Enable Download album cover under Settings β Output.
- Covers need a source that provides art (e.g. Spotify API). Some sources only provide title text.
Song requests not working
- Spotify Premium is required for Spotify-based requests.
- Complete Spotify setup and Twitch setup.
- Bot must be connected; reward/command toggles must be enabled under Song requests.
- See Song requests.
INVALID CLIENT: Failed to get client (Spotify)
Usually wrong Client ID. Recreate them on the Spotify Dashboard and paste again under Settings β Spotify.
INVALID_CLIENT: Invalid redirect URI (Spotify)
Add the redirect URI to your Spotify app (Edit settings β Redirect URIs β Save):
http://127.0.0.1:4002/auth
See Spotify setup.
Web server wonβt start
- Pick a different port (another app may be using it).
- On Windows, check that Songify is allowed through the firewall if you access it from another device.
Logs
Logs: %LocalAppData%\Songify.Rocks\Logs β attach relevant logs when reporting issues on GitHub or Discord.