Hi,
On multiple projects the following issue has occured with enough time (about a year running perfectly fine or so).
Suddenly I get an error like this:
Code
- PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://content.dropboxapi.com/2/files/upload` resulted in a `409 path/conflict/file/` response:
- {"error_summary": "path/conflict/file/", "error": {".tag": "path", "reason": {".tag": "conflict", "conflict": {".tag": " (truncated...)
- in /xxxxx/perch/core/runway/apps/perch_dropbox/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113
- Stack trace:
- #0 /xxxxx/perch/core/runway/apps/perch_dropbox/vendor/guzzlehttp/guzzle/src/Middleware.php(66): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response))
- #1 /xxxxx/perch/core/runway/apps/perch_dropbox/vendor/guzzlehttp/promises/src/Promise.php(203): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Response))
- #2 /xxxxx/perch/core/runway/apps/perch_dropbox/vendor/guzzlehttp/promises/src/Promise.php(156): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp in /xxxxx/perch/core/runway/apps/perch_dropbox/vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Http/Clients/DropboxGuzzleHttpClient.php on line 59
I have yet to find a common reason across the projects, but its been across different hosting environments, and different php versions, (but all newer than 7.0)
Has anyone come across similar issues, or have any ideas on how to fix it?
In the backup section logged in it just keeps saying "in progress"