tillkruss / wp-cli-kraken

WP-CLI command to optimize WordPress image attachments using the Kraken Image Optimizer.
MIT License
37 stars 5 forks source link

Doesn't seem to work #7

Open simplenotezy opened 4 years ago

simplenotezy commented 4 years ago

It fails often with no error.

I have tried appending the full error ,and it outputs:

Warning: Krake API call failed. (Error: ). Full: NULL

(WP_CLI::warning( sprintf( 'Krake API call failed. (Error: %s). Full: ' . var_export($response, true), $response[ 'error' ] ) );)

It then gets stuck, instead of continuing. You'll have to run the command again, and again, and again...

tillkruss commented 4 years ago

I haven’t updated this command in over 3 years. Pull requests welcome.