Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[Script] Roll20 Audio Master Import Tracks Bug

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.
1611413679
Victor B.
Pro
Sheet Author
API Scripter
Your tracks need to be in at least one playlist.  Do you have a playlist?
Oh I do not, I did not realize that was a requirement. Adding a playlist fixed it. Thank you very much!