-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Chat method: Custom application not working. #385
Comments
Can you please post the whole line, so I can see what's wrong? If it contains sensitive data, just replace it... |
tried this (square brackets mean tried with and without this string): All of the above works from powershell/cmd/Win+R. Thanks. |
Don't confuse the input in the GUI settings with a shell. The custom chat string is just being parsed as a executable-path and parameters (in posix style). All the GUI does is resolving the file by looking into the I'm not familiar with Powershell and Windows batch scripting, but running Running
will result in these exec and params values exec = "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe";
params = [
"-File",
"C:\scripts\chatty.ps1",
"-channel",
"CHANNEL"
]; which is the correct behavior. |
Yea, |
I use Chatty, but wrapped it in .ps1 script just to hide a few interface elements on Chatty startup (the only way I found). But for some reason nothing passed to "custom chat application command" field in the chat settings does not getting executed when I'm trying to open chat ("chat method: chatty" works perfectly however). Tried 'C:...\powershell.exe ...\chatty.ps1 args', even tried to open cmd.exe with full path to it and without any arguments - doesn't work.
streamlink-twitch-gui 1.0.0 from chocolatey, win10 (default system language is russian).
The text was updated successfully, but these errors were encountered: