-
-
Notifications
You must be signed in to change notification settings - Fork 12
Troubleshooting
Solutions to common issues with ivLyrics.
If you experience issues with settings or lyrics display, try resetting the app:
- Run
spicetify enable-devtoolsin your terminal - Right-click in the Spotify window and select "Inspect Element" or "Developer Tools"
- Go to Application tab > Storage > Click Clear site data
- Press
Ctrl+Shift+R(macOS:Cmd+Shift+R) to reload Spotify
Symptoms: No lyrics appear for any song
Solutions:
- Check your internet connection
- Verify lyrics providers are enabled in Settings
- Try a different song (some songs may not have lyrics available)
- Clear the lyrics cache in Settings > Advanced
- Check if the song is playing (lyrics only show for playing tracks)
Symptoms: Translation button doesn't work or shows errors
Solutions:
- Verify your API key is correctly entered in AI Provider settings
- Check that the API key is valid and not expired
- Ensure the AI provider is enabled and has translation capability enabled
- Check your API quota (free tiers have usage limits)
- Try a different AI provider
Symptoms: Translation appears in a different language than expected
Solutions:
- Go to Settings > Translation
- Verify the target language is correctly set
- Clear translation cache and try again
Symptoms: Lyrics are ahead or behind the music
Solutions:
- Hover over lyrics to show controls
- Use the sync offset adjustment
- Try community sync data if available
- Adjust offset manually (+ for delayed lyrics, - for early lyrics)
Symptoms: Spotify crashes or doesn't open after installing ivLyrics
Solutions:
- Open terminal and run:
spicetify restore spicetify apply - If issue persists, try reinstalling:
spicetify config custom_apps ivLyrics- spicetify apply - Then reinstall ivLyrics
Symptoms: Fullscreen mode doesn't work or glitches
Solutions:
- Try pressing the fullscreen shortcut again (
F12by default) - Click in the Spotify window first before pressing the shortcut
- Check if another extension is conflicting
- Disable and re-enable fullscreen in settings
Symptoms: "API Error", "Rate Limited", or "Quota Exceeded" messages
Solutions:
| Error | Solution |
|---|---|
| Invalid API Key | Re-enter your API key |
| Rate Limited | Wait a few minutes and try again |
| Quota Exceeded | Wait until quota resets or upgrade plan |
| Network Error | Check internet connection |
Symptoms: Spotify becomes slow or uses too much memory
Solutions:
- Clear all caches in Settings > Advanced
- Disable video background if enabled
- Reduce animation effects
- Restart Spotify periodically
Symptoms: Fullscreen shows black screen with no lyrics
Solutions:
- Wait a few seconds for content to load
- Press
Escto exit and try again - Clear browser cache (see Reset section above)
- Disable video background temporarily
Symptoms: F12 or other shortcuts don't respond
Solutions:
- Click inside the Spotify window first
- Make sure no other application is using the same shortcut
- Check shortcut settings in Settings > Keyboard Shortcuts
- Try changing to a different shortcut key
If the above solutions don't resolve your issue:
- Check Existing Issues: GitHub Issues
- Join Discord: Community Discord
-
Create New Issue: Include:
- ivLyrics version
- Spotify version
- Operating system
- Steps to reproduce
- Error messages (if any)
To collect debug information:
- Enable debug mode in Settings > Advanced
- Reproduce the issue
- Open Developer Tools (
Ctrl+Shift+Ior right-click > Inspect) - Go to the Console tab
- Copy any error messages
- Getting Started - Installation guide
- Settings - Configuration options