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
Describe the bug When running the template for the first time the counter doesn't work.
When you create an Action using the template
manifest.json "UUID": "$(UUID).DefaultPluginAction"
"UUID": "$(UUID).DefaultPluginAction"
Should this be "UUID": "$(UUID).$(PluginName)PluginAction"
"UUID": "$(UUID).$(PluginName)PluginAction"
So that is matches
_PluginName_Action.cs [ActionUuid(Uuid="$(UUID)")]
[ActionUuid(Uuid="$(UUID)")]
From example in the Sample:
manifest.json "UUID": "com.csharpfritz.samplePlugin.action"
"UUID": "com.csharpfritz.samplePlugin.action"
MySamplePluginAction.cs [ActionUuid(Uuid = "com.csharpfritz.samplePlugin.action")]
To Reproduce Preferable Create a new Action from the template, build and run in your StreamDeck, drag in the action, click, fails to increase counter.
@jamesmontemagno Twitch Stream - Stream Deck Extension for My Stream Timer
Expected behavior Counter increases
Error Details Logs: C:\Users\[USER]\AppData\Roaming\Elgato\StreamDeck\Plugins\[PLUGIN NAME].sdPlugin
C:\Users\[USER]\AppData\Roaming\Elgato\StreamDeck\Plugins\[PLUGIN NAME].sdPlugin
Screenshots N/A
Desktop (please complete the following information):
Additional context N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When running the template for the first time the counter doesn't work.
When you create an Action using the template
manifest.json
"UUID": "$(UUID).DefaultPluginAction"
Should this be
"UUID": "$(UUID).$(PluginName)PluginAction"
So that is matches
_PluginName_Action.cs
[ActionUuid(Uuid="$(UUID)")]
From example in the Sample:
manifest.json
"UUID": "com.csharpfritz.samplePlugin.action"
MySamplePluginAction.cs
[ActionUuid(Uuid = "com.csharpfritz.samplePlugin.action")]
To Reproduce
Preferable
Create a new Action from the template, build and run in your StreamDeck, drag in the action, click, fails to increase counter.
@jamesmontemagno Twitch Stream - Stream Deck Extension for My Stream Timer
Expected behavior
Counter increases
Error Details
Logs:
C:\Users\[USER]\AppData\Roaming\Elgato\StreamDeck\Plugins\[PLUGIN NAME].sdPlugin
Screenshots
N/A
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: