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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
I'm having trouble with the API in two of my campaigns, it will not completely spin up, and no scripts will function. I save a script to bump the API, but only get this: Is this system wide, or just me?
Ah, ok. I sent an email as well. I thought it might be just me. The weird thing is that it seems to be functioning for one of my campaigns, but not for others.
Is it down again? Getting some weird errors and I've changed nothing since it last worked. events.js:72
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at errnoException (net.js:904:11)
at Server._listen2 (net.js:1023:19)
at listen (net.js:1064:10)
at Server.listen (net.js:1132:5)
at Sandbox.start (/home/symbly/www/d20-api-server/sandcastle/lib/sandbox.js:35:15)
at Object.<anonymous> (/home/symbly/www/d20-api-server/sandcastle/bin/sandcastle.js:11:9)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
The EADDRINUSE error is a known issue that pops up occasionally where the API Sandbox stops running. Save a script and it should be running again without issue.
The Aaron said: The EADDRINUSE error is a known issue that pops up occasionally where the API Sandbox stops running. Save a script and it should be running again without issue. Thanks, that seemed to do the trick.