Here is what I have had so far.
Installed in one game got this error...
Your scripts are currently disabled due to an error that was detected. Please make appropriate changes to your scripts and click the "Save Script" button and we'll attempt to start running them again. More info...
For reference, the error message generated was: RangeError: Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
at RegExp.exec (<anonymous>)
at RegExp.test (native)
at ac (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:39:71)
at $b (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:36:239)
at mc (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:40:370)
at $a.t.remove (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:26:44)
at $a.t.remove (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:26:133)
at $a.t.remove (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:26:133)
at $a.t.remove (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:26:133)
at $a.t.remove (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:26:133)
Started combat got this error...
Your scripts are currently disabled due to an error that was detected. Please make appropriate changes to your scripts and click the "Save Script" button and we'll attempt to start running them again. More info...
For reference, the error message generated was: TypeError: state[combatState].conditions.forEach is not a function
TypeError: state[combatState].conditions.forEach is not a function
at getAnnounceConditions (apiscript.js:9042:43)
at announcePlayer (apiscript.js:9003:23)
at doTurnorderChange (apiscript.js:8896:17)
at handleTurnorderChange (apiscript.js:9914:13)
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:151:1), <anonymous>:65:16)
at Object.publish (eval at <anonymous> (/home/node/d20-api-server/api.js:151:1), <anonymous>:70:8)
at TrackedObj.set (/home/node/d20-api-server/api.js:1020:14)
at updateLocalCache (/home/node/d20-api-server/api.js:1318:18)
at /home/node/d20-api-server/api.js:1608:7
at /home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:560
Your scripts are currently disabled due to an error that was detected. Please make appropriate changes to your scripts and click the "Save Script" button and we'll attempt to start running them again. More info...
Hit next got this error....
For reference, the error message generated was: TypeError: state[combatState].conditions.forEach is not a function
TypeError: state[combatState].conditions.forEach is not a function
at getAnnounceConditions (apiscript.js:9042:43)
at announcePlayer (apiscript.js:9003:23)
at doTurnorderChange (apiscript.js:8896:17)
at NextTurn (apiscript.js:9148:9)
at handleInput (apiscript.js:8253:5)
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:151:1), <anonymous>:65:16)
at Object.publish (eval at <anonymous> (/home/node/d20-api-server/api.js:151:1), <anonymous>:70:8)
at /home/node/d20-api-server/api.js:1634:12
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)
Had to refresh the page got this error....
Your scripts are currently disabled due to an error that was detected. Please make appropriate changes to your scripts and click the "Save Script" button and we'll attempt to start running them again. More info...
For reference, the error message generated was: TypeError: Cannot read property 'id' of undefined
TypeError: Cannot read property 'id' of undefined
at handleGraphicMovement (apiscript.js:9927:33)
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:151:1), <anonymous>:65:16)
at Object.publish (eval at <anonymous> (/home/node/d20-api-server/api.js:151:1), <anonymous>:70:8)
at TrackedObj.set (/home/node/d20-api-server/api.js:1020:14)
at updateLocalCache (/home/node/d20-api-server/api.js:1318:18)
at /home/node/d20-api-server/api.js:1502:11
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)
at Id.Mb (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:489)
at Rd.Ld.Mb (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:94:425)
There was a invisible token added at one point. But Ill keep testing.