[GH-ISSUE #1128] Librespot stopped being available #527

Closed
opened 2026-02-27 19:31:07 +03:00 by kerem · 2 comments
Owner

Originally created by @microfx on GitHub (Mar 13, 2023).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1128

Hey folks!

Sadly my librespot became unresponsible "suddenly" for the first time. I had to restart the service. It worked minutes before that.

This is the systemd log:

Mar 13 17:19:04 MiCROLABS-P3 librespot[1000]: [2023-03-13T16:19:04Z WARN  libmdns::fsm] couldn't parse packet from 192.168.0.35:5353: query type 65 is invalid 
Mar 13 17:29:41 MiCROLABS-P3 librespot[1000]: [2023-03-13T16:29:41Z INFO  librespot_playback::mixer::softmixer] Mixing with softvol and volume control: Log(60.0) 
Mar 13 17:29:41 MiCROLABS-P3 librespot[1000]: [2023-03-13T16:29:41Z INFO  librespot_playback::convert] Converting with ditherer: tpdf 
Mar 13 17:29:41 MiCROLABS-P3 librespot[1000]: [2023-03-13T16:29:41Z INFO  librespot_playback::audio_backend::rodio] Using Rodio sink with format S16 and cpal host: JACK 
Mar 13 17:29:41 MiCROLABS-P3 librespot[1000]: [2023-03-13T16:29:41Z INFO  librespot_playback::audio_backend::rodio] Using audio device: cpal_client_out-01 

Also I saw that the raspberry pi is no longer reachable with its .local address for SSH (only without the .local). I am trying to understand for month how this DNS stuff works ... I have no clue still. I am running Shairport and Librespot which both use avahi. And I don't understand how it is supposed to work properly (I recently saw that one is advertising itself with name-2.local).

Maybe there this is caused by this?

Cheers

Originally created by @microfx on GitHub (Mar 13, 2023). Original GitHub issue: https://github.com/librespot-org/librespot/issues/1128 Hey folks! Sadly my librespot became unresponsible "suddenly" for the first time. I had to restart the service. It worked minutes before that. This is the systemd log: ``` Mar 13 17:19:04 MiCROLABS-P3 librespot[1000]: [2023-03-13T16:19:04Z WARN libmdns::fsm] couldn't parse packet from 192.168.0.35:5353: query type 65 is invalid Mar 13 17:29:41 MiCROLABS-P3 librespot[1000]: [2023-03-13T16:29:41Z INFO librespot_playback::mixer::softmixer] Mixing with softvol and volume control: Log(60.0) Mar 13 17:29:41 MiCROLABS-P3 librespot[1000]: [2023-03-13T16:29:41Z INFO librespot_playback::convert] Converting with ditherer: tpdf Mar 13 17:29:41 MiCROLABS-P3 librespot[1000]: [2023-03-13T16:29:41Z INFO librespot_playback::audio_backend::rodio] Using Rodio sink with format S16 and cpal host: JACK Mar 13 17:29:41 MiCROLABS-P3 librespot[1000]: [2023-03-13T16:29:41Z INFO librespot_playback::audio_backend::rodio] Using audio device: cpal_client_out-01 ``` Also I saw that the raspberry pi is no longer reachable with its .local address for SSH (only without the .local). I am trying to understand for month how this DNS stuff works ... I have no clue still. I am running Shairport and Librespot which both use avahi. And I don't understand how it is supposed to work properly (I recently saw that one is advertising itself with name-2.local). Maybe there this is caused by this? Cheers
kerem 2026-02-27 19:31:07 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@microfx commented on GitHub (Mar 16, 2023):

Could this be related to Apple's iOS feature to hide / obscure IP addresses? I just figured my phone switched to the other WiFi where this was still enabled.

image
<!-- gh-comment-id:1471967739 --> @microfx commented on GitHub (Mar 16, 2023): Could this be related to Apple's iOS feature to hide / obscure IP addresses? I just figured my phone switched to the other WiFi where this was still enabled. <img width="375" alt="image" src="https://user-images.githubusercontent.com/37987212/225633952-886f4b87-fdef-420c-8c43-5907628c5f5c.png">
Author
Owner

@eladyn commented on GitHub (Mar 17, 2023):

I probably can't help with your original issue, only

I am running Shairport and Librespot which both use avahi.

judging by your logs, your librespot isn't using avahi, but libmdns. You'd need to enable with-dns-sd to make librespot use avahi instead. Maybe that information helps you in some way to understand what's going on. 😅

Edit: Apart from that: The logs you pasted seem to be only from the restarted service which probably won't help much. Did you get them from journalctl or from systemctl status directly? (The latter will only print the last few messages.)

<!-- gh-comment-id:1472931764 --> @eladyn commented on GitHub (Mar 17, 2023): I probably can't help with your original issue, only > I am running Shairport and Librespot which both use avahi. judging by your logs, your `librespot` isn't using avahi, but [`libmdns`](https://github.com/librespot-org/libmdns). You'd need to enable `with-dns-sd` to make `librespot` use avahi instead. Maybe that information helps you in some way to understand what's going on. :sweat_smile: Edit: Apart from that: The logs you pasted seem to be only from the restarted service which probably won't help much. Did you get them from `journalctl` or from `systemctl status` directly? (The latter will only print the last few messages.)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#527
No description provided.