Line 118 of sheetsandboxworker.js has a typo in the text sent to the console. It is part of setAttrs but the text refers to getAttrs.   self.setAttrs = function(values, options, callback) {     if(_activeCharacterId === false) {     console.log("Character Sheet Error: Trying to do getAttrs when no character is active in sandbox.");     return;     }
...