Skip to content

Spotifyd crashes after update (to 0.3.0) #765

@wazabees

Description

@wazabees

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 log
Jan 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

Metadata

Metadata

Assignees

Labels

bugA functionality or parts of a program that do not work as intendedwontfixIssues that will not be fixed under any circumstances

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions