Failed to parse redirect URI from HTTP request
Author: yigitsalarCreated May 8, 2026Updated Jun 12, 2026
Labelsbug
Description "Failed to parse redirect URI from HTTP request" error when I press "Continue to the app" on Spotify.
To Reproduce
- Run the command that I wrote in the logs.
- Press "Continue to the app" on the browser.
Logs
Click to show logs$ spotifyd auth --verbose
[INFO spotifyd::config] Loading config from "/etc/spotifyd.conf"
[DEBUG spotifyd::config] No proxy specified
Browse to: https://accounts.spotify.com/authorize?response_type=code&(...)
[INFO librespot_oauth] OAuth server listening on 127.0.0.1:8000
Error:
0: Service unavailable { Failed to parse redirect URI from HTTP request }
Location:
src/oauth.rs:69
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.Compilation flags
- alsa_backend
Versions (please complete the following information):
- OS: Arch Linux Rolling Release
- Spotifyd: 0.4.2
- cargo: 1.95.0
Source: Spotifyd/spotifyd