Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shell command work with "ZEROCONF" but not "USER_PASS" #393

Open
GordianDziwis opened this issue Aug 25, 2021 · 3 comments
Open

Shell command work with "ZEROCONF" but not "USER_PASS" #393

GordianDziwis opened this issue Aug 25, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@GordianDziwis
Copy link

Shell commands work with "ZEROCONF" but not "USER_PASS" on v1.6.1.
Yeah weird, toke me some time to catch this critter.

@GordianDziwis GordianDziwis added the bug Something isn't working label Aug 25, 2021
@devgianlu
Copy link
Member

Can you attach a log with trace verbosity and try toggling the volume for example?

@GordianDziwis
Copy link
Author

I did this and nothing concerning shell commands was logged. No "Failed executing command" and no "Executed shell command" message.

@kondas
Copy link

kondas commented Dec 30, 2022

Hello, i'm using 1.6.2, and shell commands does not work regardless of the authentication method used.

The configuration:

[shell]
	onTrackSeeked = ""
	onStartedLoading = ""
	onConnectionDropped = "rm -rf /opt/hifi/spocon-connected"
	onMetadataAvailable = ""
	onTrackChanged = ""
	onPanicState = ""
	onFinishedLoading = ""
	# Shell events enabled
	enabled = true
	onPlaybackResumed = ""
	onConnectionEstablished = "touch /opt/hifi/spocon-connected"
	onPlaybackEnded = ""
	onContextChanged = ""
	# Execute the command with `bash -c`
	executeWithBash = true
	onPlaybackPaused = ""
	onInactiveSession = ""
	onVolumeChanged = ""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants