Troubleshooting
Common issues and solutions for Spotify Controller.
Installation Issues
Extension not appearing in Activity Bar
Problem: Spotify icon missing from VS Code sidebar
Solutions:
- Restart VS Code completely
- Check Extensions view (
Ctrl+Shift+X) - ensure extension is installed and enabled - Right-click Activity Bar → Spotify Controller should be listed
- Try reloading window (
Ctrl+R/Cmd+R)
Extension installed but commands missing
Problem: Command Palette doesn't show Spotify commands
Solutions:
- Open Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Search for
Extensions: Reload Window - If still missing, uninstall and reinstall the extension
Connection Issues
"Spotify not detected" message
Problem: Extension can't find running Spotify
Solutions:
Windows
- Ensure Spotify desktop app is running (not web player)
- Play a song in Spotify to activate SMTC
- Check Windows Volume Mixer - Spotify should appear
- Try restarting Spotify as administrator
- Verify Windows 10/11 (older versions not supported)
macOS
- Ensure Spotify desktop app is running
- Grant permissions if macOS requests them
- Try clicking on Spotify app to give it focus
- Restart Spotify and try again
- Check System Preferences > Security & Privacy for any blocked permissions
Controls not responding
Problem: Buttons don't control Spotify playback
Solutions:
- Click once on Spotify app window
- Play/pause manually in Spotify first
- Restart both VS Code and Spotify
- Check if another media player is interfering
Track Information Issues
Track info not updating
Problem: Song details show old or wrong information
Solutions:
- Wait 5-10 seconds (polling interval)
- Click play/pause to force refresh
- Switch tracks manually in Spotify
- Restart the extension (disable → enable)
Missing album artwork
Problem: No album cover displayed
Solutions:
- Album art may not be available for all tracks
- Internet connection required for artwork
- Try different songs to verify functionality
Platform-Specific Issues
Windows
.NET Runtime errors
Problem: Helper executable fails to start
Solutions:
- Extension includes self-contained .NET runtime
- Try running VS Code as administrator
- Check Windows Defender isn't blocking the helper
- Restart Windows if recently updated
SMTC not working
Problem: System Media Transport Controls unavailable
Solutions:
- Update Windows to latest version
- Enable Focus Assist settings
- Check Windows Media Player integration
- Try with different media apps to test SMTC
macOS
AppleScript permissions
Problem: Permission denied errors
Solutions:
- System Preferences > Security & Privacy > Privacy
- Add VS Code to Automation list
- Grant permission for VS Code to control Spotify
- Restart both apps after granting permissions
Script execution blocked
Problem: macOS blocks AppleScript execution
Solutions:
- System Preferences > Security & Privacy
- Click Allow if prompted
- Add VS Code to Accessibility if needed
- Try right-clicking VS Code → Open to override security
Performance Issues
High CPU usage
Problem: Extension using too much CPU
Solutions:
- Disable/enable extension to reset
- Check VS Code Developer Tools for errors
- Restart VS Code with extension disabled, then re-enable
- Report issue on GitHub
Slow response times
Problem: Commands take long time to execute
Solutions:
- Close unnecessary VS Code extensions
- Restart Spotify to clear cache
- Update both VS Code and Spotify to latest versions
Getting Help
Reporting Issues
If problems persist:
- Check existing issues: GitHub Issues
- Create new issue with:
- Operating system and version
- VS Code version
- Spotify version
- Error messages (if any)
- Steps to reproduce
Debug Information
To help with troubleshooting, include:
- VS Code version:
Help > About - Extension version: Check Extensions view
- Console errors:
Help > Toggle Developer Tools > Console - System info: OS version and Spotify app version
Community Support
- GitHub Discussions for questions
- VS Code Marketplace reviews for feedback
- Issue tracking for bugs and feature requests