-
Notifications
You must be signed in to change notification settings - Fork 479
Closed
Labels
bugA functionality or parts of a program that do not work as intendedA functionality or parts of a program that do not work as intendedwontfixIssues that will not be fixed under any circumstancesIssues that will not be fixed under any circumstances
Description
Hijacking for visibility: Make sure to update to the new TOML config file format (see README) when using 0.3.0!!!
Edited by @sirwindfield
Description
spotifyd does not start after updating from version 0.2.24 to 0.2.25. Downgrading to 0.2.24 works.
Expected behavior
For spotifyd to launch in the background withour errors.
Logs
Click to show logs
journalctl logJan 13 09:06:40 arch systemd[945]: Started A spotify playing daemon.
Jan 13 09:06:40 arch spotifyd[10656]: Loading config from "/home/username/.config/spotifyd/spotifyd.conf"
Jan 13 09:06:40 arch spotifyd[10656]: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { inner: ErrorInner { kind: NumberInvalid, line: Some(2), col: 11, at: Some(49), message: "", key: [] } }', src/config.rs:468:67
Jan 13 09:06:40 arch spotifyd[10656]: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Jan 13 09:06:40 arch systemd[945]: spotifyd.service: Main process exited, code=exited, status=101/n/a
Disabling the systemd unit and running manually:
╰─❯ spotifyd --verbose
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { inner: ErrorInner { kind: NumberInvalid, line: Some(2), col: 11, at: Some(49), message: "", key: [] } }', src/config.rs:468:67
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Versions (please complete the following information):
- OS: Arch linux, 5.10.6-arch1-1
- Spotifyd: 0.2.25
- cargo: 1.49.0
Comments:
The Arch linux package has a bug report here, that looks like the same issue:
https://bugs.archlinux.org/task/69308?project=5&string=spotifyd
The bug report on Arch also points to #719
tigerjack, CaptainAsbestos, oflisback and harshitgarg22
Metadata
Metadata
Assignees
Labels
bugA functionality or parts of a program that do not work as intendedA functionality or parts of a program that do not work as intendedwontfixIssues that will not be fixed under any circumstancesIssues that will not be fixed under any circumstances