DigitalOceanPHP / Client

DigitalOcean API v2 client for PHP
MIT License
709 stars 205 forks source link

Fatal error: Uncaught DigitalOceanV2\Exception\HttpException: Request not processed. in /~/vendor/toin0u/digitalocean-v2/src/Adapter/GuzzleHttpAdapter.php:137 #241

Closed btafoya closed 4 years ago

btafoya commented 4 years ago

Just recently started getting this error:

Fatal error: Uncaught DigitalOceanV2\Exception\HttpException: Request not processed. in /~/vendor/toin0u/digitalocean-v2/src/Adapter/GuzzleHttpAdapter.php:137

php7.3

Code snippet failing:

$adapter = new GuzzleHttpAdapter('{PERSONAL_TOKEN}');

$digitalocean = new DigitalOceanV2($adapter);

$droplet = $digitalocean->droplet();

$droplets = $droplet->getAll();

Any suggestions are appreciated.

btafoya commented 4 years ago

Also fails with the same message in php 5.6 and 7.1

btafoya commented 4 years ago

Not an issue, DO decided to invalidate the key for whatever reason.