Hoping someone has seen this before. I am cleaning up several old scripts out of my game. I am implementing the CombatTracker V2 to replace some of the functionality. I deleted all scripts out of my game e and restarted the API. I now only have the CombatTracker V2 script enabled. I am getting the standard cryptic API error message below, anytime I move a token on a battlemap. This is even before I do any configuration with !cmaster --main. I am using Chrome Version 85.0.4183.83 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:2464:33)
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:154:1), <anonymous>:65:16)
at Object.publish (eval at <anonymous> (/home/node/d20-api-server/api.js:154:1), <anonymous>:70:8)
at TrackedObj.set (/home/node/d20-api-server/api.js:1047:14)
at updateLocalCache (/home/node/d20-api-server/api.js:1345:18)
at /home/node/d20-api-server/api.js:1529: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)