Closed AlexHedley closed 4 years ago
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
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