You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please share any logs that Stream Deck provides? These logs exist in /Users/<USERNAME>/Library/Logs/ElgatoStreamDeck on macOS and C:\Users\<USERNAME>\AppData\Roaming\Elgato\StreamDeck\logs on Windows (file name of StreamDeck<#>.log). This could tell us if the plugin is crashing or give more insight as to what is going on.
Is your plugin open source or could you share your plugin.ts file? I'm not experiencing the issue on my side, so debugging without some more information is difficult.
In my plugin, I cannot see any of my logging or console output.
I have reviewed this issue: #74
My problem is the same but the solution isn't.
I have tried logging in my plugin in a number of ways:
I also tried creating a new logger:
In my plugin.ts I have:
streamDeck.logger.setLevel(LogLevel.DEBUG);
The log files/vs code console updates with things like system events and actions:
But for the life of me, none of my debug statements appear.
I've restarted the plugin in terminal, I've restarted the streamdeck, readded the control etc. Nothing. My logs simply don't show up.
Help would be appreciated as it's almost impossible to develop a plugin without being able to debug.
Thanks for any advice
The text was updated successfully, but these errors were encountered: