Channel entry point is missing certification issue?
I'm currently receiving the following error when attempting to upload my screensaver:
Channel type is channel but channel entry point is missing. |
Again, this is a screensaver and the entry point "Sub RunScreenSaver()" exists. This has always been an error that appeared in the static analysis but previously I would just publish anyway. Now that the publishing process has been updated such that any errors prevent publishing, I obviously need to address this "error" in order to publish an update to my screensaver.
Unfortunately this is an extraordinarily vague error message so I really have no idea where to go from here. Any advice would be greatly appreciated.
EDIT: Per this documentation https://developer.roku.com/docs/developer-program/media-playback/screensavers.md RunScreenSaver() is the only entry point required for a screensaver.