mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #1061] Python error of some sort #500
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#500
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 @darth-untermensch on GitHub (Sep 30, 2022).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1061
Describe the bug
Add-on fails to launch
To reproduce
Install and enable librespot. UI displays "failed to start" error message
Log
Host (what you are running
librespoton):Additional context
Workaround from my end is changing line 39 of
.kodi/addons/service.librespot/resources/lib/ls_addon.py:from
settings['name'] = settings['name'].format(socket.gethostname())to
settings['name'] = socket.gethostname()I'm not sure what the underlying issue is or whether this workaround is even safe code at this point, but it seems to work for the moment.
@roderickvd commented on GitHub (Oct 1, 2022):
You should report this upstream with Kodi.
librespotis not written in Python.@shanemeagher commented on GitHub (Oct 1, 2022):
This is a LibreELEC addon that packages librespot so post issues here to get support:
https://forum.libreelec.tv/board/14-add-on-support/