The built-in "Pathfinder2ByRoll20.js" is throwing the following error: Restarting sandbox by user request...
detected currently running sandbox... restarting
"Loading character sheet data..."
"Starting webworker script..."
"Loading 1498 translation strings to worker..."
"Starting webworker script..."
"Loading 1498 translation strings to worker..."
"%cRoll20 Kingmaker Module log| kScaffold Loaded"
"ReferenceError: $20 is not defined"
"ReferenceError: $20 is not defined
at eval (Pathfinder2ByRoll20.js:8538:5)
at Array.forEach (<anonymous>)
at eval (Pathfinder2ByRoll20.js:8439:77)
at eval (<anonymous>)
at messageHandler (evalmachine.<anonymous>:713:6)
at process.<anonymous> (/home/node/d20-api-server/node_modules/tiny-worker/lib/worker.js:65:55)
at process.emit (node:events:513:28)
at emit (node:internal/child_process:937:14)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)" To ensure this is not an issue with my own scripts, I replaced them with a simple Hello World: on('ready', function () {
sendChat("myscript", "Hello World!");
}); And it's still throwing that error every time. My games are using the character sheet "Pathfinder Second Edition By Roll20". I believe this error has something to do with that character sheet. I created a test campaign, with the 5E sheet selected, and everything worked fine. Then I changed the character sheet to Pathfinder Second Edition By Roll20 (with literally nothing added to the campaign, no characters, tokens, etc.) and I get that same exact error again. Note: After extensive testing, this isn't interfering with my own scripts, but still worth pointing out the error