Open simplenotezy opened 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' ] ) );)
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...
I haven’t updated this command in over 3 years. Pull requests welcome.
It fails often with no error.
I have tried appending the full error ,and it outputs:
(
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...