Questions tagged [streamdeck]
12 questions
3
votes
1 answer
How to catch HTTP errors in Javascript
I'm writing a Stream Deck plugin in Javascript and I want to log errors to a file. I can't figure out how to capture details of network errors. These errors appear in the debug console, but how can I get them in my own log? The xhr.onerror()…

Elliott B
- 980
- 9
- 32
1
vote
0 answers
Async::WebSocket unable to connect on Windows 10
I'm attempting to write a Ruby SDK for the Stream Deck, a product that is basically a fancy hardware AutoHotkey allowing the user to program buttons with customized icons that do whatever they please, including making directories to achieve an…

vinnydiehl
- 1,654
- 1
- 13
- 17
1
vote
0 answers
text action not working properly when using stream deck on vscode
im using STREAM DECK for my productivity work.
I have some text template that i frequently use. But for some reason when i use "Text" action it will output one straight line with no line break.
I also tried with "shift + enter" inside stream deck…

padi
- 13
- 3
1
vote
1 answer
How can I get a WPF desktop application to catch a Elgato Streamdeck command with text characters?
I have a WPF desktop application written with NET Core 3.1 and it catches keystrokes with KeyDown command. All characters are caught with the keyboard. When I use a Streamdeck and its System Text feature, which sends keys like a keyboard my WPF app…

Mmedi005
- 35
- 7
1
vote
1 answer
Parse Json Array on new lines correctly in StreamDeckSDK
I'm trying to take a JSON Array and display the full output, but nicely formatted. (see commented out section) Unfortunately the JSON array returns back with OBJECT then its output. So I stringify to fix the [Object, Object] error I was getting. …

askmeaquestion1234
- 165
- 1
- 11
1
vote
1 answer
Powershell script to activate HDR in Windows 10
I've scoured the net for resources on this, to no avail. I cannot find the syntax to toggle HDR in Windows 10.
As it currently stands, the GUI function for this is buried in a menu, and is a huge pain in the ass to turn on and off per application as…

zreilly
- 11
- 1
- 3
0
votes
0 answers
What is the easiest way to send a signal from one stream deck to a stream deck on a different computer?
I want to use Elgato stream decks (or similar devices) in my company. Let's say user A presses a green button on his stream deck, and the same button should turn red on all stream decks in the company. User B presses the corresponding (now red)…

Marstourist
- 11
- 3
0
votes
0 answers
Suppress Terminal Window When Running Python Build from Stream Deck
I have a python project that I have built into a distributable package that can be installed with pip. The package was intended to be used alongside a Stream Deck to give users the ability to "open" the program using the open action and have control…

lilacat
- 1
0
votes
1 answer
Run "open" in elgato streamdeck without opening console
I'm trying to run a python script from an elgato streamdeck, the code works properly but everytime i run it through my streamdeck it breifly opens a CMD window.
my goal is to run the script "silently"
I already changed the .py to a .pyw, which…

delouisiano
- 111
- 2
- 13
0
votes
1 answer
How to bind web socket to events in .NET C#
I am writing a plugin for the Elgato Stream Deck. The Stream Deck uses a web socket for communication with plugins. I am trying to write my plugin as a console app in C#. The "compiled plugin" example provided by Elgato is broken (this GitHub issue…

Michael Kintscher they-them
- 703
- 7
- 19
0
votes
1 answer
Is it possible to run and non exe through PsExec
What I am trying to do is set up my stream deck to run a CMD Psexec command to open a macro file on the remote system. As far as it goes, using MiniMouseMacro, the macro files are .mmmacro. So far my test say the Psexec could not start, the system…

GuberX
- 1
- 2
0
votes
1 answer
VLC How to clear playlist on windows / play local music from streamdeck with VLC
I have found the answer myself but I am documenting this for myself in the future or for other fellow content creators in case if I would ever forget it.
What I would like to achieve in the grand scheme of things is to play music that is locally…