So I have a few scripts I'm working on for fastest lap, push to pass, and CSV/class color overrides. All of these require IEntitySessionResult to find fastest lap, if they're using push to pass, if they exist in the CSV, etc. The theme editor shows zero errors when editing but when the theme is loaded, the event log continuously spits out the following error:
Error executing script: Unable to cast object of type 'System.Windows.Media.Color' to type 'ATVO.ThemesSDK.Data.Results.IEntitySessionResult'.
Last time I tested them, the fastest lap and P2P scripts worked, but that was a few updates ago and I did not check the event log when testing.

