I have successfully started a track by entering !roll20AM --audio,play|01 - Legend. When I try to stop all currently playing tracks by running !roll20AM --audio,stop| I receive the following error. Your scripts are currently disabled due to an error that was detected. Please make appropriate changes to your scripts and click the "Save Script" button and we'll attempt to start running them again. More info... For reference, the error message generated was: TypeError: Cannot read property 'set' of undefined
TypeError: Cannot read property 'set' of undefined
at stopTrack (apiscript.js:1280:17)
at apiscript.js:1034:17
at Function.each (/home/node/d20-api-server/node_modules/underscore/underscore.js:193:9)
at stopAll (apiscript.js:1029:11)
at Timeout._onTimeout (apiscript.js:564:25)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7) I am able to run !roll20AM --audio,stop|01 - Legend successfully, but what am I doing wrong with the first command? Thanks!