You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error about the external storage not being available is thrown
Actual behaviour
ERROR during csync_update : "A HTTP transmission error happened. : The server file discovery reply is missing data."
Steps to reproduce
Connect an external storage through ownCloud (checked with SMB)
Let the desktop client sync normally
Disconnect the external storage (shutdown the machine or stop the service)
Edit a local file in your desktop and let the client upload the changes
The desktop client should fail with a "Storage not available" error
Further sync attempts should show the same error as long as the storage keeps disconnected. However, the next attempts show a "A HTTP transmission error happened. : The server file discovery reply is missing data.". It doesn't seem to be clear what the error is or how the user can fix it.
The error disappears after the connection comes back.
Server configuration
Operating system: ubuntu 16.04
Web server: apache 2.4.7
Database: mysql
PHP version: 7.1
ownCloud version: 10.2.0
Storage backend (external storage): SMB
Client configuration
Client version: 2.5.4 (build 515)
Operating system: ubuntu 18.04
OS language:
Qt version used by client package (Linux only, see also Settings dialog):
Client package (From ownCloud or distro) (Linux only):
@jvillafanez I think the issue is that the PROPFIND comes back with an 207 reply but misses data. If there was some way of determining that this means "Storage not available" the client could produce a better error message.
Expected behaviour
An error about the external storage not being available is thrown
Actual behaviour
ERROR during csync_update : "A HTTP transmission error happened. : The server file discovery reply is missing data."
Steps to reproduce
Further sync attempts should show the same error as long as the storage keeps disconnected. However, the next attempts show a "A HTTP transmission error happened. : The server file discovery reply is missing data.". It doesn't seem to be clear what the error is or how the user can fix it.
The error disappears after the connection comes back.
Server configuration
Operating system: ubuntu 16.04
Web server: apache 2.4.7
Database: mysql
PHP version: 7.1
ownCloud version: 10.2.0
Storage backend (external storage): SMB
Client configuration
Client version: 2.5.4 (build 515)
Operating system: ubuntu 18.04
OS language:
Qt version used by client package (Linux only, see also Settings dialog):
Client package (From ownCloud or distro) (Linux only):
Installation path of client:
Logs
Please use Gist (https://gist.github.com/) or a similar code paster for longer
logs.
Template for output < 10 lines
owncloud --logwindow
orowncloud --logfile log.txt
(On Windows using
cmd.exe
, you might need to firstcd
into the ownCloud directory)(See also http://doc.owncloud.org/desktop/2.2/troubleshooting.html#client-logfile )
Web server error log:
Server logfile: ownCloud log (data/owncloud.log):
The text was updated successfully, but these errors were encountered: