Git Product home page Git Product logo

Comments (13)

herrernst avatar herrernst commented on July 28, 2024

As said in the log, please add RUST_BACKTRACE=1 to the environment, so we can see the backtrace and can better find the source of the problem.
On systemd, just add Environment="RUST_BACKTRACE=1" to the [Service] section.

from librespot.

smoltron avatar smoltron commented on July 28, 2024

Thanks, I tried that and been testing it. Unfortunately I have not been able to replicate it. Maybe that was a Spotify problem in Friday evening rush hour?

from librespot.

smoltron avatar smoltron commented on July 28, 2024

Now it started to crash again with this:

thread '<unnamed>' panicked at 'called Result::unwrap() on an Err value: WireError("invalid value for enum: 10")', ../src/libcore/result.rs:746
note: Run with RUST_BACKTRACE=1 for a backtrace.
thread '<main>' panicked at 'called Result::unwrap() on an Err value: "SendError(..)"', ../src/libcore/result.rs:746
sp-connect.service: main process exited, code=exited, status=101/n/a

The service in /etc/systemd/system has this:

[Service]
Environment="RUST_BACKTRACE=1"

but this is a release build - can it make a backtrace?

The service cannot recover from the error. It restarts, but everytime I try to connect again, this happens:

kMessageTypeHello XXXXX 724d0d8be171c2caaf1c07667d3c635f4c4a35ae 1 1456949362857
kMessageTypeNotify DESKTOP 4fa51abb8da60d1c48cde828ca3fa4b48c4c6321 5 1456949336791
thread '<unnamed>' panicked at 'called Result::unwrap() on an Err value: WireError("invalid value for enum: 10")', ../src/libcore/result.rs:746
note: Run with RUST_BACKTRACE=1 for a backtrace.
thread '<unnamed>' panicked at 'called Result::unwrap() on an Err value: RecvError', ../src/libcore/result.rs:746
thread '<main>' panicked at 'called Result::unwrap() on an Err value: "SendError(..)"', ../src/libcore/result.rs:746

Not even reboot fixes this, at least now.

from librespot.

herrernst avatar herrernst commented on July 28, 2024

I also get this now. It get's only triggered when I use the desktop app (OS X) to control librespot, still works with iOS app. Here's a backtrace from RPi release build:

thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: WireError("invalid value for enum: 10")', ../src/libcore/result.rs:746
stack backtrace:
   1: 0x54c7862f - sys::backtrace::tracing::imp::write::h0ac93ae0d5010372zyu
   2: 0x54c7b407 - panicking::default_handler::_$u7b$$u7b$closure$u7d$$u7d$::closure.43646
   3: 0x54c7af87 - panicking::default_handler::hd845ba7284d1b391Ofz
   4: 0x54c68be3 - sys_common::unwind::begin_unwind_inner::hec18a97fa5501b33Smt
   5: 0x54c69117 - sys_common::unwind::begin_unwind_fmt::h5461f7a9ccd1fff9Ylt
   6: 0x54c77c6b - rust_begin_unwind
   7: 0x54c8667f - panicking::panic_fmt::h7384d4a4fb9ee959yZL
   8: 0x54b6a637 - result::unwrap_failed::h1705526536349368419
   9: 0x54bd2db3 - spirc::SpircManager::run::hbeb3ea0d9c8af8e2T9c
...

Another stacktrace from Linux x86 debug build:

thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: WireError("invalid value for enum: 10")', ../src/libcore/result.rs:746
stack backtrace:
   1:     0x557a8da1c9a0 - sys::backtrace::tracing::imp::write::hef3f5235812bde76Qwu
   2:     0x557a8da1f25b - panicking::default_handler::_$u7b$$u7b$closure$u7d$$u7d$::closure.43471
   3:     0x557a8da1eec8 - panicking::default_handler::hb72e26fd774dcea5E3y
   4:     0x557a8da0d89c - sys_common::unwind::begin_unwind_inner::hcccaf464c9787883Flt
   5:     0x557a8da0dd28 - sys_common::unwind::begin_unwind_fmt::h522f8632783201c5Lkt
   6:     0x557a8da1bd51 - rust_begin_unwind
   7:     0x557a8da4ef1f - panicking::panic_fmt::hd3ab350bce4886e96YL
   8:     0x557a8d6c17fd - result::unwrap_failed::h8189802796181185767
                        at ../src/libcore/macros.rs:29
   9:     0x557a8d7a9452 - result::Result<T, E>::unwrap::h5380472669170073192
                        at ../src/libcore/result.rs:687
  10:     0x557a8d7a2f93 - spirc::SpircManager::run::hc20bf8650fb08733R9c
                        at src/spirc.rs:102
  11:     0x557a8d65acbc - main::_$u7b$$u7b$closure$u7d$$u7d$::closure.11351
                        at src/main.rs:101
  12:     0x557a8d65a924 - std::thread::Builder::spawn::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::closure.11340
                        at ../src/libstd/thread/mod.rs:277
  13:     0x557a8d65a8e9 - sys_common::unwind::try::try_fn::h1526252104022781747
                        at ../src/libstd/sys/common/unwind/mod.rs:127
  14:     0x557a8da1bcdb - __rust_try
  15:     0x557a8da18e8d - sys_common::unwind::inner_try::h97bd458fb1ab729eHit
  16:     0x557a8d65a85b - sys_common::unwind::try::h10811221711142627268
                        at ../src/libstd/sys/common/unwind/mod.rs:123
  17:     0x557a8d65a708 - std::thread::Builder::spawn::_$u7b$$u7b$closure$u7d$$u7d$::closure.11313
                        at ../src/libstd/thread/mod.rs:277
  18:     0x557a8d65af38 - boxed::F.FnBox<A>::call_box::h9678797960508880079
                        at ../src/liballoc/boxed.rs:541
  19:     0x557a8da1dd00 - sys::thread::Thread::new::thread_start::hbf912636ac462411Y0x
  20:     0x7eff33d20609 - start_thread
  21:     0x7eff33a5aa4c - clone
  22:                0x0 - <unknown>
thread '<main>' panicked at 'called `Result::unwrap()` on an `Err` value: "SendError(..)"', ../src/libcore/result.rs:746
stack backtrace:
   1:     0x557a8da1c9a0 - sys::backtrace::tracing::imp::write::hef3f5235812bde76Qwu
   2:     0x557a8da1f25b - panicking::default_handler::_$u7b$$u7b$closure$u7d$$u7d$::closure.43471
   3:     0x557a8da1eec8 - panicking::default_handler::hb72e26fd774dcea5E3y
   4:     0x557a8da0d89c - sys_common::unwind::begin_unwind_inner::hcccaf464c9787883Flt
   5:     0x557a8da0dd28 - sys_common::unwind::begin_unwind_fmt::h522f8632783201c5Lkt
   6:     0x557a8da1bd51 - rust_begin_unwind
   7:     0x557a8da4ef1f - panicking::panic_fmt::hd3ab350bce4886e96YL
   8:     0x557a8d7415e4 - result::unwrap_failed::h5997535626145712502
                        at ../src/libcore/macros.rs:29
   9:     0x557a8d7413a0 - result::Result<T, E>::unwrap::h11579220494847642256
                        at ../src/libcore/result.rs:687
  10:     0x557a8d740477 - mercury::MercuryManager::complete_request::_$u7b$$u7b$closure$u7d$$u7d$::closure.22752
                        at src/mercury.rs:156
  11:     0x557a8d740387 - option::Option<T>::map::h3590479171568802740
                        at ../src/libcore/option.rs:390
  12:     0x557a8d73ebe9 - mercury::MercuryManager::complete_request::hcdbec889c09d4996Cgc
                        at src/mercury.rs:154
  13:     0x557a8d744935 - mercury::MercuryManager.PacketHandler::handle::h0a53360de293cbddMjc
                        at src/mercury.rs:229
  14:     0x557a8d79dac1 - session::Session::poll::h61bf35812b6712b0A2c
                        at src/session.rs:99
  15:     0x557a8d6242f5 - main::ha87e6dcdb1efac29Xba
                        at src/main.rs:104
  16:     0x557a8da1eb24 - sys_common::unwind::try::try_fn::h5713377621479519318
  17:     0x557a8da1bcdb - __rust_try
  18:     0x557a8da1e5ae - rt::lang_start::hf9917a10f7f86c4fKVy
  19:     0x557a8d65b0b9 - main
  20:     0x7eff3397857f - __libc_start_main
  21:     0x557a8d621fd8 - _start
  22:                0x0 - <unknown>

from librespot.

smoltron avatar smoltron commented on July 28, 2024

In my case it does not matter if the client is Windows or Android. Neither works.
Maybe Spotify has made changes?

from librespot.

plietar avatar plietar commented on July 28, 2024

I've fixed the WireError("invalid value for enum: 10") error (5059432).
However the original calledOption::unwrap()on aNonevalue bug is still present.
@smoltron if you are able to reproduce it and get a backtrace it would be great.

from librespot.

smoltron avatar smoltron commented on July 28, 2024

I made git pulland compiled again a release.
My Windows client did not connect successfully:

thread '<unnamed>' panicked at 'index out of bounds: the len is 0 but the index is 0', ../src/libcollections/vec.rs:1134
note: Run with RUST_BACKTRACE=1 for a backtrace.
thread '<unnamed>' panicked at 'called Result::unwrap() on an Err value: RecvError', ../src/libcore/result.rs:746
thread '<main>' panicked at 'called Result::unwrap() on an Err value: "SendError(..)"', ../src/libcore/result.rs:746

I will try to compile a debug version next week and give a stack trace, but this release version seems not to produce it. I should have RUST_BACKTRACE=1in my environment.

from librespot.

grobgl avatar grobgl commented on July 28, 2024

I'm still experiencing this on the latest release. It seems like it's crashing immediately after launch. These are the logs I get when running with RUST_BACKTRACE=1:

Mar 16 09:13:25 raspberrypi systemd[1]: Starting librespot...
Mar 16 09:13:25 raspberrypi systemd[1]: Started librespot.
Mar 16 09:13:26 raspberrypi librespot[4524]: Authenticated !
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround40
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround41
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround50
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround51
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround71
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM dmixer
Mar 16 09:13:26 raspberrypi librespot[4524]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM dmixer
Mar 16 09:13:26 raspberrypi librespot[4524]: Cannot connect to server socket err = No such file or directory
Mar 16 09:13:26 raspberrypi librespot[4524]: Cannot connect to server request channel
Mar 16 09:13:26 raspberrypi librespot[4524]: jack server is not running or cannot be started
Mar 16 09:13:26 raspberrypi librespot[4524]: kMessageTypeHello RaspberryPi f77ec2bda9ef8416d06f174358c03aaccbbd77e9 1 1458119606146
Mar 16 09:13:26 raspberrypi librespot[4524]: thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: WireError("invalid value for enum: 10")', ../src/libcore/re
Mar 16 09:13:26 raspberrypi librespot[4524]: stack backtrace:
Mar 16 09:13:26 raspberrypi librespot[4524]: 1: 0x54c5554f - sys::backtrace::tracing::imp::write::h135536cd81285eccUnu
Mar 16 09:13:26 raspberrypi librespot[4524]: 2: 0x54c5826f - panicking::default_handler::_<closure>::closure.42762
Mar 16 09:13:26 raspberrypi librespot[4524]: 3: 0x54c57d17 - panicking::default_handler::h7177c2bcc25e7a5epHy
Mar 16 09:13:26 raspberrypi librespot[4524]: 4: 0x54c43413 - sys_common::unwind::begin_unwind_inner::h8c8a662faf013a60sgt
Mar 16 09:13:26 raspberrypi librespot[4524]: 5: 0x54c43e23 - sys_common::unwind::begin_unwind_fmt::hdf95913021d00361yft
Mar 16 09:13:26 raspberrypi librespot[4524]: 6: 0x54c54ab3 - rust_begin_unwind
Mar 16 09:13:26 raspberrypi librespot[4524]: 7: 0x54c7b17f - panicking::panic_fmt::h1a436363b260015fnYL
Mar 16 09:13:26 raspberrypi librespot[4524]: 8: 0x54b2236b - result::unwrap_failed::h13325421759993051372
Mar 16 09:13:26 raspberrypi librespot[4524]: 9: 0x54b8f733 - spirc::SpircManager::run::h3efc184851021c0dL5c
Mar 16 09:13:26 raspberrypi librespot[4524]: 10: 0x54af9e97 - sys_common::unwind::try::try_fn::h1188130408868163882
Mar 16 09:13:26 raspberrypi librespot[4524]: 11: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 12: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 13: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 14: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 15: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 16: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 17: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 18: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 19: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 20: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 21: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 22: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 23: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 24: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 25: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 26: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 27: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 28: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 29: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 30: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 31: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 32: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 33: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 34: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 35: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 36: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 37: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 38: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 39: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 40: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi systemd[1]: librespot.service: main process exited, code=killed, status=11/SEGV
Mar 16 09:13:26 raspberrypi systemd[1]: Unit librespot.service entered failed state.
Mar 16 09:13:26 raspberrypi librespot[4524]: 41: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 42: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 43: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 44: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 45: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 46: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 47: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 48: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 49: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 50: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 51: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 52: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 53: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 54: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 55: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 56: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 57: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 58: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 59: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 60: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 61: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 62: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 63: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 64: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 65: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 66: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 67: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 68: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 69: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 70: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 71: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 72: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 73: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 74: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 75: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 76: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 77: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 78: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 79: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 80: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 81: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 82: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 83: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 84: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 85: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 86: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 87: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 88: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 89: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 90: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 91: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 92: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 93: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 94: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 95: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 96: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 97: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 98: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 99: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 100: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: ... <frames omitted>
Mar 16 09:13:26 raspberrypi librespot[4524]: thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', ../src/libcore/result.rs:746
Mar 16 09:13:26 raspberrypi librespot[4524]: stack backtrace:
Mar 16 09:13:26 raspberrypi librespot[4524]: 1: 0x54c5554f - sys::backtrace::tracing::imp::write::h135536cd81285eccUnu
Mar 16 09:13:26 raspberrypi librespot[4524]: 2: 0x54c5826f - panicking::default_handler::_<closure>::closure.42762
Mar 16 09:13:26 raspberrypi librespot[4524]: 3: 0x54c57d17 - panicking::default_handler::h7177c2bcc25e7a5epHy
Mar 16 09:13:26 raspberrypi librespot[4524]: 4: 0x54c43413 - sys_common::unwind::begin_unwind_inner::h8c8a662faf013a60sgt
Mar 16 09:13:26 raspberrypi librespot[4524]: 5: 0x54c43e23 - sys_common::unwind::begin_unwind_fmt::hdf95913021d00361yft
Mar 16 09:13:26 raspberrypi librespot[4524]: 6: 0x54c54ab3 - rust_begin_unwind
Mar 16 09:13:26 raspberrypi librespot[4524]: 7: 0x54c7b17f - panicking::panic_fmt::h1a436363b260015fnYL
Mar 16 09:13:26 raspberrypi librespot[4524]: 8: 0x54b497a3 - result::unwrap_failed::h16071647930788025389
Mar 16 09:13:26 raspberrypi librespot[4524]: 9: 0x54b66fb7 - player::PlayerInternal::run::h2bedd81b55ce3451uHc
Mar 16 09:13:26 raspberrypi librespot[4524]: 10: 0x54b635df - sys_common::unwind::try::try_fn::h11605509990531988660
Mar 16 09:13:26 raspberrypi librespot[4524]: 11: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 12: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 13: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 14: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 15: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 16: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 17: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 18: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 19: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 20: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 21: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 22: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 23: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 24: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 25: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 26: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 27: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 28: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 29: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 30: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 31: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 32: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 33: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 34: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 35: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 36: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 37: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 38: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 39: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 40: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 41: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 42: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 43: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 44: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 45: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 46: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 47: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 48: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 49: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 50: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 51: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 52: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 53: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 54: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 55: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 56: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 57: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 58: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 59: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 60: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 61: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 62: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 63: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 64: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 65: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 66: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 67: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 68: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 69: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 70: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 71: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 72: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 73: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 74: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 75: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 76: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 77: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 78: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 79: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 80: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 81: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 82: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 83: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 84: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 85: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 86: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 87: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 88: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 89: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 90: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 91: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 92: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 93: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 94: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 95: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 96: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 97: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 98: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 99: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: 100: 0x54c54a53 - __rust_try
Mar 16 09:13:26 raspberrypi librespot[4524]: ... <frames omitted>
Mar 16 09:13:26 raspberrypi systemd[1]: librespot.service holdoff time over, scheduling restart.
Mar 16 09:13:26 raspberrypi systemd[1]: Stopping librespot...
Mar 16 09:13:26 raspberrypi systemd[1]: Starting librespot...
Mar 16 09:13:26 raspberrypi systemd[1]: librespot.service start request repeated too quickly, refusing to start.
Mar 16 09:13:26 raspberrypi systemd[1]: Failed to start librespot.
Mar 16 09:13:26 raspberrypi systemd[1]: Unit librespot.service entered failed state.

from librespot.

plietar avatar plietar commented on July 28, 2024

Can you double check this is the latest master ?
This was fixed a week ago.

from librespot.

grobgl avatar grobgl commented on July 28, 2024

I rebuilt, just to be sure. I don't think there is any difference:

Mar 16 14:33:15 raspberrypi systemd[1]: Starting librespot...
Mar 16 14:33:15 raspberrypi systemd[1]: Started librespot.
Mar 16 14:33:16 raspberrypi librespot[1182]: Authenticated !
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround40
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround41
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround50
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround51
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround71
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM dmixer
Mar 16 14:33:16 raspberrypi librespot[1182]: ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM dmixer
Mar 16 14:33:16 raspberrypi librespot[1182]: Cannot connect to server socket err = No such file or directory
Mar 16 14:33:16 raspberrypi librespot[1182]: Cannot connect to server request channel
Mar 16 14:33:16 raspberrypi librespot[1182]: jack server is not running or cannot be started
Mar 16 14:33:16 raspberrypi librespot[1182]: kMessageTypeHello RaspberryPi f77ec2bda9ef8416d06f174358c03aaccbbd77e9 1 1458138796441
Mar 16 14:33:16 raspberrypi librespot[1182]: thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: WireError("invalid value for enum: 10")', ../src/libcore/r
Mar 16 14:33:16 raspberrypi librespot[1182]: stack backtrace:
Mar 16 14:33:16 raspberrypi librespot[1182]: 1: 0x54c2b54f - sys::backtrace::tracing::imp::write::h135536cd81285eccUnu
Mar 16 14:33:16 raspberrypi librespot[1182]: 2: 0x54c2e26f - panicking::default_handler::_<closure>::closure.42762
Mar 16 14:33:16 raspberrypi librespot[1182]: 3: 0x54c2dd17 - panicking::default_handler::h7177c2bcc25e7a5epHy
Mar 16 14:33:16 raspberrypi librespot[1182]: 4: 0x54c19413 - sys_common::unwind::begin_unwind_inner::h8c8a662faf013a60sgt
Mar 16 14:33:16 raspberrypi librespot[1182]: 5: 0x54c19e23 - sys_common::unwind::begin_unwind_fmt::hdf95913021d00361yft
Mar 16 14:33:16 raspberrypi librespot[1182]: 6: 0x54c2aab3 - rust_begin_unwind
Mar 16 14:33:16 raspberrypi librespot[1182]: 7: 0x54c5117f - panicking::panic_fmt::h1a436363b260015fnYL
Mar 16 14:33:16 raspberrypi librespot[1182]: 8: 0x54af836b - result::unwrap_failed::h13325421759993051372
Mar 16 14:33:16 raspberrypi librespot[1182]: 9: 0x54b65733 - spirc::SpircManager::run::h3efc184851021c0dL5c
Mar 16 14:33:16 raspberrypi librespot[1182]: 10: 0x54acfe97 - sys_common::unwind::try::try_fn::h1188130408868163882
Mar 16 14:33:16 raspberrypi librespot[1182]: 11: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 12: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 13: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 14: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 15: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 16: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 17: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 18: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 19: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 20: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 21: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 22: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 23: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 24: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 25: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 26: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 27: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 28: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 29: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 30: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 31: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 32: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 33: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 34: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 35: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 36: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 37: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 38: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 39: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 40: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 41: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 42: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 43: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 44: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 45: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 46: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 47: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 48: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 49: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 50: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 51: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi systemd[1]: librespot.service: main process exited, code=killed, status=11/SEGV
Mar 16 14:33:16 raspberrypi systemd[1]: Unit librespot.service entered failed state.
Mar 16 14:33:16 raspberrypi librespot[1182]: 52: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 53: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 54: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 55: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 56: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 57: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 58: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 59: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 60: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 61: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 62: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 63: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 64: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 65: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 66: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 67: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 68: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 69: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 70: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 71: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 72: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 73: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 74: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 75: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 76: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 77: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 78: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 79: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 80: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 81: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 82: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 83: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 84: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 85: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 86: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 87: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 88: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 89: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 90: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 91: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 92: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 93: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 94: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 95: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 96: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 97: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 98: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 99: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 100: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: ... <frames omitted>
Mar 16 14:33:16 raspberrypi librespot[1182]: thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', ../src/libcore/result.rs:746
Mar 16 14:33:16 raspberrypi librespot[1182]: stack backtrace:
Mar 16 14:33:16 raspberrypi librespot[1182]: 1: 0x54c2b54f - sys::backtrace::tracing::imp::write::h135536cd81285eccUnu
Mar 16 14:33:16 raspberrypi librespot[1182]: 2: 0x54c2e26f - panicking::default_handler::_<closure>::closure.42762
Mar 16 14:33:16 raspberrypi librespot[1182]: 3: 0x54c2dd17 - panicking::default_handler::h7177c2bcc25e7a5epHy
Mar 16 14:33:16 raspberrypi librespot[1182]: 4: 0x54c19413 - sys_common::unwind::begin_unwind_inner::h8c8a662faf013a60sgt
Mar 16 14:33:16 raspberrypi librespot[1182]: 5: 0x54c19e23 - sys_common::unwind::begin_unwind_fmt::hdf95913021d00361yft
Mar 16 14:33:16 raspberrypi librespot[1182]: 6: 0x54c2aab3 - rust_begin_unwind
Mar 16 14:33:16 raspberrypi librespot[1182]: 7: 0x54c5117f - panicking::panic_fmt::h1a436363b260015fnYL
Mar 16 14:33:16 raspberrypi librespot[1182]: 8: 0x54b1f7a3 - result::unwrap_failed::h16071647930788025389
Mar 16 14:33:16 raspberrypi librespot[1182]: 9: 0x54b3cfb7 - player::PlayerInternal::run::h2bedd81b55ce3451uHc
Mar 16 14:33:16 raspberrypi librespot[1182]: 10: 0x54b395df - sys_common::unwind::try::try_fn::h11605509990531988660
Mar 16 14:33:16 raspberrypi librespot[1182]: 11: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 12: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 13: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 14: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 15: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 16: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 17: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 18: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 19: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 20: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 21: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 22: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 23: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 24: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 25: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 26: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 27: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 28: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 29: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 30: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 31: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 32: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 33: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 34: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 35: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 36: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 37: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 38: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 39: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 40: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 41: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 42: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 43: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 44: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 45: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 46: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 47: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 48: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 49: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 50: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 51: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 52: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 53: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 54: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 55: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 56: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 57: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 58: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 59: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 60: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 61: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 62: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 63: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 64: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 65: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 66: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 67: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 68: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 69: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 70: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 71: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 72: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 73: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 74: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 75: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 76: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 77: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 78: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 79: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 80: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 81: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 82: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 83: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 84: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 85: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 86: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 87: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 88: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 89: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 90: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 91: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 92: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 93: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 94: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 95: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 96: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 97: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 98: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 99: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: 100: 0x54c2aa53 - __rust_try
Mar 16 14:33:16 raspberrypi librespot[1182]: ... <frames omitted>
Mar 16 14:33:17 raspberrypi systemd[1]: librespot.service holdoff time over, scheduling restart.

from librespot.

plietar avatar plietar commented on July 28, 2024

Sorry to be insistent, but I fairly certain that you are not running the latest code from the master branch. This specific bug was fixed, and the output doesn't match the recent builds (This line is missing

println!("Connecting to AP {}", ap);
)

from librespot.

grobgl avatar grobgl commented on July 28, 2024

Reinstalled from scratch, it's working now. Thanks!

from librespot.

plietar avatar plietar commented on July 28, 2024

The original issue is most likely the same as #74, which has been fixed since.
I believe everything else in this thread has been fixed as well

from librespot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.