
Hello, I'm trying to setup the Roll20 Audio Manager script in a new game. I've added a couple of songs to the Jukebox, however when I try to invoke the command !roll20AM --config,import I get the following error: SyntaxError: Unexpected end of JSON input
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at importJukebox (apiscript.js:2123:33)
at configHandler (apiscript.js:1415:13)
at Timeout._onTimeout (apiscript.js:1175:17)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
As far as I can tell every other command is working. But without being able to import tracks the audio manager is completely useless. Any help would be appreciated.