context.getExecutionManager() returns Null

Hello,

I am fairly new to ignition and I am following the example for a managed tag provider using the SDK ignition-sdk-examples/managed-tag-provider at master · inductiveautomation/ignition-sdk-examples (github.com). I am trying to use a similar setup on my localhost. However, when I load this into Ignition, I am getting a null pointer exception at the time of calling GatewayContext.getExecutionManager() and I want this to be a regularly scheduled task.

Does anybody have tips/ideas why this might be happening?

Thank you.

Show your code.

Silly mistake on my end. When making my updates, I removed the line of the setup function that was setting the context.. :see_no_evil: