Closed samuelfac closed 7 years ago
Hi there, since Droplet actions take time they can only be done one at a time. This is not an issue with this codebase, but something that you will need to accommodate for in your code. That error you are seeing is letting you know that an action is already being executed on the Droplet. You need to actually check a Droplet's action to make sure that nothing is in progress, before you execute a new one on the droplet.
https://developers.digitalocean.com/documentation/v2/#list-actions-for-a-droplet https://developers.digitalocean.com/documentation/v2/#droplet-actions
This repo also has nothing to do with whatever java library you are using.
When I try to use takeDropletSnapshot of DigitalApiClient JAVA - 2.8 with Java 7, this exception occurs:
Stack: