-
I've created a basic plugin based on the CPP template, but my Stream Deck doesn't seem to recognize the plugin. How do I debug what's going wrong? Are there any unusual requirements on the stucture of the plugin folder name, other than a reverse DNS ending in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
If anyone's having issues with like this, here are a couple of things that helped fix my issue:
I was able to find these "issues" with my plugin by running the packaging tool, but I really wish that Elgato provided better error reporting functionality when debugging this. EDIT: Just figured out that symlinks don't work for some reason. Copying to the folder works. 😡 |
Beta Was this translation helpful? Give feedback.
If anyone's having issues with like this, here are a couple of things that helped fix my issue:
[email protected]
fileI was able to find these "issues" with my plugin by running the packaging tool, but I really wish that Elgato provided better error reporting functionality when debugging this.
EDIT: Just figured out that symlinks don't work for some reason. Copying to the folder works. 😡