http
http copied to clipboard
[Sabre\HTTP\ClientException (65)] necessary data rewind wasn't possible
Hi,
First of all thanks your work.
I use this package for a longtime along with backup-manager/backup-manager but it stop working since 7 october. I have try to find a reason to this date (new release of any package that i use) but this is not related because i have go back in my git history and make clean install, and the same error happen.
here is the stack trace :
In Client.php line 327:
[Sabre\HTTP\ClientException (65)]
necessary data rewind wasn't possible
Exception trace:
at /var/www/vendor/sabre/http/lib/Client.php:327
Sabre\HTTP\Client->doRequest() at /var/www/vendor/sabre/http/lib/Client.php:114
Sabre\HTTP\Client->send() at /var/www/vendor/sabre/dav/lib/DAV/Client.php:367
Sabre\DAV\Client->request() at /var/www/vendor/league/flysystem-webdav/src/WebDAVAdapter.php:151
League\Flysystem\WebDAV\WebDAVAdapter->write() at /var/www/vendor/league/flysystem-webdav/src/WebDAVAdapter.php:171
League\Flysystem\WebDAV\WebDAVAdapter->writeStream() at /var/www/vendor/league/flysystem/src/Filesystem.php:88
League\Flysystem\Filesystem->writeStream() at /var/www/vendor/backup-manager/backup-manager/src/Tasks/Storage/TransferFile.php:45
BackupManager\Tasks\Storage\TransferFile->execute() at /var/www/vendor/backup-manager/backup-manager/src/Procedures/Sequence.php:29
BackupManager\Procedures\Sequence->execute() at /var/www/vendor/backup-manager/backup-manager/src/Procedures/BackupProcedure.php:66
Have you any idea on how to solve this problem ?
Thanks