I'm using version 4.5.2 of the Tongues script which should insert a default speaker name into the message when no token is selected and the GM uses a !tongues <language> <message> command, but attempting to do so crashes the sandbox with the following error. TypeError: Cannot read property 'get' of null
at getTokenName (apiscript.js:750:26)
at translate (apiscript.js:639:23)
at commandSpeak (apiscript.js:568:25)
at handleInput (apiscript.js:825:21)
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 /home/node/d20-api-server/api.js:1663: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)
at Kd (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:546) Anyone familiar enough with this script to know what's causing the crash?