mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #1470] DeviceType "homething" crashes spotify on android #659
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#659
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 @cz8s on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1470
Hi,
I don't think you can do anything about this, just wanted to leave this somewhere where people can find it.
Whenever I connect my android device to librespot, spotify crashes immediately. Everything works as expected on iOS devices.
I changed the --device-type from
homethingtospeakerand everything works again.@photovoltex commented on GitHub (Feb 25, 2025):
Out of curiosity... Why do you use the
homethingdevice type xD?@cz8s commented on GitHub (Feb 25, 2025):
I pipe the output of librespot to snapcast. So there are multiple devices behind this one librespot instance.
Also this runs on my raspberry pi. So not a speaker strictly speaking :)
I thought it would be nice to reflect that in the icon on spotify.
@kingosticks commented on GitHub (Feb 25, 2025):
Did they ever release their homething product? I assumed not and guess they removed all support for it. We could just remove this footgun.
@cz8s commented on GitHub (Feb 25, 2025):
PR #1471 removes homething as a devicetype option. Not sure how to handle breaking changes though?
@imikkl commented on GitHub (Mar 3, 2025):
Wow! This has plagued me for several weeks now. Thank you!