Sync clients broken after upgrade to nextcloud 10

I think I should have expected this when upgrading to do the beta test, but I was wondering if anyone else is using desktop sync clients (macOS, Linux and iOS for me, I don’t use others) and is also having sync problems?

Can you specify the problems (error-messages, logfiles)?

Well after further use I have discovered I can’t download anything…I have some logs below

This happened when trying to download with carddav

Exception: {“Message”:“HTTP/1.1 401 No ‘Authorization: Basic’ header
found. Either the client didn’t send one, or the server is
mis-configured”,“Exception”:“Sabre\DAV\Exception\NotAuthenticated”,“Code”:0,“Trace”:"#0
[internal function]:
Sabre\DAV\Auth\Plugin->beforeMethod(Object(Sabre\HTTP\Request),
Object(Sabre\HTTP\Response))\n#1
/var/www/html/drupal/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php(105):
call_user_func_array(Array, Array)\n#2
/var/www/html/drupal/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php(446):
Sabre\Event\EventEmitter->emit(‘beforeMethod’, Array)\n#3
/var/www/html/drupal/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php(248):
Sabre\DAV\Server->invokeMethod(Object(Sabre\HTTP\Request),
Object(Sabre\HTTP\Response))\n#4
/var/www/html/drupal/nextcloud/apps/dav/appinfo/v1/caldav.php(82):
Sabre\DAV\Server->exec()\n#5
/var/www/html/drupal/nextcloud/remote.php(164):
require_once(’/var/www/html/d…’)\n#6
{main}",“File”:"/var/www/html/drupal/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php",“Line”:188,“User”:false}

And this happened when I tried to simply download a file from the web interface. This is the warning after I clicked:

								Nextcloud								
					
Service Unavailable
	Could not open file

Technical details
Remote Address: ip_addr Request ID: myrequestID

			Nextcloud – a safe home for all your data			

Sabre\DAV\Exception\ServiceUnavailable
Could not open file

And here is the log info in chronological order:

fopen(/media/www-data/nextcloud_data/stratacast/files/Work/Base_tutorial.pdf):
failed to open stream: No such file or directory at
/var/www/html/drupal/nextcloud/lib/private/Files/Storage/Local.php#273

Exception: {“Message”:“HTTP/1.1 503 Could not open
file”,“Exception”:“Sabre\DAV\Exception\ServiceUnavailable”,“Code”:0,“Trace”:"#0

/var/www/html/drupal/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php(83):
OCA\DAV\Connector\Sabre\File->get()\n#1 [internal function]:
Sabre\DAV\CorePlugin->httpGet(Object(Sabre\HTTP\Request),
Object(Sabre\HTTP\Response))\n#2
/var/www/html/drupal/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php(105):
call_user_func_array(Array, Array)\n#3
/var/www/html/drupal/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php(459):
Sabre\Event\EventEmitter->emit(‘method:GET’, Array)\n#4
/var/www/html/drupal/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php(248):
Sabre\DAV\Server->invokeMethod(Object(Sabre\HTTP\Request),
Object(Sabre\HTTP\Response))\n#5
/var/www/html/drupal/nextcloud/apps/dav/appinfo/v1/webdav.php(57):
Sabre\DAV\Server->exec()\n#6
/var/www/html/drupal/nextcloud/remote.php(164):
require_once(’/var/www/html/d…’)\n#7
{main}",“File”:"/var/www/html/drupal/nextcloud/apps/dav/lib/Connector/Sabre/File.php",“Line”:306,“User”:“stratacast”}

Cannot modify header information - headers already sent by (output
started at
/var/www/html/drupal/nextcloud/3rdparty/sabre/http/lib/Sapi.php:83) at
/var/www/html/drupal/nextcloud/3rdparty/sabre/http/lib/Sapi.php#58

Cannot modify header information - headers already sent by (output
started at
/var/www/html/drupal/nextcloud/3rdparty/sabre/http/lib/Sapi.php:83) at
/var/www/html/drupal/nextcloud/3rdparty/sabre/http/lib/Sapi.php#63

To me, it looks like it’s trying to access my files here: /var/www/html/drupal/nextcloud/lib/private/Files/Storage/Local.php#273

However, I have my files stored on a mounted USB drive in a different location at /media

I followed the instructions for upgrading but perhaps I missed a step?

Okay update:

2 of my sync clients work and one does not. However, downloading from the web interface on any device is broken

It appears there’s a weird link issue. My CardDAV is doing /nextcloud/index.php and it appears the software is expecting /nextcloud/remote.php to find its files

Is there a way to delete threads? Just a case of ID10T here…mounted the data partition to the wrong directory

1 Like

Why bother with deleting threads? At least, this can give others confidence, that the basic functions are working after the upgrade - even to the next beta. No reason to be in ashamed here, we all are making mistakes now and then… well, I did for sure. :wink:

Cheers,
budy

2 Likes

Thanks for the reassurance budy :wink: