I am trying to get encounter helper working on a new game I am setting up. I set the page to active, highlight my rat tokens and create the encounter:- (From EncounterHelper): Active page set to Yawning Portal Third Floor. 3:00PM (From EncounterHelper): Created encounter Rat with 4 tokens. However when I run the !eh list or the !eh command on its own it crashes the sandbox with the following error:- Your scripts are currently disabled due to an error that was detected. Please make appropriate changes to your script's code and click the "Save Script" button. We will then attempt to start running the scripts again. More info... If this script was installed from the Mod Library, you might find help in the Community API Forum. For reference, the error message generated was: TypeError: Cannot read properties of undefined (reading 'split')
TypeError: Cannot read properties of undefined (reading 'split')
at apiscript.js:1159:46
at Array.forEach (<anonymous>)
at getEncounterMobsFullInfo (apiscript.js:1156:35)
at getEncounterMobs (apiscript.js:1167:28)
at apiscript.js:694:64
at Array.forEach (<anonymous>)
at apiscript.js:682:52
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:168:1), <anonymous>:65:16)
at Object.publish (eval at <anonymous> (/home/node/d20-api-server/api.js:168:1), <anonymous>:70:8)
at /home/node/d20-api-server/api.js:1762:12 The other mods I am running are, Token mod, Token Action maker, group initiative and Dynamic Lighting Tool.