Closed jimmydburr closed 4 years ago
I have the same issue, when I try to use takeDropletSnapshot" of DigitalApiClient JAVA - 2.8. Java 7.
Stack:
com.myjeeva.digitalocean.exception.DigitalOceanException: there are currently blocking events processing for one or more of the droplets
at com.myjeeva.digitalocean.impl.DigitalOceanClient.evaluateResponse(DigitalOceanClient.java:1399)
at com.myjeeva.digitalocean.impl.DigitalOceanClient.executeHttpRequest(DigitalOceanClient.java:1344)
at com.myjeeva.digitalocean.impl.DigitalOceanClient.doPost(DigitalOceanClient.java:1306)
at com.myjeeva.digitalocean.impl.DigitalOceanClient.perform(DigitalOceanClient.java:1263)
at com.myjeeva.digitalocean.impl.DigitalOceanClient.takeDropletSnapshot(DigitalOceanClient.java:438)
I have the same issue, when I try to use takeDropletSnapshot" of DigitalApiClient JAVA - 2.8.
That issue is unrelated. The exception is totally correct, that is not the bug here. The issue here was reporting the exception hierarchy.
Sorry and Tks.
I'm getting uncaught exception errors, even though I'm using DigitalOceanV2\Exception code like so:
The exception is:
I guess I'm confused. Should I be using Guzzle's exception handling or don't these "bubble up" through the api's exception handling?
Thanks,
Jim...