Error while trying to connect (cURL error 18: transfer closed with 7898 bytes remaining to read

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 20.0.5): 20.0.7
Operating system and version (eg, Ubuntu 20.04): Unraid, docker linuxserver/nextcloud
Apache or nginx version (eg, Apache 2.4.25): replace me
PHP version (eg, 7.4): replace me

The issue you are facing: The connector to onlyoffice isn’t working due to the error above. This happened after an upgrade to Nextcloud 20. As part of fault finding this, I have set up (and migrated some data) to a separate instance of nextcloud (which I will refer to as instance 2), so I now have everything duplicated and while not exactly dev/test/prod, it does serve as a useful fault finding tool.

For example, if I point my instance 1 at the working only office connector from instance 2 I get the same error. This would seem to rule out anything outside of nextcloud from being the issue.

Edit: This is now happening on a second instance, only thing I can think of is that the permissions may have been changed, if that were the case, which files do you think I would need to check around the connection to OnlyOffice?

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Add correct URL to Document Editing Service Address

The output of your Nextcloud log in Admin > Logging:

Note: This log is truncated due to size, I could supply the whole thing as an attachment if necessary

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'datadirectory' => '/data',
  'instanceid' => 'octyuph8h24o',
  'passwordsalt' => 'removed',
  'secret' => 'removed',
  'trusted_domains' => 
  array (
    0 => 'nextcloud.domain.co.nz',
  ),
  'dbtype' => 'mysql',
  'version' => '20.0.7.1',
  'overwrite.cli.url' => 'https://nextcloud.domain.co.nz',
  'dbname' => 'nextcloud',
  'dbhost' => '192.168.43.11:3306',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => 'removed',
  'installed' => true,
  'ldapIgnoreNamingRules' => false,
  'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
  'mail_from_address' => 'chatterbox',
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_domain' => 'removed',
  'mail_smtphost' => 'removed',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtpname' => 'removed',
  'mail_smtppassword' => 'removed',
  'mail_smtpport' => '587',
  'updater.release.channel' => 'stable',
  'onlyoffice' => 
  array (
    'verify_peer_off' => true,
  ),
  'mail_smtpsecure' => 'tls',
  'updater.secret' => 'updater secret withheld',
);

The output of your Apache/nginx/system log in /var/log/____:

(Truncated)
172.18.0.2 - quentinj [07/Feb/2021:11:15:13 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:15:40 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:15:40 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:15:41 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:15:41 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:16:10 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:16:10 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:16:10 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:16:13 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:16:40 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:16:42 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:16:42 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:16:43 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:17:10 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:17:11 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:17:14 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:17:14 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:17:40 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:17:41 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:17:46 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:17:46 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:18:10 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:18:11 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:18:18 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:18:18 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:18:41 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:18:42 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:18:52 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:18:52 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:19:10 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:19:11 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:19:22 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:19:22 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:19:40 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:19:41 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:19:54 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:19:54 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:20:10 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:20:11 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - - [07/Feb/2021:11:20:11 +1300] "PUT /apps/user_status/heartbeat HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - - [07/Feb/2021:11:20:11 +1300] "GET /ocs/v2.php/apps/user_status/api/v1/user_status HTTP/1.1" 200 177 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:20:13 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:20:26 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:20:26 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:20:40 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:20:41 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:20:58 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:20:58 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:21:10 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:21:11 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:21:30 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:21:30 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:21:40 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:21:43 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:22:02 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:22:02 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:22:10 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:22:13 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:22:34 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:22:34 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:22:40 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:22:41 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:23:06 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:23:06 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:23:10 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:23:17 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:23:38 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:23:38 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:23:40 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:23:47 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:24:12 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:24:12 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:24:12 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:24:17 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:24:40 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:24:42 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:24:42 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:24:47 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:25:10 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:25:11 +1300] "PUT /apps/user_status/heartbeat HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - - [07/Feb/2021:11:25:11 +1300] "GET /ocs/v2.php/apps/user_status/api/v1/user_status HTTP/1.1" 200 177 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:25:13 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:25:14 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:25:14 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:25:17 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"
172.18.0.2 - quentinj [07/Feb/2021:11:25:41 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 286 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:25:47 +1300] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - quentinj [07/Feb/2021:11:25:47 +1300] "PROPFIND /remote.php/dav/files/8616ba34-59cd-1039-9aad-d18f70623e38/ HTTP/1.1" 207 284 "-" "Mozilla/5.0 (Macintosh) mirall/3.0.3git (build 3799) (Nextcloud)"
172.18.0.2 - - [07/Feb/2021:11:25:49 +1300] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"