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
This post has been closed. You can still view previous posts, but you can't post any new replies.

API issues

1464064232
Keith
Pro
Marketplace Creator
My API Scripts had been running correctly, then all of a sudden I started getting this error. docker: Error response from daemon: Conflict. The name "/campaign-959746-cDML7tDPZ0ilvBSdp5rITw" is already in use by container cdbff82ee772f53f5fcf041170ffc4104537fc518b912769505753f4b633956f. You have to remove (or rename) that container to be able to reuse that name.. See 'docker run --help'. Any thoughts?
1464108866
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
I get this sometimes when I have tried saving to quickly (the sandbox hadn't finished spinning up). closing out of all my windows accessing the campaign resolved it for me. Haven't had it with players in the campaign at the time, so not sure if they have to log out as well.
1464110260
Phil B.
Forum Champion
Sheet Author
"docker" issues are issues with the service that manages the sandboxes. Usually it's just a fluke, and clears itself up after a while, usually. Could you try it again now and see if you are still having issues?
1464112573
Keith
Pro
Marketplace Creator
Still happening.  I tried disabling my script one by one.  it still happens right at sandbox startup time even with no scripts enables.
1464179621
Keith
Pro
Marketplace Creator
This is still happening and has been since at least Sunday morning.
1464358059
Keith
Pro
Marketplace Creator
I am still getting this error when the API sandbox fires up.  This is now pretty frustrating.  Can someone give me an ETA of when this (paid) feature will be available to me again?
1464360846
Keith
Pro
Marketplace Creator
You should be able to remove the offending contaier with the following commands on the API server... docker ps -f "id=cdbff82ee772f53f5fcf041170ffc4104537fc518b912769505753f4b633956f";# Shows the status of the container docker stop /campaign-959746-cDML7tDPZ0ilvBSdp5rITw;# Stops the container if still running docker rm /campaign-959746-cDML7tDPZ0ilvBSdp5rITw;# Removes the container The docker run command that is used when starting a new sandbox should then work for me.
1464367243
Stephen Koontz
Forum Champion
Marketplace Creator
Sheet Author
API Scripter
Compendium Curator
Sorry about the wait. Your API sandbox should be working again. Let me know if it isn't.
1464370253
Keith
Pro
Marketplace Creator
It is working now.  Thanks, Steve