Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Getting a error when rolling for group initiative using mods

this is the error I get:  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  For reference, the error message generated was: SyntaxError: Unexpected end of JSON input at JSON.parse (<anonymous>) at 1-CLICK: Status Tracker [Tab 14]:815:30 at /home/node/d20-api-server/pubsub.js:66:23 at Object.publish (/home/node/d20-api-server/pubsub.js:72:13) at TrackedObj.set (/home/node/d20-api-server/api.js:1607:14) at updateLocalCache (/home/node/d20-api-server/api.js:2031:18) at /home/node/d20-api-server/api.js:2394:7 at /home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:560 at hc (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:39:147) at Kd (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:546) These are the mods I have installed: Ammo, GroupCheck, GroupInitiative, HTML Builder, 5th Edition OGL by Roll20 Companion, Aura/Tint HealthColors, Concentration, Vector Math, MatrixMath, Path Math, Token Collisions, Character Sheet Utils, Health Status, Status Tracker, WildHelpers, DeathTracker, ScriptInfo, WildShapeResizer, StatusInfo, CombatTracker, D&D - 5E WildShape, splitArgs, Apply (applies damage from GroupCheck damage) I am running 5e 2014.
The issue is with Status Tracker - you can see that in the second line of the error message: at 1-CLICK: Status Tracker [Tab 14]:815:30 The issue in the Status Tracker script is when it tries to do the TrackedObj.set function: at TrackedObj.set (/home/node/d20-api-server/api.js:1607:14) What are you using Status Tracker for? That is the script that will need to be updated.