mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #1253] Librespot instance not shown in latest android/web spotify app #574
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#574
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 @xhpohanka on GitHub (Feb 20, 2024).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1253
Describe the bug
I'm not sure when it started, but my librespot instance is not visible anymore in spotify application. The only solution I found is to use
-uand-pand let the librespot log in with my credentials.Spotify application on my linux box in version
1.2.26.1187.g36b715a1is still able to show and connect to librespot even without login.Is this behavior documented somewhere?
@kingosticks commented on GitHub (Feb 20, 2024):
Librespot running on what platform?
@xhpohanka commented on GitHub (Feb 20, 2024):
I first noticed it on my RPi box running libreelec.
I can reproduce it on my workstation with up to date Arch linux.
Update:
android spotify
8.9.12.599works8.9.14.543does not...@gianklug commented on GitHub (Feb 21, 2024):
Can reproduce as well,
-uand-pworks.@noahhaon commented on GitHub (Feb 28, 2024):
Yes, this has been the case for some time. The issue is that the app must be running on a mobile device on the same network as librespot for discovery and credential sharing to work. Librespot will seem flaky if it restarts and the mobile app discovery stuff isn't visible to it. It will fail to connect and will no longer be visible through through the web API.
You can use the web API directly to help diagnose this:
https://api.spotify.com/v1/me/player/devices
@xhpohanka commented on GitHub (Mar 13, 2024):
All this seems strange to me
I have found that librespot without specified username works fine for my wife using Samsung S24 and Spotify 8.9.20.574, my Xperia with same Spotify version does not see the instance at all. When I use the username then my wife's phone is not able to connect (we don't have a family account). The web API behaves the same as my phone.