Hi, has anyone seen an issue with a Registered Roku xs asking for the registration code again after the Roku has been powered off over 24 hours? I have tried this 2 times and see the same issue. The registry has the info it needs each time I access my channel to view content and check billing status. Is the registry loosing its memory somehow? I don't want my customers to experience this when I launch. When I add the code back it allows viewing as billing is already checked if paid or not. I have the part where it writes to the registry here.
sec.Write("regid", RegID)
sec.Write("uid", GetUserID(RegID))
sec.Flush()