Zack Hoherchak

Results 11 comments of Zack Hoherchak

I ran into the same issue, windows 10. Adding java home to my user environment variables resolved the issue (previously I only listed java in the system environment variables)

I'm not able to reproduce this issue. Please provide your operating system information and Stream Deck version. If you navigate to the store page from within Stream Deck, does the...

That makes sense! We do however host quite a few plugins that require external dependencies, typically a FAQ or setup guide can be linked from the store and/or the property...

Sure! Here is an example of using the external window built into Stream Deck in the Multi OBS Controller plugin: In this scenario it is mostly used for advanced settings...

UPDATE: On second thought I'm not sure that this resolves your issue, I will post this as new. I also ran into this. If you go into your keybindings.json (AKA...

@CommsMantis I believe the issue is you named the button. As @jschuur mentioned, the counter plugin uses the title to display the count, so if there is a user entered...

Hi @cgdutoit, Could you please share any logs that Stream Deck provides? These logs exist in `/Users//Library/Logs/ElgatoStreamDeck` on macOS and `C:\Users\\AppData\Roaming\Elgato\StreamDeck\logs` on Windows (file name of `StreamDeck.log`). This could tell...

Hi @k0pernikus, I believe there are a few ways to accomplish your goal here. 1. You could filter by a setting attached associated with your action. i.e. ```ts streamDeck.actions .filter((action)...

`SingletonAction` manages all visible keys of the extending action type. If you need to reference dice rolls outside of an event listener, you'll want to track the keys via the...

Hi @t1m0thyj, I'm by no means an expert on this topic, so I'll leave the conversation open for other to contribute, but you might be able to try setting `rejectAuthorization`...