success = Parent.AddPoints(ytID, display_name, 100)
Parent.Log(ScriptName, "AddPoints result: {}, ytID: {}, display_name: {}".format(success, ytID, display_name))
In this example, ytID is user's YouTube channel ID, Display name is their name as shown in Streamlab's chatbot database -> success will be False and no points added. Same goes for RemovePoints. This only seems to happen when a python script is trying to add points to a YouTube Viewer. Command like display_name = Parent.GetDisplayName(ytID) does work.