Skip to content
New issue

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

UUID doesn't match in Template so fails when using #156

Closed
AlexHedley opened this issue Oct 3, 2020 · 0 comments
Closed

UUID doesn't match in Template so fails when using #156

AlexHedley opened this issue Oct 3, 2020 · 0 comments

Comments

@AlexHedley
Copy link
Contributor

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):

  • OS: [e.g. Windows 10]
  • Version [e.g. 22]

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants