The wildshape script I use in my campaign for druids and a few other shape shifters suddenly stopped working recently. Whenever the druid attempts to transform, it crashes the sandbox with the error reproduced below. Strangely, sometime the transformation will happen, other times it won't, but it always crashes the sandbox. The !ws command itself does not trigger the crash, just the "!ws ---shift ---Wolf" (for example) command when clicked on in the chat window. The script hasn't been updated in years, so I think something in the API server might have changed. Any tips on how to track down with object contains "NaN"? Error: Firebase.update failed: First argument contains NaN in property 'current'
Error: Firebase.update failed: First argument contains NaN in property 'current'
at Ba (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:9:186)
at Ba (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:10:207)
at Aa (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:8:462)
at Ea (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:10:403)
at J.update (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:146:318)
at Object.update (/home/node/d20-api-server/api.js:1011:31)
at J.transaction (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:150:123)
at TrackedObj._doSave (/home/node/d20-api-server/api.js:1009:27)
at Timeout.later [as _onTimeout] (/home/node/d20-api-server/node_modules/underscore/underscore-node-f.cjs:1146:37)
at listOnTimeout (node:internal/timers:569:17)