mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #1128] Librespot stopped being available #527
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#527
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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
@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.
@eladyn commented on GitHub (Mar 17, 2023):
I probably can't help with your original issue, only
judging by your logs, your
librespotisn't using avahi, butlibmdns. You'd need to enablewith-dns-sdto makelibrespotuse 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
journalctlor fromsystemctl statusdirectly? (The latter will only print the last few messages.)