-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Describe the bug
Snapclient service does not start when a value entered in "Host ID" field contains whitespace.
How to reproduce
Steps to reproduce the behavior:
- Install Snapclient service add-on
- Configure Snapclient to connect to a snapcast server (perhaps using the Snapcast service add-on on the same Kodi instance)
- Configure Snapclient with no Host ID and save configuration
- From LibreELEC shell (ssh), observe service status and command run
Expected/Actual Result: service is active (running) with command similar to
snapclient --latency 0 --host 127.0.0.1 --port 1704 - Configure Snapclient with Host ID "libreelec" and save configuration
- From LibreELEC shell (ssh), observe service status and command run
ER/AR: service is active (running) with command similar to
snapclient --hostID libreelec --latency 0 --host 127.0.0.1 --port 1704 - Configure Snapclient with Host ID "libre elec" and save configuration
- From LibreELEC shell (ssh), observe service status and command run
ER: service is active (running) with command similar to:
snapclient --hostID 'libre elec' --latency 0 --host 127.0.0.1 --port 1704
AR:service is failed (Result: exit-code)
System details
- LibreELEC Version: 12.2.1
- Hardware Platform: RPi4.aarch64
- Forum Thread: https://forum.libreelec.tv/thread/29928-snapclient-no-longer-working-in-12-2/
Metadata
Metadata
Assignees
Labels
No labels