We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 commands work with "ZEROCONF" but not "USER_PASS" on v1.6.1. Yeah weird, toke me some time to catch this critter.
The text was updated successfully, but these errors were encountered:
Can you attach a log with trace verbosity and try toggling the volume for example?
trace
Sorry, something went wrong.
I did this and nothing concerning shell commands was logged. No "Failed executing command" and no "Executed shell command" message.
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 = ""
No branches or pull requests
Shell commands work with "ZEROCONF" but not "USER_PASS" on v1.6.1.
Yeah weird, toke me some time to catch this critter.
The text was updated successfully, but these errors were encountered: