owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.39k stars 667 forks source link

Sync fails when downloading multiple files and one of them is a big file #10462

Closed Simi5599 closed 1 year ago

Simi5599 commented 1 year ago

Pre-submission Checks

Describe the bug

I have encountered a problem with the desktop client that was not present in early versions:

If i am doing a sync and i am downloading some files (let's say for example 30 files) but one of them is a big file (1GB) the sync fails with a connection closed message after 5 min. The sync does not fail if i am syncing ONLY the big file and i can download it correctly.

I have also tried changing timeout on apache, php ini values but nothing works so i this that this is a bug.

Expected behavior

The desktop client downloads every file instead on failing during the download of the big file.

Steps to reproduce the issue

  1. Download some files and ensure that one of them is big (1GB in a slower network environment but also 10GB, depending on the network speed)
  2. The sync will fail after some time (5 min in my case) and will restart again and again

Screenshots

No response

Logs

No response

Client version number

ownCloud Desktop Client 3.1.0.9872 QT 5.15.5

Desktop environment (Linux only)

No response

Client package version and origin (Linux only)

No response

Installation path (Windows only)

No response

Server information

ownCloud 10.11 (stable) on Ubuntu 22.04 LTS using PHP 7.4

Additional context

Encryption is disabled, actually apache2 timeout is set to 3600 sec, php max execution time = 0

michaelstingl commented 1 year ago

What does the owncloud.log say? (grep the log for this file)

Here you can find more information:

Simi5599 commented 1 year ago

Hi, you are talking about the owncloud.log on the server side (i assume this) or the sync log in the owncloud desktop client?

michaelstingl commented 1 year ago

Yes, I was asking for errors in the server log

Simi5599 commented 1 year ago

Sorry for my late response, here is a snippet of the owncloud.log of today 12-02-2023

{"reqId":"H7cKrkk6mXvjr8Vi2VrA","level":3,"time":"2023-02-12T07:00:05+00:00","remoteAddr":"","user":"--","app":"core","method":"--","url":"--","message":"Exception: {\"Exception\":\"OCP\AppFramework\QueryException\",\"Message\":\"Could not resolve OCA\Federation\SyncJob! Class OCA\Federation\SyncJob does not exist\",\"Code\":0,\"Trace\":\"
#0 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php(110): OC\AppFramework\Utility\SimpleContainer->resolve()\
#1 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/ServerContainer.php(86): OC\AppFramework\Utility\SimpleContainer->query()\
#2 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(255): OC\ServerContainer->query()\
#3 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(211): OC\BackgroundJob\JobList->buildJob()\
#4 /media/hdd/ServerData/Web/szfs.cloud/drive/core/Command/System/Cron.php(116): OC\BackgroundJob\JobList->getNext()\
#5 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Command/Command.php(255): OC\Core\Command\System\Cron->execute()\
#6 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run()\
#7 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand()\
#8 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun()\
#9 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/Console/Application.php(165): Symfony\Component\Console\Application->run()\
#10 /media/hdd/ServerData/Web/szfs.cloud/drive/console.php(116): OC\Console\Application->run()\
#11 /media/hdd/ServerData/Web/szfs.cloud/drive/occ(11): require_once('/media/hdd/Serv...')\
#12 {main}\",\"File\":\"/media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php\",\"Line\":96}"} 

{"reqId":"H7cKrkk6mXvjr8Vi2VrA","level":3,"time":"2023-02-12T07:00:05+00:00","remoteAddr":"","user":"--","app":"core","method":"--","url":"--","message":"Exception: {\"Exception\":\"OCP\AppFramework\QueryException\",\"Message\":\"Could not resolve OCA\Files_Antivirus\Cron\Task! Class OCA\Files_Antivirus\Cron\Task does not exist\",\"Code\":0,\"Trace\":\"
#0 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php(110): OC\AppFramework\Utility\SimpleContainer->resolve()\
#1 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/ServerContainer.php(86): OC\AppFramework\Utility\SimpleContainer->query()\
#2 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(255): OC\ServerContainer->query()\
#3 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(211): OC\BackgroundJob\JobList->buildJob()\
#4 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(215): OC\BackgroundJob\JobList->getNext()\
#5 /media/hdd/ServerData/Web/szfs.cloud/drive/core/Command/System/Cron.php(116): OC\BackgroundJob\JobList->getNext()\
#6 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Command/Command.php(255): OC\Core\Command\System\Cron->execute()\
#7 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run()\
#8 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand()\
#9 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun()\
#10 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/Console/Application.php(165): Symfony\Component\Console\Application->run()\
#11 /media/hdd/ServerData/Web/szfs.cloud/drive/console.php(116): OC\Console\Application->run()\
#12 /media/hdd/ServerData/Web/szfs.cloud/drive/occ(11): require_once('/media/hdd/Serv...')\
#13 {main}\",\"File\":\"/media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php\",\"Line\":96}"} 

{"reqId":"H7cKrkk6mXvjr8Vi2VrA","level":3,"time":"2023-02-12T07:00:05+00:00","remoteAddr":"","user":"--","app":"core","method":"--","url":"--","message":"Exception: {\"Exception\":\"OCP\AppFramework\QueryException\",\"Message\":\"Could not resolve OCA\OwnBackup\Jobs\BackupJob! Class OCA\OwnBackup\Jobs\BackupJob does not exist\",\"Code\":0,\"Trace\":\"
#0 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php(110): OC\AppFramework\Utility\SimpleContainer->resolve()\
#1 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/ServerContainer.php(86): OC\AppFramework\Utility\SimpleContainer->query()\
#2 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(255): OC\ServerContainer->query()\
#3 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(211): OC\BackgroundJob\JobList->buildJob()\
#4 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(215): OC\BackgroundJob\JobList->getNext()\
#5 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(215): OC\BackgroundJob\JobList->getNext()\
#6 /media/hdd/ServerData/Web/szfs.cloud/drive/core/Command/System/Cron.php(116): OC\BackgroundJob\JobList->getNext()\
#7 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Command/Command.php(255): OC\Core\Command\System\Cron->execute()\
#8 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run()\
#9 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand()\
#10 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun()\
#11 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/Console/Application.php(165): Symfony\Component\Console\Application->run()\
#12 /media/hdd/ServerData/Web/szfs.cloud/drive/console.php(116): OC\Console\Application->run()\
#13 /media/hdd/ServerData/Web/szfs.cloud/drive/occ(11): require_once('/media/hdd/Serv...')\
#14 {main}\",\"File\":\"/media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php\",\"Line\":96}"} 

{"reqId":"L58eJxXV8JjSMGr3pSXO","level":3,"time":"2023-02-12T09:30:02+00:00","remoteAddr":"","user":"--","app":"core","method":"--","url":"--","message":"Exception: {\"Exception\":\"OCP\AppFramework\QueryException\",\"Message\":\"Could not resolve OCA\Search_Elastic\Jobs\DeleteJob! Class OCA\Search_Elastic\Jobs\DeleteJob does not exist\",\"Code\":0,\"Trace\":\"
#0 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php(110): OC\AppFramework\Utility\SimpleContainer->resolve()\
#1 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/ServerContainer.php(86): OC\AppFramework\Utility\SimpleContainer->query()\
#2 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(255): OC\ServerContainer->query()\
#3 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(211): OC\BackgroundJob\JobList->buildJob()\
#4 /media/hdd/ServerData/Web/szfs.cloud/drive/core/Command/System/Cron.php(116): OC\BackgroundJob\JobList->getNext()\
#5 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Command/Command.php(255): OC\Core\Command\System\Cron->execute()\
#6 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run()\
#7 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand()\
#8 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun()\
#9 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/Console/Application.php(165): Symfony\Component\Console\Application->run()\
#10 /media/hdd/ServerData/Web/szfs.cloud/drive/console.php(116): OC\Console\Application->run()\
#11 /media/hdd/ServerData/Web/szfs.cloud/drive/occ(11): require_once('/media/hdd/Serv...')\
#12 {main}\",\"File\":\"/media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php\",\"Line\":96}"} 

{"reqId":"L58eJxXV8JjSMGr3pSXO","level":3,"time":"2023-02-12T09:30:02+00:00","remoteAddr":"","user":"--","app":"core","method":"--","url":"--","message":"Exception: {\"Exception\":\"OCP\AppFramework\QueryException\",\"Message\":\"Could not resolve OCA\Workflow\Retention\MetaBackgroundJob! Class OCA\Workflow\Retention\MetaBackgroundJob does not exist\",\"Code\":0,\"Trace\":\"
#0 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php(110): OC\AppFramework\Utility\SimpleContainer->resolve()\
#1 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/ServerContainer.php(86): OC\AppFramework\Utility\SimpleContainer->query()\
#2 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(255): OC\ServerContainer->query()\
#3 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(211): OC\BackgroundJob\JobList->buildJob()\
#4 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(215): OC\BackgroundJob\JobList->getNext()\
#5 /media/hdd/ServerData/Web/szfs.cloud/drive/core/Command/System/Cron.php(116): OC\BackgroundJob\JobList->getNext()\
#6 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Command/Command.php(255): OC\Core\Command\System\Cron->execute()\
#7 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run()\
#8 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand()\
#9 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun()\
#10 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/Console/Application.php(165): Symfony\Component\Console\Application->run()\
#11 /media/hdd/ServerData/Web/szfs.cloud/drive/console.php(116): OC\Console\Application->run()\
#12 /media/hdd/ServerData/Web/szfs.cloud/drive/occ(11): require_once('/media/hdd/Serv...')\
#13 {main}\",\"File\":\"/media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php\",\"Line\":96}"} 

{"reqId":"L58eJxXV8JjSMGr3pSXO","level":3,"time":"2023-02-12T09:30:02+00:00","remoteAddr":"","user":"--","app":"core","method":"--","url":"--","message":"Exception: {\"Exception\":\"OCP\AppFramework\QueryException\",\"Message\":\"Could not resolve OCA\Sccuot\Cron\SnapshotJob! Class OCA\Sccuot\Cron\SnapshotJob does not exist\",\"Code\":0,\"Trace\":\"
#0 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php(110): OC\AppFramework\Utility\SimpleContainer->resolve()\
#1 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/ServerContainer.php(86): OC\AppFramework\Utility\SimpleContainer->query()\
#2 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(255): OC\ServerContainer->query()\
#3 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(211): OC\BackgroundJob\JobList->buildJob()\
#4 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(215): OC\BackgroundJob\JobList->getNext()\
#5 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/BackgroundJob/JobList.php(215): OC\BackgroundJob\JobList->getNext()\
#6 /media/hdd/ServerData/Web/szfs.cloud/drive/core/Command/System/Cron.php(116): OC\BackgroundJob\JobList->getNext()\
#7 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Command/Command.php(255): OC\Core\Command\System\Cron->execute()\
#8 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run()\
#9 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand()\
#10 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/composer/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun()\
#11 /media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/Console/Application.php(165): Symfony\Component\Console\Application->run()\
#12 /media/hdd/ServerData/Web/szfs.cloud/drive/console.php(116): OC\Console\Application->run()\
#13 /media/hdd/ServerData/Web/szfs.cloud/drive/occ(11): require_once('/media/hdd/Serv...')\
#14 {main}\",\"File\":\"/media/hdd/ServerData/Web/szfs.cloud/drive/lib/private/AppFramework/Utility/SimpleContainer.php\",\"Line\":96}"}
michaelstingl commented 1 year ago

Sorry for my late response, here is a snippet of the owncloud.log of today 12-02-2023

Those aren't requests from the desktop client. Please check for the specific GET request from the desktop client for this specific file.

Simi5599 commented 1 year ago

Sorry again for my late reply, i had to replicate again the problem and my logging level did not catch the desktop app requests. Today (before submitting this log) i tried downloading a large folder with the desktop client and the same error was prompted, here is my owncloud.log:


{"reqId":"35fa7e36-d7be-4f4f-a785-f2c20c8839f2","level":0,"time":"2023-02-15T11:20:22+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(En).iso","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"35fa7e36-d7be-4f4f-a785-f2c20c8839f2","level":0,"time":"2023-02-15T11:20:22+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(En).iso","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"58f8e34f-5e52-47cc-8395-7b6fd42225f6","level":0,"time":"2023-02-15T11:20:22+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(It).iso","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"58f8e34f-5e52-47cc-8395-7b6fd42225f6","level":0,"time":"2023-02-15T11:20:22+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(It).iso","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"2c884f2b-c18c-4ad1-bef3-948b10e490ee","level":0,"time":"2023-02-15T11:20:22+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Upgrade%20script\/old\/Skip_TPM_Check_on_Dynamic_Update.cmd","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"2c884f2b-c18c-4ad1-bef3-948b10e490ee","level":0,"time":"2023-02-15T11:20:22+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Upgrade%20script\/old\/Skip_TPM_Check_on_Dynamic_Update.cmd","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"eaa3a509-6d52-417e-9261-3278127aa5a1","level":0,"time":"2023-02-15T11:20:22+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Lite\/Tiny%2011%20(22H2)%20by%20Harbour%20of%20Tech.iso","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"eaa3a509-6d52-417e-9261-3278127aa5a1","level":0,"time":"2023-02-15T11:20:22+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Lite\/Tiny%2011%20(22H2)%20by%20Harbour%20of%20Tech.iso","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"e356e2ac-6345-4100-8e79-ecffd725c2ed","level":0,"time":"2023-02-15T11:20:24+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"e356e2ac-6345-4100-8e79-ecffd725c2ed","level":0,"time":"2023-02-15T11:20:24+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"e356e2ac-6345-4100-8e79-ecffd725c2ed","level":0,"time":"2023-02-15T11:20:24+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"05adbfdd-1d1b-4204-894e-e1d51b218f54","level":0,"time":"2023-02-15T11:20:24+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"05adbfdd-1d1b-4204-894e-e1d51b218f54","level":0,"time":"2023-02-15T11:20:24+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"05adbfdd-1d1b-4204-894e-e1d51b218f54","level":0,"time":"2023-02-15T11:20:24+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"8c18e7f2-16a1-4b29-935c-d91e7c6c8a28","level":0,"time":"2023-02-15T11:20:24+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"8c18e7f2-16a1-4b29-935c-d91e7c6c8a28","level":0,"time":"2023-02-15T11:20:24+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"7828cdbc-a2d3-4d68-b820-2fd640ec80cb","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"7828cdbc-a2d3-4d68-b820-2fd640ec80cb","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"5fdc37b4-69ef-4838-b4f7-ad0b2aa9218f","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"7828cdbc-a2d3-4d68-b820-2fd640ec80cb","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"5fdc37b4-69ef-4838-b4f7-ad0b2aa9218f","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"5fdc37b4-69ef-4838-b4f7-ad0b2aa9218f","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"962758a3-6a9c-4a60-9564-0cb82240d5d0","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"962758a3-6a9c-4a60-9564-0cb82240d5d0","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"7ccf9fb5-5231-4f55-b6e9-b6db303e409b","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"962758a3-6a9c-4a60-9564-0cb82240d5d0","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"7ccf9fb5-5231-4f55-b6e9-b6db303e409b","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"7ccf9fb5-5231-4f55-b6e9-b6db303e409b","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"4ae43b7a-56f4-4546-8ff1-d7352c686ef4","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"4ae43b7a-56f4-4546-8ff1-d7352c686ef4","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"f935952b-8cc7-466d-8f2f-6d3d6529f573","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"f935952b-8cc7-466d-8f2f-6d3d6529f573","level":0,"time":"2023-02-15T11:21:26+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"e5f4fb95-835a-4101-ab7e-7a771995fade","level":0,"time":"2023-02-15T11:22:28+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"e5f4fb95-835a-4101-ab7e-7a771995fade","level":0,"time":"2023-02-15T11:22:28+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"e5f4fb95-835a-4101-ab7e-7a771995fade","level":0,"time":"2023-02-15T11:22:28+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"16b6b258-fb42-4f26-9ee1-fcdc17350772","level":0,"time":"2023-02-15T11:22:28+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"16b6b258-fb42-4f26-9ee1-fcdc17350772","level":0,"time":"2023-02-15T11:22:28+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"16b6b258-fb42-4f26-9ee1-fcdc17350772","level":0,"time":"2023-02-15T11:22:28+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"4d1cea53-b830-4f9c-9c5d-b44d34103596","level":0,"time":"2023-02-15T11:22:28+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"4d1cea53-b830-4f9c-9c5d-b44d34103596","level":0,"time":"2023-02-15T11:22:28+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"f26b43aa-3d31-471b-af64-1d1dbb373b97","level":0,"time":"2023-02-15T11:23:30+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"f26b43aa-3d31-471b-af64-1d1dbb373b97","level":0,"time":"2023-02-15T11:23:30+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"f26b43aa-3d31-471b-af64-1d1dbb373b97","level":0,"time":"2023-02-15T11:23:30+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"4b6ec353-de85-43bf-aaa4-61885f154a47","level":0,"time":"2023-02-15T11:23:30+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"4b6ec353-de85-43bf-aaa4-61885f154a47","level":0,"time":"2023-02-15T11:23:30+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"4b6ec353-de85-43bf-aaa4-61885f154a47","level":0,"time":"2023-02-15T11:23:30+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"c39b5aed-598c-41b3-91fa-7b3b83a7f404","level":0,"time":"2023-02-15T11:23:31+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"c39b5aed-598c-41b3-91fa-7b3b83a7f404","level":0,"time":"2023-02-15T11:23:31+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"c57a21c7-dff2-4bf5-bf60-54ecd4d90825","level":0,"time":"2023-02-15T11:24:32+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"c57a21c7-dff2-4bf5-bf60-54ecd4d90825","level":0,"time":"2023-02-15T11:24:32+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"c57a21c7-dff2-4bf5-bf60-54ecd4d90825","level":0,"time":"2023-02-15T11:24:32+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"9a8ffc66-94b0-49d7-b9cc-17548eb2d618","level":0,"time":"2023-02-15T11:24:32+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"9a8ffc66-94b0-49d7-b9cc-17548eb2d618","level":0,"time":"2023-02-15T11:24:32+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"9a8ffc66-94b0-49d7-b9cc-17548eb2d618","level":0,"time":"2023-02-15T11:24:32+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"4732df14-e58b-4856-85c5-8efee8561919","level":0,"time":"2023-02-15T11:24:32+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"4732df14-e58b-4856-85c5-8efee8561919","level":0,"time":"2023-02-15T11:24:32+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"647c6eca-e07e-499a-9e0b-b8233dc7d718","level":0,"time":"2023-02-15T11:25:34+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"647c6eca-e07e-499a-9e0b-b8233dc7d718","level":0,"time":"2023-02-15T11:25:34+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"647c6eca-e07e-499a-9e0b-b8233dc7d718","level":0,"time":"2023-02-15T11:25:34+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"c09b8c33-2a60-43ee-a0e3-456656891b56","level":0,"time":"2023-02-15T11:25:34+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"c09b8c33-2a60-43ee-a0e3-456656891b56","level":0,"time":"2023-02-15T11:25:34+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"c09b8c33-2a60-43ee-a0e3-456656891b56","level":0,"time":"2023-02-15T11:25:34+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"180c79e5-abd4-4c13-b8b2-75ad21f6187a","level":0,"time":"2023-02-15T11:25:34+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"180c79e5-abd4-4c13-b8b2-75ad21f6187a","level":0,"time":"2023-02-15T11:25:34+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"ed1b6343-5571-4cef-8206-1718e53b2486","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"ed1b6343-5571-4cef-8206-1718e53b2486","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"ed1b6343-5571-4cef-8206-1718e53b2486","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"8a05cd23-f526-4a7a-95f2-f619587b007b","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"8a05cd23-f526-4a7a-95f2-f619587b007b","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"8a05cd23-f526-4a7a-95f2-f619587b007b","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"470dd86a-3474-408f-9235-efd61378949b","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"470dd86a-3474-408f-9235-efd61378949b","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"470dd86a-3474-408f-9235-efd61378949b","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"78a438a2-79f5-4c74-a0d8-4225dc2cd613","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"78a438a2-79f5-4c74-a0d8-4225dc2cd613","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"433d80f4-e625-4a15-a014-e7d79ee4c35c","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"433d80f4-e625-4a15-a014-e7d79ee4c35c","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"433d80f4-e625-4a15-a014-e7d79ee4c35c","level":0,"time":"2023-02-15T11:26:36+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"3a5e2bd7-f58f-4bd7-b8cd-b356d9b542f7","level":0,"time":"2023-02-15T11:26:37+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"3a5e2bd7-f58f-4bd7-b8cd-b356d9b542f7","level":0,"time":"2023-02-15T11:26:37+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"e5219fa7-4342-4e9e-bccb-da419b93fc6e","level":0,"time":"2023-02-15T11:27:38+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"e5219fa7-4342-4e9e-bccb-da419b93fc6e","level":0,"time":"2023-02-15T11:27:38+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"e5219fa7-4342-4e9e-bccb-da419b93fc6e","level":0,"time":"2023-02-15T11:27:38+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"215d73e9-c94e-4739-8116-9c62ad8b5680","level":0,"time":"2023-02-15T11:27:38+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"215d73e9-c94e-4739-8116-9c62ad8b5680","level":0,"time":"2023-02-15T11:27:38+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"215d73e9-c94e-4739-8116-9c62ad8b5680","level":0,"time":"2023-02-15T11:27:38+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"3c44b1bd-1acc-4cc8-8b5f-c7bfe171544f","level":0,"time":"2023-02-15T11:27:38+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"3c44b1bd-1acc-4cc8-8b5f-c7bfe171544f","level":0,"time":"2023-02-15T11:27:38+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"d035ad15-e618-4a91-aef2-ddd70e029a96","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"d035ad15-e618-4a91-aef2-ddd70e029a96","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"d035ad15-e618-4a91-aef2-ddd70e029a96","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"6eb24736-9a12-44d3-80ce-2b561285a775","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"5f2f78c1-4af3-4a8f-ac11-7372ec263825","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"6eb24736-9a12-44d3-80ce-2b561285a775","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"5f2f78c1-4af3-4a8f-ac11-7372ec263825","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"5f2f78c1-4af3-4a8f-ac11-7372ec263825","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"6eb24736-9a12-44d3-80ce-2b561285a775","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"259122d5-56d5-4a78-9234-e7471826aa17","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"259122d5-56d5-4a78-9234-e7471826aa17","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"819238a0-2bcb-430b-91ee-248ccf95c704","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"819238a0-2bcb-430b-91ee-248ccf95c704","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"819238a0-2bcb-430b-91ee-248ccf95c704","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"e83feb25-1fe9-4059-921a-638d285dc604","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255011, last check is now 1676458934"} 
{"reqId":"e83feb25-1fe9-4059-921a-638d285dc604","level":0,"time":"2023-02-15T11:28:40+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"33fe5404-6668-4e56-af38-9c1af6f8b4ff","level":0,"time":"2023-02-15T11:29:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Bypass%20Microsoft%20Account\/Pre%20Windows%2011%2022H2\/bypass%20windows%2011%20microsoft%20account.png","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"33fe5404-6668-4e56-af38-9c1af6f8b4ff","level":0,"time":"2023-02-15T11:29:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Bypass%20Microsoft%20Account\/Pre%20Windows%2011%2022H2\/bypass%20windows%2011%20microsoft%20account.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"6a24f5f5-886d-41a6-8583-4c0dc79f25a3","level":0,"time":"2023-02-15T11:29:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(It).iso","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"6a24f5f5-886d-41a6-8583-4c0dc79f25a3","level":0,"time":"2023-02-15T11:29:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(It).iso","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"4db815e4-0983-4189-a75f-317baeb0f11c","level":0,"time":"2023-02-15T11:29:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Bypass%20Microsoft%20Account\/instructions.txt.txt","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"4db815e4-0983-4189-a75f-317baeb0f11c","level":0,"time":"2023-02-15T11:29:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Bypass%20Microsoft%20Account\/instructions.txt.txt","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"d7dcf0ce-fa08-47f4-8f92-f82af5387860","level":0,"time":"2023-02-15T11:29:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(En).iso","message":"updating token 255012, last check is now 1676458934"} 
{"reqId":"d7dcf0ce-fa08-47f4-8f92-f82af5387860","level":0,"time":"2023-02-15T11:29:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(En).iso","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"159a6e0f-f364-405b-83f4-e9e8d4f10f45","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"159a6e0f-f364-405b-83f4-e9e8d4f10f45","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"159a6e0f-f364-405b-83f4-e9e8d4f10f45","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"c1bfc76d-5870-4a3d-97f2-e29ec6a34599","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"c1bfc76d-5870-4a3d-97f2-e29ec6a34599","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"c1bfc76d-5870-4a3d-97f2-e29ec6a34599","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"2ae64d34-018d-4a9f-a7ed-50cbae613d64","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255023, last check is now 1676460644"} 
{"reqId":"2ae64d34-018d-4a9f-a7ed-50cbae613d64","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255023, last check is now 1676460644"} 
{"reqId":"fa65d498-0f28-4b78-9813-d8cb24d575e3","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"2ae64d34-018d-4a9f-a7ed-50cbae613d64","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"fa65d498-0f28-4b78-9813-d8cb24d575e3","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"1a88efdf-f46c-408b-9a5d-f108b62e4a2a","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255023, last check is now 1676460644"} 
{"reqId":"1a88efdf-f46c-408b-9a5d-f108b62e4a2a","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255023, last check is now 1676460644"} 
{"reqId":"1a88efdf-f46c-408b-9a5d-f108b62e4a2a","level":0,"time":"2023-02-15T11:30:44+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"dfd68102-e195-4a55-81a8-06ad3376c62e","level":0,"time":"2023-02-15T11:30:45+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255023, last check is now 1676460644"} 
{"reqId":"dfd68102-e195-4a55-81a8-06ad3376c62e","level":0,"time":"2023-02-15T11:30:45+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"a11893b6-19f4-4f8e-b0ba-f959172b5662","level":0,"time":"2023-02-15T11:31:46+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"a11893b6-19f4-4f8e-b0ba-f959172b5662","level":0,"time":"2023-02-15T11:31:46+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"a11893b6-19f4-4f8e-b0ba-f959172b5662","level":0,"time":"2023-02-15T11:31:46+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"3af71885-c263-4f88-b37d-56b29c8b1a60","level":0,"time":"2023-02-15T11:31:46+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"3af71885-c263-4f88-b37d-56b29c8b1a60","level":0,"time":"2023-02-15T11:31:46+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"3af71885-c263-4f88-b37d-56b29c8b1a60","level":0,"time":"2023-02-15T11:31:46+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"f2ee7658-6463-418b-959e-cb2ad7ab8bfc","level":0,"time":"2023-02-15T11:31:46+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"f2ee7658-6463-418b-959e-cb2ad7ab8bfc","level":0,"time":"2023-02-15T11:31:46+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"3137503d-9d77-4d98-8798-0bd20b6ea629","level":0,"time":"2023-02-15T11:32:48+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"3137503d-9d77-4d98-8798-0bd20b6ea629","level":0,"time":"2023-02-15T11:32:48+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"3137503d-9d77-4d98-8798-0bd20b6ea629","level":0,"time":"2023-02-15T11:32:48+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"4b87ae10-812d-4dae-b37a-3078f19b45a3","level":0,"time":"2023-02-15T11:32:48+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"4b87ae10-812d-4dae-b37a-3078f19b45a3","level":0,"time":"2023-02-15T11:32:48+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"4b87ae10-812d-4dae-b37a-3078f19b45a3","level":0,"time":"2023-02-15T11:32:48+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"8b330041-f02f-489c-b369-5d28ecd46c5a","level":0,"time":"2023-02-15T11:32:48+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"8b330041-f02f-489c-b369-5d28ecd46c5a","level":0,"time":"2023-02-15T11:32:48+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"249e69b0-c0c7-4f32-b48d-674a422d9c06","level":0,"time":"2023-02-15T11:33:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"249e69b0-c0c7-4f32-b48d-674a422d9c06","level":0,"time":"2023-02-15T11:33:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"249e69b0-c0c7-4f32-b48d-674a422d9c06","level":0,"time":"2023-02-15T11:33:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"f8786536-b50a-44b6-805b-d26ecb923d62","level":0,"time":"2023-02-15T11:33:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"f8786536-b50a-44b6-805b-d26ecb923d62","level":0,"time":"2023-02-15T11:33:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"f8786536-b50a-44b6-805b-d26ecb923d62","level":0,"time":"2023-02-15T11:33:50+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"c9531a5a-b9ed-4541-b569-443a0d5ac336","level":0,"time":"2023-02-15T11:33:51+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"c9531a5a-b9ed-4541-b569-443a0d5ac336","level":0,"time":"2023-02-15T11:33:51+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"945f1772-519f-4496-9c44-b6c019bed118","level":0,"time":"2023-02-15T11:34:52+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"945f1772-519f-4496-9c44-b6c019bed118","level":0,"time":"2023-02-15T11:34:52+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"945f1772-519f-4496-9c44-b6c019bed118","level":0,"time":"2023-02-15T11:34:52+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"d8316f83-deb3-4873-9949-7b07be0562a0","level":0,"time":"2023-02-15T11:34:52+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"d8316f83-deb3-4873-9949-7b07be0562a0","level":0,"time":"2023-02-15T11:34:52+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"d8316f83-deb3-4873-9949-7b07be0562a0","level":0,"time":"2023-02-15T11:34:52+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
{"reqId":"7db0bb52-4a1d-4d6a-b120-8cc1555ed51f","level":0,"time":"2023-02-15T11:34:52+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255016, last check is now 1676460612"} 
{"reqId":"7db0bb52-4a1d-4d6a-b120-8cc1555ed51f","level":0,"time":"2023-02-15T11:34:52+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"} 
michaelstingl commented 1 year ago

No errors in the log lines you posted.

Maybe check the desktop client debug log for the GET request with the error, then grep the owncloud.log for the related reqId

Simi5599 commented 1 year ago

I'm back with the log and a fact: The sync seems to fail randomly because i tried 3 times before getting the error. Here is a snippet of my client log that begins with a download of a big file and ands with the error.

23-02-15 13:58:15:008 [ info sync.discovery ]:  Discovered "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Vanilla/Win11_22H2_Italian_x64v1.iso" SyncInstruction(CSYNC_INSTRUCTION_SYNC) OCC::SyncFileItem::Down CSyncEnums::ItemTypeVirtualFileDownload
23-02-15 13:58:15:008 [ info sync.discovery ]:  Processing "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png.owncloud" | valid: true/true/db | mtime: 1645811579/1645811579/0 | size: 124087/1/0 | etag: "6986f6c1cf8aabfa39167dd5d0491f40"//"" | checksum: "SHA1:acbdb4a8675751a115f1b2d876c2e41024aa92ca"//"" | perm: "WDNVRS"//"" | fileid: "03339397ocgzvz7g2f1q"//"" | inode: 9099597/9099597/ | type: CSyncEnums::ItemTypeVirtualFileDownload/CSyncEnums::ItemTypeVirtualFile/CSyncEnums::ItemTypeFile
23-02-15 13:58:15:008 [ info sync.discovery ]:  Discovered "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png" SyncInstruction(CSYNC_INSTRUCTION_SYNC) OCC::SyncFileItem::Down CSyncEnums::ItemTypeVirtualFileDownload
23-02-15 13:58:15:008 [ info sync.discovery ]:  Processing "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso.owncloud" | valid: true/true/db | mtime: 1665134707/1665134707/0 | size: 4421898240/1/0 | etag: "3bc59e49b7c6212c49b452b0942c63e8"//"" | checksum: "SHA1:c422f678d1ec34108147c343261f22da56320f9a"//"" | perm: "WDNVRS"//"" | fileid: "03432775ocgzvz7g2f1q"//"" | inode: 9099599/9099599/ | type: CSyncEnums::ItemTypeVirtualFileDownload/CSyncEnums::ItemTypeVirtualFile/CSyncEnums::ItemTypeFile
23-02-15 13:58:15:008 [ info sync.discovery ]:  Discovered "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso" SyncInstruction(CSYNC_INSTRUCTION_SYNC) OCC::SyncFileItem::Down CSyncEnums::ItemTypeVirtualFileDownload
23-02-15 13:58:15:008 [ info sync.discovery ]:  Processing "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso.owncloud" | valid: true/true/db | mtime: 1665094590/1665094590/0 | size: 4334602240/1/0 | etag: "a56be431dad632edc416d0a65d627e6a"//"" | checksum: "SHA1:466e0386f5230924da538bc7f80b31fa0dddd7c4"//"" | perm: "WDNVRS"//"" | fileid: "03432108ocgzvz7g2f1q"//"" | inode: 126871/126871/ | type: CSyncEnums::ItemTypeVirtualFileDownload/CSyncEnums::ItemTypeVirtualFile/CSyncEnums::ItemTypeFile
23-02-15 13:58:15:008 [ info sync.discovery ]:  Discovered "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso" SyncInstruction(CSYNC_INSTRUCTION_SYNC) OCC::SyncFileItem::Down CSyncEnums::ItemTypeVirtualFileDownload
23-02-15 13:58:15:008 [ info sync.discovery ]:  Processing "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd.owncloud" | valid: true/true/db | mtime: 1668453694/1668453694/0 | size: 4102/1/0 | etag: "e69c3672d5577d872622814b56d4b3d1"//"" | checksum: "SHA1:2d9c024e83046a3c78f8c011624038e99fa77b0e"//"" | perm: "WDNVRS"//"" | fileid: "03464236ocgzvz7g2f1q"//"" | inode: 9099600/9099600/ | type: CSyncEnums::ItemTypeVirtualFileDownload/CSyncEnums::ItemTypeVirtualFile/CSyncEnums::ItemTypeFile
23-02-15 13:58:15:008 [ info sync.discovery ]:  Discovered "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd" SyncInstruction(CSYNC_INSTRUCTION_SYNC) OCC::SyncFileItem::Down CSyncEnums::ItemTypeVirtualFileDownload
23-02-15 13:58:15:008 [ info sync.discovery ]:  Processing "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old" | valid: true/true/db | mtime: 1665157862/1676465876/0 | size: 0/96/0 | etag: "63404ae6aaf76"//"" | checksum: ""//"" | perm: "DNVCKRS"//"" | fileid: "03432890ocgzvz7g2f1q"//"" | inode: 126873/126873/ | type: CSyncEnums::ItemTypeDirectory/CSyncEnums::ItemTypeDirectory/CSyncEnums::ItemTypeFile
23-02-15 13:58:15:008 [ info sync.discovery ]:  Discovered "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old" SyncInstruction(CSYNC_INSTRUCTION_NONE) OCC::SyncFileItem::None CSyncEnums::ItemTypeDirectory
23-02-15 13:58:15:008 [ info sync.discovery ]:  Processing "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/then run vanilla iso to upgrade.txt.owncloud" | valid: true/true/db | mtime: 1633544594/1633544594/0 | size: 0/1/0 | etag: "250a656e25e9cff8dbb0f9dde03719fb"//"" | checksum: "SHA1:da39a3ee5e6b4b0d3255bfef95601890afd80709"//"" | perm: "WDNVRS"//"" | fileid: "03105114ocgzvz7g2f1q"//"" | inode: 9099602/9099602/ | type: CSyncEnums::ItemTypeVirtualFileDownload/CSyncEnums::ItemTypeVirtualFile/CSyncEnums::ItemTypeFile
23-02-15 13:58:15:008 [ info sync.discovery ]:  Discovered "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/then run vanilla iso to upgrade.txt" SyncInstruction(CSYNC_INSTRUCTION_SYNC) OCC::SyncFileItem::Down CSyncEnums::ItemTypeVirtualFileDownload
23-02-15 13:58:15:008 [ info sync.discovery ]:  STARTING "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old" OCC::ProcessDirectoryJob::ParentNotChanged "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old" OCC::ProcessDirectoryJob::NormalQuery
23-02-15 13:58:15:009 [ info sync.discovery ]:  Processing "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd.owncloud" | valid: true/true/db | mtime: 1633532607/1633532607/0 | size: 2051/1/0 | etag: "fa1e92d3a65828a6efddd12393866365"//"" | checksum: "SHA1:89d30d4897bc2d8f8fa61fe8d20e146239eed185"//"" | perm: "WDNVRS"//"" | fileid: "03104547ocgzvz7g2f1q"//"" | inode: 9099601/9099601/ | type: CSyncEnums::ItemTypeVirtualFileDownload/CSyncEnums::ItemTypeVirtualFile/CSyncEnums::ItemTypeFile
23-02-15 13:58:15:009 [ info sync.discovery ]:  Discovered "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd" SyncInstruction(CSYNC_INSTRUCTION_SYNC) OCC::SyncFileItem::Down CSyncEnums::ItemTypeVirtualFileDownload
23-02-15 13:58:15:009 [ info sync.engine ]: #### Discovery end ####################################################  232 ms
23-02-15 13:58:15:009 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "Post discovery" and starting new transaction
23-02-15 13:58:15:011 [ info sync.engine ]: #### Reconcile (aboutToPropagate) ####################################################  234 ms
23-02-15 13:58:15:012 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:012 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:014 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:014 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:015 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:020 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:021 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:022 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:022 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:023 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:024 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:024 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:024 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:025 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:025 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:025 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:026 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/then run vanilla iso to upgrade.txt" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:026 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite/Tiny 11 (22H2) by Harbour of Tech.iso" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:026 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:027 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Optimizers/OOSU10.exe" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:027 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Optimizers" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:028 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Optimizers/Optimizer-14.5.exe" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:028 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Repair/tutorial.txt" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:028 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Repair" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:028 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Vanilla/Win11_22H2_English_x64v1.iso" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:028 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Vanilla" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:032 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Vanilla/Win11_22H2_Italian_x64v1.iso" OCC::SyncFileItem::NoStatus SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:033 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/.DS_Store" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:034 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/.owncloudsync.log" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:036 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/.owncloudsync.log.1" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:037 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/.sync_journal.db" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:038 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/.sync_journal.db-shm" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:039 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/.sync_journal.db-wal" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:039 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/SZFS/.DS_Store" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:040 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/.DS_Store" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:041 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/.DS_Store" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:041 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/.DS_Store" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:042 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/.DS_Store" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:043 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/.DS_Store" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:044 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/.DS_Store" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:044 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/.DS_Store" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:045 [ info sync.engine ]: #### Reconcile (aboutToPropagate OK) ####################################################  268 ms
23-02-15 13:58:15:046 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "post treewalk" and starting new transaction
23-02-15 13:58:15:046 [ debug sync.database.sql ]   [ OCC::SqlQuery::prepare ]: SQL prepare "SELECT tmpfile, etag, errorcount, path FROM downloadinfo" Try: 0
23-02-15 13:58:15:046 [ debug sync.database.sql ]   [ OCC::SqlQuery::prepare ]: SQL prepare "SELECT path,transferid FROM uploadinfo" Try: 0
23-02-15 13:58:15:046 [ debug sync.database ]   [ OCC::SyncJournalDb::deleteStaleUploadInfos ]: QVector<uint> OCC::SyncJournalDb::deleteStaleUploadInfos(const QSet<QString> &) Keep: QSet() Removing Stale: ()
23-02-15 13:58:15:047 [ debug sync.database.sql ]   [ OCC::SqlQuery::prepare ]: SQL prepare "SELECT path FROM blacklist" Try: 0
23-02-15 13:58:15:047 [ debug sync.database.sql ]   [ OCC::SqlQuery::prepare ]: SQL prepare "DELETE FROM blacklist WHERE path = ?" Try: 0
23-02-15 13:58:15:047 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "post stale entry removal" and starting new transaction
23-02-15 13:58:15:047 [ info sync.engine ]: #### Post-Reconcile end ####################################################  270 ms
23-02-15 13:58:15:047 [ info gui.folder ]:  #### Propagation start ####################################################
23-02-15 13:58:15:047 [ debug gui.socketapi ]   [ OCC::SocketApi::slotUpdateFolderView ]:   Not sending UPDATE_VIEW for "/Users/linuxiano1/SZFS Drive/" because status() is OCC::SyncResult::SyncRunning
23-02-15 13:58:15:049 [ info gui.application ]: Sync state changed for folder  "https://drive.szfs.cloud/remote.php/dav/files/simi5599/" :  "Sync Running"
23-02-15 13:58:15:049 [ info sync.propagator ]: Starting SyncInstruction(CSYNC_INSTRUCTION_SYNC) propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png" by OCC::PropagateDownloadFile(0x6000007bc210)
23-02-15 13:58:15:049 [ debug sync.propagator.download ]    [ OCC::PropagateDownloadFile::start ]:  "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png" 0
23-02-15 13:58:15:049 [ debug sync.propagator ] [ OCC::OwncloudPropagator::localFileNameClash ]:    CaseClashCheck for  "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png"
23-02-15 13:58:15:050 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ?1 , ?2, ?3, ?4 )" Try: 0
23-02-15 13:58:15:050 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:050 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "download file start" and starting new transaction
23-02-15 13:58:15:051 [ debug sync.networkjob.get ] [ OCC::GETFileJob::start ]: QObject(0x0) false false
23-02-15 13:58:15:051 [ info sync.networkjob ]: Created OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png", "GET", Original-Request-ID: "21cdf466-c032-4ef2-8ced-04ff8af9fb88", X-Request-ID: "21cdf466-c032-4ef2-8ced-04ff8af9fb88") for OCC::PropagateDownloadFile(0x6000007bc210)
23-02-15 13:58:15:060 [ info sync.propagator ]: Starting SyncInstruction(CSYNC_INSTRUCTION_SYNC) propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt" by OCC::PropagateDownloadFile(0x6000007b8420)
23-02-15 13:58:15:060 [ debug sync.propagator.download ]    [ OCC::PropagateDownloadFile::start ]:  "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt" 1
23-02-15 13:58:15:060 [ debug sync.propagator ] [ OCC::OwncloudPropagator::localFileNameClash ]:    CaseClashCheck for  "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt"
23-02-15 13:58:15:060 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ?1 , ?2, ?3, ?4 )" Try: 0
23-02-15 13:58:15:060 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:060 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "download file start" and starting new transaction
23-02-15 13:58:15:061 [ debug sync.networkjob.get ] [ OCC::GETFileJob::start ]: QObject(0x0) false false
23-02-15 13:58:15:061 [ info sync.networkjob ]: Created OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt", "GET", Original-Request-ID: "ae5a7877-4b6b-46a0-8c63-194bc6ac3225", X-Request-ID: "ae5a7877-4b6b-46a0-8c63-194bc6ac3225") for OCC::PropagateDownloadFile(0x6000007b8420)
23-02-15 13:58:15:076 [ info sync.propagator ]: Starting SyncInstruction(CSYNC_INSTRUCTION_SYNC) propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso" by OCC::PropagateDownloadFile(0x6000007b8000)
23-02-15 13:58:15:077 [ debug sync.propagator.download ]    [ OCC::PropagateDownloadFile::start ]:  "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso" 2
23-02-15 13:58:15:077 [ debug sync.propagator ] [ OCC::OwncloudPropagator::localFileNameClash ]:    CaseClashCheck for  "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso"
23-02-15 13:58:15:077 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ?1 , ?2, ?3, ?4 )" Try: 0
23-02-15 13:58:15:077 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:077 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "download file start" and starting new transaction
23-02-15 13:58:15:078 [ debug sync.networkjob.get ] [ OCC::GETFileJob::start ]: QObject(0x0) false false
23-02-15 13:58:15:078 [ info sync.networkjob ]: Created OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso", "GET", Original-Request-ID: "941ceccb-a206-43a7-bb79-d2478347f8c8", X-Request-ID: "941ceccb-a206-43a7-bb79-d2478347f8c8") for OCC::PropagateDownloadFile(0x6000007b8000)
23-02-15 13:58:15:079 [ debug sync.propagator ] [ OCC::OwncloudPropagator::scheduleNextJobImpl ]:   Can pump in another request! activeJobs = 3
23-02-15 13:58:15:079 [ info sync.propagator ]: Starting SyncInstruction(CSYNC_INSTRUCTION_SYNC) propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso" by OCC::PropagateDownloadFile(0x6000007bc580)
23-02-15 13:58:15:079 [ debug sync.propagator.download ]    [ OCC::PropagateDownloadFile::start ]:  "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso" 3
23-02-15 13:58:15:079 [ debug sync.propagator ] [ OCC::OwncloudPropagator::localFileNameClash ]:    CaseClashCheck for  "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso"
23-02-15 13:58:15:079 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ?1 , ?2, ?3, ?4 )" Try: 0
23-02-15 13:58:15:080 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:080 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "download file start" and starting new transaction
23-02-15 13:58:15:081 [ debug sync.networkjob.get ] [ OCC::GETFileJob::start ]: QObject(0x0) false false
23-02-15 13:58:15:081 [ info sync.networkjob ]: Created OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso", "GET", Original-Request-ID: "74be360a-60b5-45fd-9721-e63bfe8b1550", X-Request-ID: "74be360a-60b5-45fd-9721-e63bfe8b1550") for OCC::PropagateDownloadFile(0x6000007bc580)
23-02-15 13:58:15:515 [ info sync.checksums ]:  Computing OCC::CheckSums::Algorithm::SHA1 checksum of "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/.bypass windows 11 microsoft account.png.~4102dac2" in a thread
23-02-15 13:58:15:515 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png", "GET", Original-Request-ID: "21cdf466-c032-4ef2-8ced-04ff8af9fb88", X-Request-ID: "21cdf466-c032-4ef2-8ced-04ff8af9fb88")
23-02-15 13:58:15:515 [ info sync.checksums ]:  Computing OCC::CheckSums::Algorithm::SHA1 checksum of "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/.instructions.txt.txt.~3beadde2" in a thread
23-02-15 13:58:15:515 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt", "GET", Original-Request-ID: "ae5a7877-4b6b-46a0-8c63-194bc6ac3225", X-Request-ID: "ae5a7877-4b6b-46a0-8c63-194bc6ac3225")
23-02-15 13:58:15:517 [ debug sync.checksums ]  [ OCC::ComputeChecksum::computeNow(QIODevice *, CheckSums::Algorithm)::(anonymous class)::operator() ]: Finished OCC::CheckSums::Algorithm::SHA1 computation for "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/.instructions.txt.txt.~3beadde2" duration(0h, 0min, 0s, 0ms)
23-02-15 13:58:15:520 [ debug sync.checksums ]  [ OCC::ComputeChecksum::computeNow(QIODevice *, CheckSums::Algorithm)::(anonymous class)::operator() ]: Finished OCC::CheckSums::Algorithm::SHA1 computation for "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/.bypass windows 11 microsoft account.png.~4102dac2" duration(0h, 0min, 0s, 3ms)
23-02-15 13:58:15:521 [ debug sync.propagator ] [ OCC::OwncloudPropagator::localFileNameClash ]:    CaseClashCheck for  "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt"
23-02-15 13:58:15:521 [ debug sync.propagator.download ]    [ OCC::PropagateDownloadFile::downloadFinished ]:   Download of previous virtual file finished "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt.owncloud"
23-02-15 13:58:15:522 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "DELETE FROM metadata WHERE phash=?1" Try: 0
23-02-15 13:58:15:522 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:522 [ debug sync.fileitem ]   [ OCC::SyncFileItem::toSyncJournalFileRecordWithInode ]:    "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt" Retrieved inode  9099639 (previous item inode:  9099598 )
23-02-15 13:58:15:522 [ info sync.database ]:   Updating file record for path: "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt" inode: 9099639 modtime: 1665223482 type: CSyncEnums::ItemTypeFile etag: "2b2b17e8b4ebb7b4346d2ad00a23dbe3" fileId: "03432896ocgzvz7g2f1q" remotePerm: "WDNVRS" fileSize: 151 checksum: "SHA1:32ab268f44895754c72a4c7d11e86b729b3322e3"
23-02-15 13:58:15:522 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "INSERT OR REPLACE INTO metadata (phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5, fileid, remotePerm, filesize, ignoredChildrenRemote, contentChecksum, contentChecksumTypeId) VALUES (?1 , ?2, ?3 , ?4 , ?5 , ?6 , ?7,  ?8 , ?9 , ?10, ?11, ?12, ?13, ?14, ?15, ?16);" Try: 0
23-02-15 13:58:15:522 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:522 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "DELETE FROM downloadinfo WHERE path=?1" Try: 0
23-02-15 13:58:15:522 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:522 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "download file start2" and starting new transaction
23-02-15 13:58:15:526 [ info sync.propagator ]: Completed propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt" by OCC::PropagateDownloadFile(0x6000007b8420) with status OCC::SyncFileItem::Success
23-02-15 13:58:15:526 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/instructions.txt.txt" OCC::SyncFileItem::Success SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:526 [ debug sync.propagator ] [ OCC::OwncloudPropagator::localFileNameClash ]:    CaseClashCheck for  "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png"
23-02-15 13:58:15:527 [ debug sync.propagator.download ]    [ OCC::PropagateDownloadFile::downloadFinished ]:   Download of previous virtual file finished "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png.owncloud"
23-02-15 13:58:15:527 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "DELETE FROM metadata WHERE phash=?1" Try: 0
23-02-15 13:58:15:528 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:529 [ debug sync.fileitem ]   [ OCC::SyncFileItem::toSyncJournalFileRecordWithInode ]:    "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png" Retrieved inode  9099638 (previous item inode:  9099597 )
23-02-15 13:58:15:529 [ info sync.database ]:   Updating file record for path: "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png" inode: 9099638 modtime: 1645811579 type: CSyncEnums::ItemTypeFile etag: "6986f6c1cf8aabfa39167dd5d0491f40" fileId: "03339397ocgzvz7g2f1q" remotePerm: "WDNVRS" fileSize: 124087 checksum: "SHA1:acbdb4a8675751a115f1b2d876c2e41024aa92ca"
23-02-15 13:58:15:529 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "INSERT OR REPLACE INTO metadata (phash, pathlen, path, inode, uid, gid, mode, modtime, type, md5, fileid, remotePerm, filesize, ignoredChildrenRemote, contentChecksum, contentChecksumTypeId) VALUES (?1 , ?2, ?3 , ?4 , ?5 , ?6 , ?7,  ?8 , ?9 , ?10, ?11, ?12, ?13, ?14, ?15, ?16);" Try: 0
23-02-15 13:58:15:529 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:529 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "DELETE FROM downloadinfo WHERE path=?1" Try: 0
23-02-15 13:58:15:529 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:529 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "download file start2" and starting new transaction
23-02-15 13:58:15:532 [ info sync.propagator ]: Completed propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png" by OCC::PropagateDownloadFile(0x6000007bc210) with status OCC::SyncFileItem::Success
23-02-15 13:58:15:532 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account/Pre Windows 11 22H2/bypass windows 11 microsoft account.png" OCC::SyncFileItem::Success SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 13:58:15:534 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:OK+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Bypass Microsoft Account" to SocketApiSocket(0x6000030eb9a0)
23-02-15 13:58:15:540 [ info sync.propagator ]: Starting SyncInstruction(CSYNC_INSTRUCTION_SYNC) propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd" by OCC::PropagateDownloadFile(0x6000007b8420)
23-02-15 13:58:15:540 [ debug sync.propagator.download ]    [ OCC::PropagateDownloadFile::start ]:  "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd" 2
23-02-15 13:58:15:540 [ debug sync.propagator ] [ OCC::OwncloudPropagator::localFileNameClash ]:    CaseClashCheck for  "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd"
23-02-15 13:58:15:541 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ?1 , ?2, ?3, ?4 )" Try: 0
23-02-15 13:58:15:541 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:542 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "download file start" and starting new transaction
23-02-15 13:58:15:543 [ debug sync.networkjob.get ] [ OCC::GETFileJob::start ]: QObject(0x0) false false
23-02-15 13:58:15:543 [ info sync.networkjob ]: Created OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd", "GET", Original-Request-ID: "1cacf0fb-eb6b-4b6e-aaee-13d95358ea27", X-Request-ID: "1cacf0fb-eb6b-4b6e-aaee-13d95358ea27") for OCC::PropagateDownloadFile(0x6000007b8420)
23-02-15 13:58:15:544 [ debug sync.propagator ] [ OCC::OwncloudPropagator::scheduleNextJobImpl ]:   Can pump in another request! activeJobs = 3
23-02-15 13:58:15:544 [ info sync.propagator ]: Starting SyncInstruction(CSYNC_INSTRUCTION_SYNC) propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd" by OCC::PropagateDownloadFile(0x6000007b25d0)
23-02-15 13:58:15:544 [ debug sync.propagator.download ]    [ OCC::PropagateDownloadFile::start ]:  "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd" 3
23-02-15 13:58:15:544 [ debug sync.propagator ] [ OCC::OwncloudPropagator::localFileNameClash ]:    CaseClashCheck for  "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd"
23-02-15 13:58:15:544 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ?1 , ?2, ?3, ?4 )" Try: 0
23-02-15 13:58:15:544 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 13:58:15:544 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "download file start" and starting new transaction
23-02-15 13:58:15:545 [ debug sync.networkjob.get ] [ OCC::GETFileJob::start ]: QObject(0x0) false false
23-02-15 13:58:15:545 [ info sync.networkjob ]: Created OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd", "GET", Original-Request-ID: "d00b2db8-0315-4cb8-b6c1-0ea1d9340301", X-Request-ID: "d00b2db8-0315-4cb8-b6c1-0ea1d9340301") for OCC::PropagateDownloadFile(0x6000007b25d0)
23-02-15 13:58:15:744 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "a677331c-63b2-46b3-a083-9d7fb3a59769", X-Request-ID: "a677331c-63b2-46b3-a083-9d7fb3a59769") for OCC::QuotaInfo(0x600001bf7250)
23-02-15 13:58:15:904 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 13:58:15:905 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "a677331c-63b2-46b3-a083-9d7fb3a59769", X-Request-ID: "a677331c-63b2-46b3-a083-9d7fb3a59769")
23-02-15 13:58:33:745 [ warning gui.account.state ]:    checkConnectivity blocking: false
23-02-15 13:58:33:745 [ debug gui.account.state ]   [ OCC::AccountState::checkConnectivity ]:   "Simone@10.10.10.110" The last ETag check succeeded within the last  30 s ( 20 s). No connection check needed!
23-02-15 13:58:33:745 [ warning gui.account.state ]:    checkConnectivity blocking: false
23-02-15 13:58:33:745 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkServer ]:  Checking server and authentication
23-02-15 13:58:33:745 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkServer ]:  Trying to look up system proxy
23-02-15 13:58:33:747 [ info sync.connectionvalidator ]:    No system proxy set by OS
23-02-15 13:58:33:847 [ info sync.checkserverjob ]: status.php returns:  QJsonDocument({"edition":"Community","installed":true,"maintenance":false,"needsDbUpgrade":false,"product":"SZFS Drive","productname":"SZFS Drive","version":"10.11.0.6","versionstring":"10.11.0"})   QNetworkReply::NoError  Reply:  QNetworkReplyHttpImpl(0x600003257fc0)
23-02-15 13:58:33:847 [ info sync.connectionvalidator ]:    ** Application: ownCloud found:  QUrl("https://drive.szfs.cloud/")  with version  "10.11.0"
23-02-15 13:58:33:847 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkAuthentication ]:  # Check whether authenticated propfind works.
23-02-15 13:58:33:848 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/webdav/", "PROPFIND", Original-Request-ID: "97d9d26b-09ef-45c4-8671-671ba0236035", X-Request-ID: "97d9d26b-09ef-45c4-8671-671ba0236035") for OCC::ConnectionValidator(0x600003c94840)
23-02-15 13:58:33:988 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/webdav/") FINISHED WITH STATUS "OK"
23-02-15 13:58:33:989 [ info sync.networkjob ]: Created OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json", "GET", Original-Request-ID: "c5b5ec84-6ce4-4fb3-8176-880ff70fe885", X-Request-ID: "c5b5ec84-6ce4-4fb3-8176-880ff70fe885") for OCC::ConnectionValidator(0x600003c94840)
23-02-15 13:58:33:989 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/webdav/", "PROPFIND", Original-Request-ID: "97d9d26b-09ef-45c4-8671-671ba0236035", X-Request-ID: "97d9d26b-09ef-45c4-8671-671ba0236035")
23-02-15 13:58:34:142 [ info sync.networkjob.jsonapi ]: JsonJob of QUrl("https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json") FINISHED WITH STATUS "OK"
23-02-15 13:58:34:143 [ info sync.connectionvalidator ]:    Server capabilities QJsonObject({"checksums":{"preferredUploadType":"SHA1","supportedTypes":["SHA1"]},"core":{"pollinterval":30000,"status":{"edition":"Community","hostname":"szfscloud.hopto.org","installed":true,"maintenance":false,"needsDbUpgrade":false,"product":"SZFS Drive","productname":"SZFS Drive","version":"10.11.0.6","versionstring":"10.11.0"},"support-url-signing":true,"webdav-root":"remote.php/webdav"},"dav":{"chunking":"1.0","propfind":{"depth_infinity":false},"reports":["search-files"],"trashbin":"1.0"},"files":{"bigfilechunking":true,"blacklisted_files":[".htaccess"],"blacklisted_files_regex":"\\.(part|filepart)$","favorites":true,"file_locking_enable_file_action":false,"file_locking_support":true,"privateLinks":true,"privateLinksDetailsParam":true,"undelete":true,"versioning":true},"files_sharing":{"api_enabled":true,"auto_accept_share":true,"can_share":true,"default_permissions":31,"federation":{"incoming":false,"outgoing":false},"group":{"expire_date":{"enabled":false}},"group_sharing":false,"providers_capabilities":{"ocFederatedSharing":{"remote":["shareExpiration"]},"ocinternal":{"group":["shareExpiration"],"link":["shareExpiration","passwordProtected"],"user":["shareExpiration"]}},"public":{"can_create_public_link":true,"defaultPublicLinkShareName":"Collegamento pubblico","enabled":true,"expire_date":{"enabled":false},"multiple":true,"password":{"enforced":false,"enforced_for":{"read_only":false,"read_write":false,"read_write_delete":false,"upload_only":false}},"roles_api":true,"send_mail":true,"social_share":false,"supports_upload_only":true,"upload":true},"remote":{"expire_date":{"enabled":false}},"resharing":true,"search_min_length":2,"share_with_group_members_only":true,"share_with_membership_groups_only":true,"user":{"expire_date":{"enabled":false},"profile_picture":true,"send_mail":false},"user_enumeration":{"enabled":false}}})
23-02-15 13:58:34:143 [ info sync.networkjob ]: Created OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json", "GET", Original-Request-ID: "1b4e7a05-cdd5-462d-bfbc-c7dd056da97e", X-Request-ID: "1b4e7a05-cdd5-462d-bfbc-c7dd056da97e") for OCC::ConnectionValidator(0x600003c94840)
23-02-15 13:58:34:143 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json", "GET", Original-Request-ID: "c5b5ec84-6ce4-4fb3-8176-880ff70fe885", X-Request-ID: "c5b5ec84-6ce4-4fb3-8176-880ff70fe885")
23-02-15 13:58:34:274 [ info sync.networkjob.jsonapi ]: JsonJob of QUrl("https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json") FINISHED WITH STATUS "OK"
23-02-15 13:58:34:274 [ info sync.networkjob ]: Created OCC::AvatarJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/avatars/simi5599/128.png", "GET", Original-Request-ID: "09b32e72-a2cb-4136-a6cb-8979bf438628", X-Request-ID: "09b32e72-a2cb-4136-a6cb-8979bf438628") for OCC::ConnectionValidator(0x600003c94840)
23-02-15 13:58:34:274 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json", "GET", Original-Request-ID: "1b4e7a05-cdd5-462d-bfbc-c7dd056da97e", X-Request-ID: "1b4e7a05-cdd5-462d-bfbc-c7dd056da97e")
23-02-15 13:58:34:409 [ debug sync.networkjob.avatar ]  [ OCC::AvatarJob::finished ]:   Retrieved Avatar pixmap!
23-02-15 13:58:34:410 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::reportResult ]: OCC::ConnectionValidator::Connected
23-02-15 13:58:34:410 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::AvatarJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/avatars/simi5599/128.png", "GET", Original-Request-ID: "09b32e72-a2cb-4136-a6cb-8979bf438628", X-Request-ID: "09b32e72-a2cb-4136-a6cb-8979bf438628")
23-02-15 13:58:45:743 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "08159919-d80a-40aa-8cc2-7832725c2e89", X-Request-ID: "08159919-d80a-40aa-8cc2-7832725c2e89") for OCC::QuotaInfo(0x600001bf7250)
23-02-15 13:58:45:936 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 13:58:45:936 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "08159919-d80a-40aa-8cc2-7832725c2e89", X-Request-ID: "08159919-d80a-40aa-8cc2-7832725c2e89")
23-02-15 13:58:53:756 [ info gui.folder ]:  Trying to check "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" for changes via ETag check. (time since last sync: 3127 s)
23-02-15 13:58:53:756 [ debug gui.folder.manager ]  [ OCC::FolderMan::slotRunOneEtagJob ]:  Scheduling "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" to check remote ETag
23-02-15 13:58:53:756 [ info sync.networkjob ]: Created OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "f7ab6762-b238-4252-a1da-577d69b4c5ff", X-Request-ID: "f7ab6762-b238-4252-a1da-577d69b4c5ff") for OCC::Folder(0x7f89a304c400)
23-02-15 13:58:54:335 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://10.10.10.110/drive/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 13:58:54:335 [ info gui.folder.manager ]:  void OCC::FolderMan::setSyncEnabled(bool) true
23-02-15 13:58:54:336 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "f7ab6762-b238-4252-a1da-577d69b4c5ff", X-Request-ID: "f7ab6762-b238-4252-a1da-577d69b4c5ff")
23-02-15 13:59:15:743 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "b9016adb-3731-4de9-9990-6f928a4eb4d4", X-Request-ID: "b9016adb-3731-4de9-9990-6f928a4eb4d4") for OCC::QuotaInfo(0x600001bf7250)
23-02-15 13:59:16:108 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 13:59:16:108 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "b9016adb-3731-4de9-9990-6f928a4eb4d4", X-Request-ID: "b9016adb-3731-4de9-9990-6f928a4eb4d4")
23-02-15 13:59:33:746 [ info gui.folder ]:  Trying to check "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" for changes via ETag check. (time since last sync: 3167 s)
23-02-15 13:59:33:746 [ debug gui.folder.manager ]  [ OCC::FolderMan::slotRunOneEtagJob ]:  Scheduling "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" to check remote ETag
23-02-15 13:59:33:747 [ info sync.networkjob ]: Created OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "cf0db9ee-da72-4c5f-bf6b-a632e2cf9c4a", X-Request-ID: "cf0db9ee-da72-4c5f-bf6b-a632e2cf9c4a") for OCC::Folder(0x7f89a304c400)
23-02-15 13:59:33:959 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://10.10.10.110/drive/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 13:59:33:959 [ info gui.folder.manager ]:  void OCC::FolderMan::setSyncEnabled(bool) true
23-02-15 13:59:33:963 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "cf0db9ee-da72-4c5f-bf6b-a632e2cf9c4a", X-Request-ID: "cf0db9ee-da72-4c5f-bf6b-a632e2cf9c4a")
23-02-15 13:59:35:743 [ warning gui.account.state ]:    checkConnectivity blocking: false
23-02-15 13:59:35:743 [ debug gui.account.state ]   [ OCC::AccountState::checkConnectivity ]:   "Simone@10.10.10.110" The last ETag check succeeded within the last  30 s ( 2 s). No connection check needed!
23-02-15 13:59:35:743 [ warning gui.account.state ]:    checkConnectivity blocking: false
23-02-15 13:59:35:743 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkServer ]:  Checking server and authentication
23-02-15 13:59:35:743 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkServer ]:  Trying to look up system proxy
23-02-15 13:59:35:744 [ info sync.connectionvalidator ]:    No system proxy set by OS
23-02-15 13:59:35:834 [ info sync.checkserverjob ]: status.php returns:  QJsonDocument({"edition":"Community","installed":true,"maintenance":false,"needsDbUpgrade":false,"product":"SZFS Drive","productname":"SZFS Drive","version":"10.11.0.6","versionstring":"10.11.0"})   QNetworkReply::NoError  Reply:  QNetworkReplyHttpImpl(0x6000032404d0)
23-02-15 13:59:35:834 [ info sync.connectionvalidator ]:    ** Application: ownCloud found:  QUrl("https://drive.szfs.cloud/")  with version  "10.11.0"
23-02-15 13:59:35:834 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkAuthentication ]:  # Check whether authenticated propfind works.
23-02-15 13:59:35:835 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/webdav/", "PROPFIND", Original-Request-ID: "acd7dd9e-e762-40b6-9ace-70ee035ce0b2", X-Request-ID: "acd7dd9e-e762-40b6-9ace-70ee035ce0b2") for OCC::ConnectionValidator(0x600003c9ebe0)
23-02-15 13:59:36:001 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/webdav/") FINISHED WITH STATUS "OK"
23-02-15 13:59:36:001 [ info sync.networkjob ]: Created OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json", "GET", Original-Request-ID: "e92c6f0e-9d28-4cf0-b8ab-e5ee3499e468", X-Request-ID: "e92c6f0e-9d28-4cf0-b8ab-e5ee3499e468") for OCC::ConnectionValidator(0x600003c9ebe0)
23-02-15 13:59:36:001 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/webdav/", "PROPFIND", Original-Request-ID: "acd7dd9e-e762-40b6-9ace-70ee035ce0b2", X-Request-ID: "acd7dd9e-e762-40b6-9ace-70ee035ce0b2")
23-02-15 13:59:36:138 [ info sync.networkjob.jsonapi ]: JsonJob of QUrl("https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json") FINISHED WITH STATUS "OK"
23-02-15 13:59:36:139 [ info sync.connectionvalidator ]:    Server capabilities QJsonObject({"checksums":{"preferredUploadType":"SHA1","supportedTypes":["SHA1"]},"core":{"pollinterval":30000,"status":{"edition":"Community","hostname":"szfscloud.hopto.org","installed":true,"maintenance":false,"needsDbUpgrade":false,"product":"SZFS Drive","productname":"SZFS Drive","version":"10.11.0.6","versionstring":"10.11.0"},"support-url-signing":true,"webdav-root":"remote.php/webdav"},"dav":{"chunking":"1.0","propfind":{"depth_infinity":false},"reports":["search-files"],"trashbin":"1.0"},"files":{"bigfilechunking":true,"blacklisted_files":[".htaccess"],"blacklisted_files_regex":"\\.(part|filepart)$","favorites":true,"file_locking_enable_file_action":false,"file_locking_support":true,"privateLinks":true,"privateLinksDetailsParam":true,"undelete":true,"versioning":true},"files_sharing":{"api_enabled":true,"auto_accept_share":true,"can_share":true,"default_permissions":31,"federation":{"incoming":false,"outgoing":false},"group":{"expire_date":{"enabled":false}},"group_sharing":false,"providers_capabilities":{"ocFederatedSharing":{"remote":["shareExpiration"]},"ocinternal":{"group":["shareExpiration"],"link":["shareExpiration","passwordProtected"],"user":["shareExpiration"]}},"public":{"can_create_public_link":true,"defaultPublicLinkShareName":"Collegamento pubblico","enabled":true,"expire_date":{"enabled":false},"multiple":true,"password":{"enforced":false,"enforced_for":{"read_only":false,"read_write":false,"read_write_delete":false,"upload_only":false}},"roles_api":true,"send_mail":true,"social_share":false,"supports_upload_only":true,"upload":true},"remote":{"expire_date":{"enabled":false}},"resharing":true,"search_min_length":2,"share_with_group_members_only":true,"share_with_membership_groups_only":true,"user":{"expire_date":{"enabled":false},"profile_picture":true,"send_mail":false},"user_enumeration":{"enabled":false}}})
23-02-15 13:59:36:139 [ info sync.networkjob ]: Created OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json", "GET", Original-Request-ID: "608074fe-f254-42a9-b0c8-8deb494a80fa", X-Request-ID: "608074fe-f254-42a9-b0c8-8deb494a80fa") for OCC::ConnectionValidator(0x600003c9ebe0)
23-02-15 13:59:36:139 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json", "GET", Original-Request-ID: "e92c6f0e-9d28-4cf0-b8ab-e5ee3499e468", X-Request-ID: "e92c6f0e-9d28-4cf0-b8ab-e5ee3499e468")
23-02-15 13:59:36:272 [ info sync.networkjob.jsonapi ]: JsonJob of QUrl("https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json") FINISHED WITH STATUS "OK"
23-02-15 13:59:36:272 [ info sync.networkjob ]: Created OCC::AvatarJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/avatars/simi5599/128.png", "GET", Original-Request-ID: "3088c3c0-b281-49d1-ac87-e4942c778cbd", X-Request-ID: "3088c3c0-b281-49d1-ac87-e4942c778cbd") for OCC::ConnectionValidator(0x600003c9ebe0)
23-02-15 13:59:36:272 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json", "GET", Original-Request-ID: "608074fe-f254-42a9-b0c8-8deb494a80fa", X-Request-ID: "608074fe-f254-42a9-b0c8-8deb494a80fa")
23-02-15 13:59:36:420 [ debug sync.networkjob.avatar ]  [ OCC::AvatarJob::finished ]:   Retrieved Avatar pixmap!
23-02-15 13:59:36:420 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::reportResult ]: OCC::ConnectionValidator::Connected
23-02-15 13:59:36:420 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::AvatarJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/avatars/simi5599/128.png", "GET", Original-Request-ID: "3088c3c0-b281-49d1-ac87-e4942c778cbd", X-Request-ID: "3088c3c0-b281-49d1-ac87-e4942c778cbd")
23-02-15 13:59:45:742 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "30da87d8-e9fd-4ad1-ae94-346a986d12d1", X-Request-ID: "30da87d8-e9fd-4ad1-ae94-346a986d12d1") for OCC::QuotaInfo(0x600001bf7250)
23-02-15 13:59:46:137 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 13:59:46:138 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "30da87d8-e9fd-4ad1-ae94-346a986d12d1", X-Request-ID: "30da87d8-e9fd-4ad1-ae94-346a986d12d1")
23-02-15 14:00:13:743 [ info gui.folder ]:  Trying to check "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" for changes via ETag check. (time since last sync: 3207 s)
23-02-15 14:00:13:744 [ debug gui.folder.manager ]  [ OCC::FolderMan::slotRunOneEtagJob ]:  Scheduling "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" to check remote ETag
23-02-15 14:00:13:744 [ info sync.networkjob ]: Created OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "68cfba0e-0bd1-4b59-896c-4d73ab6e26ef", X-Request-ID: "68cfba0e-0bd1-4b59-896c-4d73ab6e26ef") for OCC::Folder(0x7f89a304c400)
23-02-15 14:00:15:150 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://10.10.10.110/drive/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 14:00:15:150 [ info gui.folder.manager ]:  void OCC::FolderMan::setSyncEnabled(bool) true
23-02-15 14:00:15:154 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "68cfba0e-0bd1-4b59-896c-4d73ab6e26ef", X-Request-ID: "68cfba0e-0bd1-4b59-896c-4d73ab6e26ef")
23-02-15 14:00:15:767 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "488351a0-bb44-44c2-96ab-4b65484dbbda", X-Request-ID: "488351a0-bb44-44c2-96ab-4b65484dbbda") for OCC::QuotaInfo(0x600001bf7250)
23-02-15 14:00:15:939 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 14:00:15:939 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "488351a0-bb44-44c2-96ab-4b65484dbbda", X-Request-ID: "488351a0-bb44-44c2-96ab-4b65484dbbda")
23-02-15 14:00:37:742 [ warning gui.account.state ]:    checkConnectivity blocking: false
23-02-15 14:00:37:742 [ debug gui.account.state ]   [ OCC::AccountState::checkConnectivity ]:   "Simone@10.10.10.110" The last ETag check succeeded within the last  30 s ( 24 s). No connection check needed!
23-02-15 14:00:37:742 [ warning gui.account.state ]:    checkConnectivity blocking: false
23-02-15 14:00:37:742 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkServer ]:  Checking server and authentication
23-02-15 14:00:37:742 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkServer ]:  Trying to look up system proxy
23-02-15 14:00:37:744 [ info sync.connectionvalidator ]:    No system proxy set by OS
23-02-15 14:00:38:368 [ info sync.checkserverjob ]: status.php returns:  QJsonDocument({"edition":"Community","installed":true,"maintenance":false,"needsDbUpgrade":false,"product":"SZFS Drive","productname":"SZFS Drive","version":"10.11.0.6","versionstring":"10.11.0"})   QNetworkReply::NoError  Reply:  QNetworkReplyHttpImpl(0x600003240bf0)
23-02-15 14:00:38:368 [ info sync.connectionvalidator ]:    ** Application: ownCloud found:  QUrl("https://drive.szfs.cloud/")  with version  "10.11.0"
23-02-15 14:00:38:368 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkAuthentication ]:  # Check whether authenticated propfind works.
23-02-15 14:00:38:369 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/webdav/", "PROPFIND", Original-Request-ID: "6574536f-bf02-4bed-ad96-47111d6306b2", X-Request-ID: "6574536f-bf02-4bed-ad96-47111d6306b2") for OCC::ConnectionValidator(0x600003cc3750)
23-02-15 14:00:38:513 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/webdav/") FINISHED WITH STATUS "OK"
23-02-15 14:00:38:514 [ info sync.networkjob ]: Created OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json", "GET", Original-Request-ID: "ee2e5441-3b36-479d-80c2-4f6c8caea567", X-Request-ID: "ee2e5441-3b36-479d-80c2-4f6c8caea567") for OCC::ConnectionValidator(0x600003cc3750)
23-02-15 14:00:38:514 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/webdav/", "PROPFIND", Original-Request-ID: "6574536f-bf02-4bed-ad96-47111d6306b2", X-Request-ID: "6574536f-bf02-4bed-ad96-47111d6306b2")
23-02-15 14:00:38:640 [ info sync.networkjob.jsonapi ]: JsonJob of QUrl("https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json") FINISHED WITH STATUS "OK"
23-02-15 14:00:38:640 [ info sync.connectionvalidator ]:    Server capabilities QJsonObject({"checksums":{"preferredUploadType":"SHA1","supportedTypes":["SHA1"]},"core":{"pollinterval":30000,"status":{"edition":"Community","hostname":"szfscloud.hopto.org","installed":true,"maintenance":false,"needsDbUpgrade":false,"product":"SZFS Drive","productname":"SZFS Drive","version":"10.11.0.6","versionstring":"10.11.0"},"support-url-signing":true,"webdav-root":"remote.php/webdav"},"dav":{"chunking":"1.0","propfind":{"depth_infinity":false},"reports":["search-files"],"trashbin":"1.0"},"files":{"bigfilechunking":true,"blacklisted_files":[".htaccess"],"blacklisted_files_regex":"\\.(part|filepart)$","favorites":true,"file_locking_enable_file_action":false,"file_locking_support":true,"privateLinks":true,"privateLinksDetailsParam":true,"undelete":true,"versioning":true},"files_sharing":{"api_enabled":true,"auto_accept_share":true,"can_share":true,"default_permissions":31,"federation":{"incoming":false,"outgoing":false},"group":{"expire_date":{"enabled":false}},"group_sharing":false,"providers_capabilities":{"ocFederatedSharing":{"remote":["shareExpiration"]},"ocinternal":{"group":["shareExpiration"],"link":["shareExpiration","passwordProtected"],"user":["shareExpiration"]}},"public":{"can_create_public_link":true,"defaultPublicLinkShareName":"Collegamento pubblico","enabled":true,"expire_date":{"enabled":false},"multiple":true,"password":{"enforced":false,"enforced_for":{"read_only":false,"read_write":false,"read_write_delete":false,"upload_only":false}},"roles_api":true,"send_mail":true,"social_share":false,"supports_upload_only":true,"upload":true},"remote":{"expire_date":{"enabled":false}},"resharing":true,"search_min_length":2,"share_with_group_members_only":true,"share_with_membership_groups_only":true,"user":{"expire_date":{"enabled":false},"profile_picture":true,"send_mail":false},"user_enumeration":{"enabled":false}}})
23-02-15 14:00:38:641 [ info sync.networkjob ]: Created OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json", "GET", Original-Request-ID: "ba1a7a95-47aa-404c-9b5c-852377128f2e", X-Request-ID: "ba1a7a95-47aa-404c-9b5c-852377128f2e") for OCC::ConnectionValidator(0x600003cc3750)
23-02-15 14:00:38:641 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json", "GET", Original-Request-ID: "ee2e5441-3b36-479d-80c2-4f6c8caea567", X-Request-ID: "ee2e5441-3b36-479d-80c2-4f6c8caea567")
23-02-15 14:00:38:710 [ info sync.networkjob.jsonapi ]: JsonJob of QUrl("https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json") FINISHED WITH STATUS "OK"
23-02-15 14:00:38:710 [ info sync.networkjob ]: Created OCC::AvatarJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/avatars/simi5599/128.png", "GET", Original-Request-ID: "7d217ae3-e7f2-4604-8193-2ace95e8d38d", X-Request-ID: "7d217ae3-e7f2-4604-8193-2ace95e8d38d") for OCC::ConnectionValidator(0x600003cc3750)
23-02-15 14:00:38:710 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json", "GET", Original-Request-ID: "ba1a7a95-47aa-404c-9b5c-852377128f2e", X-Request-ID: "ba1a7a95-47aa-404c-9b5c-852377128f2e")
23-02-15 14:00:38:839 [ debug sync.networkjob.avatar ]  [ OCC::AvatarJob::finished ]:   Retrieved Avatar pixmap!
23-02-15 14:00:38:839 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::reportResult ]: OCC::ConnectionValidator::Connected
23-02-15 14:00:38:839 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::AvatarJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/avatars/simi5599/128.png", "GET", Original-Request-ID: "7d217ae3-e7f2-4604-8193-2ace95e8d38d", X-Request-ID: "7d217ae3-e7f2-4604-8193-2ace95e8d38d")
23-02-15 14:00:45:743 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "810a3418-d533-46dc-a709-aca7c79cc5b9", X-Request-ID: "810a3418-d533-46dc-a709-aca7c79cc5b9") for OCC::QuotaInfo(0x600001bf7250)
23-02-15 14:00:46:113 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 14:00:46:113 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "810a3418-d533-46dc-a709-aca7c79cc5b9", X-Request-ID: "810a3418-d533-46dc-a709-aca7c79cc5b9")
23-02-15 14:00:53:756 [ info gui.folder ]:  Trying to check "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" for changes via ETag check. (time since last sync: 3247 s)
23-02-15 14:00:53:757 [ debug gui.folder.manager ]  [ OCC::FolderMan::slotRunOneEtagJob ]:  Scheduling "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" to check remote ETag
23-02-15 14:00:53:757 [ info sync.networkjob ]: Created OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "f7ca937a-8f84-4418-b066-d531d2b3f64e", X-Request-ID: "f7ca937a-8f84-4418-b066-d531d2b3f64e") for OCC::Folder(0x7f89a304c400)
23-02-15 14:00:53:924 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://10.10.10.110/drive/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 14:00:53:926 [ info gui.folder.manager ]:  void OCC::FolderMan::setSyncEnabled(bool) true
23-02-15 14:00:53:929 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "f7ca937a-8f84-4418-b066-d531d2b3f64e", X-Request-ID: "f7ca937a-8f84-4418-b066-d531d2b3f64e")
23-02-15 14:01:15:756 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "e8db2894-88d9-49ee-bfdf-68e6c2f6eb3f", X-Request-ID: "e8db2894-88d9-49ee-bfdf-68e6c2f6eb3f") for OCC::QuotaInfo(0x600001bf7250)
23-02-15 14:01:15:994 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 14:01:15:996 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "e8db2894-88d9-49ee-bfdf-68e6c2f6eb3f", X-Request-ID: "e8db2894-88d9-49ee-bfdf-68e6c2f6eb3f")
23-02-15 14:01:33:741 [ info gui.folder ]:  Trying to check "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" for changes via ETag check. (time since last sync: 3287 s)
23-02-15 14:01:33:741 [ debug gui.folder.manager ]  [ OCC::FolderMan::slotRunOneEtagJob ]:  Scheduling "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" to check remote ETag
23-02-15 14:01:33:741 [ info sync.networkjob ]: Created OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "5a8f834e-c36c-4159-a753-5967cbf2c85a", X-Request-ID: "5a8f834e-c36c-4159-a753-5967cbf2c85a") for OCC::Folder(0x7f89a304c400)
23-02-15 14:01:34:274 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://10.10.10.110/drive/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 14:01:34:274 [ info gui.folder.manager ]:  void OCC::FolderMan::setSyncEnabled(bool) true
23-02-15 14:01:34:276 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "5a8f834e-c36c-4159-a753-5967cbf2c85a", X-Request-ID: "5a8f834e-c36c-4159-a753-5967cbf2c85a")
23-02-15 14:01:37:741 [ info gui.servernotification ]:  Account "Simone@10.10.10.110" does not have notifications enabled.
23-02-15 14:01:37:742 [ info gui.servernotification ]:  Account "Simone@drive.szfs.cloud" does not have notifications enabled.
23-02-15 14:01:39:741 [ warning gui.account.state ]:    checkConnectivity blocking: false
23-02-15 14:01:39:741 [ debug gui.account.state ]   [ OCC::AccountState::checkConnectivity ]:   "Simone@10.10.10.110" The last ETag check succeeded within the last  30 s ( 5 s). No connection check needed!
23-02-15 14:01:39:741 [ warning gui.account.state ]:    checkConnectivity blocking: false
23-02-15 14:01:39:741 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkServer ]:  Checking server and authentication
23-02-15 14:01:39:742 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkServer ]:  Trying to look up system proxy
23-02-15 14:01:39:742 [ info sync.connectionvalidator ]:    No system proxy set by OS
23-02-15 14:01:39:934 [ info sync.checkserverjob ]: status.php returns:  QJsonDocument({"edition":"Community","installed":true,"maintenance":false,"needsDbUpgrade":false,"product":"SZFS Drive","productname":"SZFS Drive","version":"10.11.0.6","versionstring":"10.11.0"})   QNetworkReply::NoError  Reply:  QNetworkReplyHttpImpl(0x60000325f510)
23-02-15 14:01:39:934 [ info sync.connectionvalidator ]:    ** Application: ownCloud found:  QUrl("https://drive.szfs.cloud/")  with version  "10.11.0"
23-02-15 14:01:39:934 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkAuthentication ]:  # Check whether authenticated propfind works.
23-02-15 14:01:39:935 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/webdav/", "PROPFIND", Original-Request-ID: "f2beefcb-29e3-44c9-96ef-5111a9c787de", X-Request-ID: "f2beefcb-29e3-44c9-96ef-5111a9c787de") for OCC::ConnectionValidator(0x600003c4dc80)
23-02-15 14:01:40:416 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/webdav/") FINISHED WITH STATUS "OK"
23-02-15 14:01:40:417 [ info sync.networkjob ]: Created OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json", "GET", Original-Request-ID: "4cb5390f-be59-4737-894b-5103d89cb748", X-Request-ID: "4cb5390f-be59-4737-894b-5103d89cb748") for OCC::ConnectionValidator(0x600003c4dc80)
23-02-15 14:01:40:417 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/webdav/", "PROPFIND", Original-Request-ID: "f2beefcb-29e3-44c9-96ef-5111a9c787de", X-Request-ID: "f2beefcb-29e3-44c9-96ef-5111a9c787de")
23-02-15 14:01:40:556 [ info sync.networkjob.jsonapi ]: JsonJob of QUrl("https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json") FINISHED WITH STATUS "OK"
23-02-15 14:01:40:556 [ info sync.connectionvalidator ]:    Server capabilities QJsonObject({"checksums":{"preferredUploadType":"SHA1","supportedTypes":["SHA1"]},"core":{"pollinterval":30000,"status":{"edition":"Community","hostname":"szfscloud.hopto.org","installed":true,"maintenance":false,"needsDbUpgrade":false,"product":"SZFS Drive","productname":"SZFS Drive","version":"10.11.0.6","versionstring":"10.11.0"},"support-url-signing":true,"webdav-root":"remote.php/webdav"},"dav":{"chunking":"1.0","propfind":{"depth_infinity":false},"reports":["search-files"],"trashbin":"1.0"},"files":{"bigfilechunking":true,"blacklisted_files":[".htaccess"],"blacklisted_files_regex":"\\.(part|filepart)$","favorites":true,"file_locking_enable_file_action":false,"file_locking_support":true,"privateLinks":true,"privateLinksDetailsParam":true,"undelete":true,"versioning":true},"files_sharing":{"api_enabled":true,"auto_accept_share":true,"can_share":true,"default_permissions":31,"federation":{"incoming":false,"outgoing":false},"group":{"expire_date":{"enabled":false}},"group_sharing":false,"providers_capabilities":{"ocFederatedSharing":{"remote":["shareExpiration"]},"ocinternal":{"group":["shareExpiration"],"link":["shareExpiration","passwordProtected"],"user":["shareExpiration"]}},"public":{"can_create_public_link":true,"defaultPublicLinkShareName":"Collegamento pubblico","enabled":true,"expire_date":{"enabled":false},"multiple":true,"password":{"enforced":false,"enforced_for":{"read_only":false,"read_write":false,"read_write_delete":false,"upload_only":false}},"roles_api":true,"send_mail":true,"social_share":false,"supports_upload_only":true,"upload":true},"remote":{"expire_date":{"enabled":false}},"resharing":true,"search_min_length":2,"share_with_group_members_only":true,"share_with_membership_groups_only":true,"user":{"expire_date":{"enabled":false},"profile_picture":true,"send_mail":false},"user_enumeration":{"enabled":false}}})
23-02-15 14:01:40:557 [ info sync.networkjob ]: Created OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json", "GET", Original-Request-ID: "9203d693-4fb2-4ac3-b134-494a25289797", X-Request-ID: "9203d693-4fb2-4ac3-b134-494a25289797") for OCC::ConnectionValidator(0x600003c4dc80)
23-02-15 14:01:40:557 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json", "GET", Original-Request-ID: "4cb5390f-be59-4737-894b-5103d89cb748", X-Request-ID: "4cb5390f-be59-4737-894b-5103d89cb748")
23-02-15 14:01:40:706 [ info sync.networkjob.jsonapi ]: JsonJob of QUrl("https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json") FINISHED WITH STATUS "OK"
23-02-15 14:01:40:707 [ info sync.networkjob ]: Created OCC::AvatarJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/avatars/simi5599/128.png", "GET", Original-Request-ID: "cabb8680-73ba-4332-873f-f98e5ece8df0", X-Request-ID: "cabb8680-73ba-4332-873f-f98e5ece8df0") for OCC::ConnectionValidator(0x600003c4dc80)
23-02-15 14:01:40:707 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json", "GET", Original-Request-ID: "9203d693-4fb2-4ac3-b134-494a25289797", X-Request-ID: "9203d693-4fb2-4ac3-b134-494a25289797")
23-02-15 14:01:40:808 [ debug sync.networkjob.avatar ]  [ OCC::AvatarJob::finished ]:   Retrieved Avatar pixmap!
23-02-15 14:01:40:808 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::reportResult ]: OCC::ConnectionValidator::Connected
23-02-15 14:01:40:808 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::AvatarJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/avatars/simi5599/128.png", "GET", Original-Request-ID: "cabb8680-73ba-4332-873f-f98e5ece8df0", X-Request-ID: "cabb8680-73ba-4332-873f-f98e5ece8df0")
23-02-15 14:01:45:742 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "7dacae7b-3e10-4d10-aad8-2d669e549a88", X-Request-ID: "7dacae7b-3e10-4d10-aad8-2d669e549a88") for OCC::QuotaInfo(0x600001bf7250)
23-02-15 14:01:45:938 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 14:01:45:939 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "7dacae7b-3e10-4d10-aad8-2d669e549a88", X-Request-ID: "7dacae7b-3e10-4d10-aad8-2d669e549a88")
23-02-15 14:02:13:757 [ info gui.folder ]:  Trying to check "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" for changes via ETag check. (time since last sync: 3327 s)
23-02-15 14:02:13:758 [ debug gui.folder.manager ]  [ OCC::FolderMan::slotRunOneEtagJob ]:  Scheduling "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" to check remote ETag
23-02-15 14:02:13:758 [ info sync.networkjob ]: Created OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "21c2c42d-8ad6-4bb7-b1ab-de5a2441525f", X-Request-ID: "21c2c42d-8ad6-4bb7-b1ab-de5a2441525f") for OCC::Folder(0x7f89a304c400)
23-02-15 14:02:14:632 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://10.10.10.110/drive/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 14:02:14:633 [ info gui.folder.manager ]:  void OCC::FolderMan::setSyncEnabled(bool) true
23-02-15 14:02:14:639 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "21c2c42d-8ad6-4bb7-b1ab-de5a2441525f", X-Request-ID: "21c2c42d-8ad6-4bb7-b1ab-de5a2441525f")
23-02-15 14:02:15:766 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "805f2d35-1fc6-4a2b-9444-91049f401249", X-Request-ID: "805f2d35-1fc6-4a2b-9444-91049f401249") for OCC::QuotaInfo(0x600001bf7250)
23-02-15 14:02:16:141 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 14:02:16:159 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "805f2d35-1fc6-4a2b-9444-91049f401249", X-Request-ID: "805f2d35-1fc6-4a2b-9444-91049f401249")
23-02-15 14:02:41:877 [ warning gui.account.state ]:    checkConnectivity blocking: false
23-02-15 14:02:41:877 [ debug gui.account.state ]   [ OCC::AccountState::checkConnectivity ]:   "Simone@10.10.10.110" The last ETag check succeeded within the last  30 s ( 27 s). No connection check needed!
23-02-15 14:02:41:877 [ warning gui.account.state ]:    checkConnectivity blocking: false
23-02-15 14:02:41:877 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkServer ]:  Checking server and authentication
23-02-15 14:02:41:877 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkServer ]:  Trying to look up system proxy
23-02-15 14:02:41:888 [ info sync.connectionvalidator ]:    No system proxy set by OS
23-02-15 14:02:42:044 [ info sync.checkserverjob ]: status.php returns:  QJsonDocument({"edition":"Community","installed":true,"maintenance":false,"needsDbUpgrade":false,"product":"SZFS Drive","productname":"SZFS Drive","version":"10.11.0.6","versionstring":"10.11.0"})   QNetworkReply::NoError  Reply:  QNetworkReplyHttpImpl(0x60000325f320)
23-02-15 14:02:42:045 [ info sync.connectionvalidator ]:    ** Application: ownCloud found:  QUrl("https://drive.szfs.cloud/")  with version  "10.11.0"
23-02-15 14:02:42:056 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkAuthentication ]:  # Check whether authenticated propfind works.
23-02-15 14:02:42:057 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/webdav/", "PROPFIND", Original-Request-ID: "6d778f61-35c0-42a6-83f7-4873ea3e24fc", X-Request-ID: "6d778f61-35c0-42a6-83f7-4873ea3e24fc") for OCC::ConnectionValidator(0x600003caf6c0)
23-02-15 14:02:42:668 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/webdav/") FINISHED WITH STATUS "OK"
23-02-15 14:02:42:669 [ info sync.networkjob ]: Created OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json", "GET", Original-Request-ID: "e804dc50-e967-4c7d-badf-a324d0d218bb", X-Request-ID: "e804dc50-e967-4c7d-badf-a324d0d218bb") for OCC::ConnectionValidator(0x600003caf6c0)
23-02-15 14:02:42:669 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/webdav/", "PROPFIND", Original-Request-ID: "6d778f61-35c0-42a6-83f7-4873ea3e24fc", X-Request-ID: "6d778f61-35c0-42a6-83f7-4873ea3e24fc")
23-02-15 14:02:42:870 [ info sync.networkjob.jsonapi ]: JsonJob of QUrl("https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json") FINISHED WITH STATUS "OK"
23-02-15 14:02:42:870 [ info sync.connectionvalidator ]:    Server capabilities QJsonObject({"checksums":{"preferredUploadType":"SHA1","supportedTypes":["SHA1"]},"core":{"pollinterval":30000,"status":{"edition":"Community","hostname":"szfscloud.hopto.org","installed":true,"maintenance":false,"needsDbUpgrade":false,"product":"SZFS Drive","productname":"SZFS Drive","version":"10.11.0.6","versionstring":"10.11.0"},"support-url-signing":true,"webdav-root":"remote.php/webdav"},"dav":{"chunking":"1.0","propfind":{"depth_infinity":false},"reports":["search-files"],"trashbin":"1.0"},"files":{"bigfilechunking":true,"blacklisted_files":[".htaccess"],"blacklisted_files_regex":"\\.(part|filepart)$","favorites":true,"file_locking_enable_file_action":false,"file_locking_support":true,"privateLinks":true,"privateLinksDetailsParam":true,"undelete":true,"versioning":true},"files_sharing":{"api_enabled":true,"auto_accept_share":true,"can_share":true,"default_permissions":31,"federation":{"incoming":false,"outgoing":false},"group":{"expire_date":{"enabled":false}},"group_sharing":false,"providers_capabilities":{"ocFederatedSharing":{"remote":["shareExpiration"]},"ocinternal":{"group":["shareExpiration"],"link":["shareExpiration","passwordProtected"],"user":["shareExpiration"]}},"public":{"can_create_public_link":true,"defaultPublicLinkShareName":"Collegamento pubblico","enabled":true,"expire_date":{"enabled":false},"multiple":true,"password":{"enforced":false,"enforced_for":{"read_only":false,"read_write":false,"read_write_delete":false,"upload_only":false}},"roles_api":true,"send_mail":true,"social_share":false,"supports_upload_only":true,"upload":true},"remote":{"expire_date":{"enabled":false}},"resharing":true,"search_min_length":2,"share_with_group_members_only":true,"share_with_membership_groups_only":true,"user":{"expire_date":{"enabled":false},"profile_picture":true,"send_mail":false},"user_enumeration":{"enabled":false}}})
23-02-15 14:02:42:871 [ info sync.networkjob ]: Created OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json", "GET", Original-Request-ID: "5e8c9e04-2dc1-49b6-9d0e-eb0ee904e2c5", X-Request-ID: "5e8c9e04-2dc1-49b6-9d0e-eb0ee904e2c5") for OCC::ConnectionValidator(0x600003caf6c0)
23-02-15 14:02:42:871 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/capabilities?format=json", "GET", Original-Request-ID: "e804dc50-e967-4c7d-badf-a324d0d218bb", X-Request-ID: "e804dc50-e967-4c7d-badf-a324d0d218bb")
23-02-15 14:02:43:039 [ info sync.networkjob.jsonapi ]: JsonJob of QUrl("https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json") FINISHED WITH STATUS "OK"
23-02-15 14:02:43:039 [ info sync.networkjob ]: Created OCC::AvatarJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/avatars/simi5599/128.png", "GET", Original-Request-ID: "a36ace9a-6e72-442b-9f62-5244a4fdffa0", X-Request-ID: "a36ace9a-6e72-442b-9f62-5244a4fdffa0") for OCC::ConnectionValidator(0x600003caf6c0)
23-02-15 14:02:43:039 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::JsonApiJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/ocs/v2.php/cloud/user?format=json", "GET", Original-Request-ID: "5e8c9e04-2dc1-49b6-9d0e-eb0ee904e2c5", X-Request-ID: "5e8c9e04-2dc1-49b6-9d0e-eb0ee904e2c5")
23-02-15 14:02:43:157 [ debug sync.networkjob.avatar ]  [ OCC::AvatarJob::finished ]:   Retrieved Avatar pixmap!
23-02-15 14:02:43:157 [ debug sync.connectionvalidator ]    [ OCC::ConnectionValidator::reportResult ]: OCC::ConnectionValidator::Connected
23-02-15 14:02:43:158 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::AvatarJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/avatars/simi5599/128.png", "GET", Original-Request-ID: "a36ace9a-6e72-442b-9f62-5244a4fdffa0", X-Request-ID: "a36ace9a-6e72-442b-9f62-5244a4fdffa0")
23-02-15 14:02:45:741 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "d71632fe-6880-40d2-86df-32dbf27066e4", X-Request-ID: "d71632fe-6880-40d2-86df-32dbf27066e4") for OCC::QuotaInfo(0x600001bf7250)
23-02-15 14:02:45:904 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 14:02:45:904 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "d71632fe-6880-40d2-86df-32dbf27066e4", X-Request-ID: "d71632fe-6880-40d2-86df-32dbf27066e4")
23-02-15 14:02:53:756 [ info gui.folder ]:  Trying to check "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" for changes via ETag check. (time since last sync: 3367 s)
23-02-15 14:02:53:761 [ debug gui.folder.manager ]  [ OCC::FolderMan::slotRunOneEtagJob ]:  Scheduling "https://10.10.10.110/drive/remote.php/dav/files/simi5599/" to check remote ETag
23-02-15 14:02:53:771 [ info sync.networkjob ]: Created OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "b6536c77-faa6-4e62-8ae0-e3eefe4c6974", X-Request-ID: "b6536c77-faa6-4e62-8ae0-e3eefe4c6974") for OCC::Folder(0x7f89a304c400)
23-02-15 14:02:53:956 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://10.10.10.110/drive/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"
23-02-15 14:02:53:956 [ info gui.folder.manager ]:  void OCC::FolderMan::setSyncEnabled(bool) true
23-02-15 14:02:53:964 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::RequestEtagJob(OCC::Account("Simone@10.10.10.110"), "https://10.10.10.110/drive/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "b6536c77-faa6-4e62-8ae0-e3eefe4c6974", X-Request-ID: "b6536c77-faa6-4e62-8ae0-e3eefe4c6974")
23-02-15 14:03:15:747 [ info sync.networkjob ]: Created OCC::PropfindJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/", "PROPFIND", Original-Request-ID: "c9233c4d-164c-4cc8-8c7b-4d61d7cc7a4e", X-Request-ID: "c9233c4d-164c-4cc8-8c7b-4d61d7cc7a4e") for OCC::QuotaInfo(0x600001bf7250)
23-02-15 14:03:15:749 [ warning sync.networkjob.get ]:  OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd", "GET", Original-Request-ID: "1cacf0fb-eb6b-4b6e-aaee-13d95358ea27", X-Request-ID: "1cacf0fb-eb6b-4b6e-aaee-13d95358ea27", NetworkError: "Operation canceled", timedout) timeout
23-02-15 14:03:15:751 [ critical default ]: ASSERT: "!_responseTimestamp.isEmpty() || _aborted || (reply() && reply()->error() == QNetworkReply::RemoteHostClosedError)" in file /private/var/folders/s_/29j5jn_972502zl0mp1m6n9h0000gn/T/drone-X4vWdCO0sHdV0Fpt/drone/src/src/macos-64-clang/ownCloud-3.1.0.9872/src/libsync/abstractnetworkjob.cpp, line 230 QByteArray OCC::AbstractNetworkJob::responseTimestamp() const
23-02-15 14:03:15:753 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "DELETE FROM downloadinfo WHERE path=?1" Try: 0
23-02-15 14:03:15:753 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 14:03:15:753 [ warning sync.propagator ]:  Could not complete propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd" by OCC::PropagateDownloadFile(0x6000007b8420) with status OCC::SyncFileItem::FatalError and error: "Connection Timeout"
23-02-15 14:03:15:773 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd" OCC::SyncFileItem::FatalError SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 14:03:15:781 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:791 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:794 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:796 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:799 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:801 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:803 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:821 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:824 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:840 [ debug sync.localdiscoverytracker ]  [ OCC::LocalDiscoveryTracker::slotItemCompleted ]:  inserted error item "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd"
23-02-15 14:03:15:842 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/Skip_TPM_Check_on_Dynamic_Update.cmd", "GET", Original-Request-ID: "1cacf0fb-eb6b-4b6e-aaee-13d95358ea27", X-Request-ID: "1cacf0fb-eb6b-4b6e-aaee-13d95358ea27", NetworkError: "Operation canceled", timedout)
23-02-15 14:03:15:843 [ warning sync.networkjob.get ]:  OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd", "GET", Original-Request-ID: "d00b2db8-0315-4cb8-b6c1-0ea1d9340301", X-Request-ID: "d00b2db8-0315-4cb8-b6c1-0ea1d9340301", NetworkError: "Operation canceled", timedout) timeout
23-02-15 14:03:15:843 [ critical default ]: ASSERT: "!_responseTimestamp.isEmpty() || _aborted || (reply() && reply()->error() == QNetworkReply::RemoteHostClosedError)" in file /private/var/folders/s_/29j5jn_972502zl0mp1m6n9h0000gn/T/drone-X4vWdCO0sHdV0Fpt/drone/src/src/macos-64-clang/ownCloud-3.1.0.9872/src/libsync/abstractnetworkjob.cpp, line 230 QByteArray OCC::AbstractNetworkJob::responseTimestamp() const
23-02-15 14:03:15:852 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "DELETE FROM downloadinfo WHERE path=?1" Try: 0
23-02-15 14:03:15:853 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 14:03:15:853 [ warning sync.propagator ]:  Could not complete propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd" by OCC::PropagateDownloadFile(0x6000007b25d0) with status OCC::SyncFileItem::FatalError and error: "Connection Timeout"
23-02-15 14:03:15:866 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd" OCC::SyncFileItem::FatalError SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 14:03:15:866 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:869 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:870 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:872 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:879 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:884 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:886 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:889 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:899 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:905 [ debug sync.localdiscoverytracker ]  [ OCC::LocalDiscoveryTracker::slotItemCompleted ]:  inserted error item "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd"
23-02-15 14:03:15:906 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/old/Skip_TPM_Check_on_Dynamic_Update.cmd", "GET", Original-Request-ID: "d00b2db8-0315-4cb8-b6c1-0ea1d9340301", X-Request-ID: "d00b2db8-0315-4cb8-b6c1-0ea1d9340301", NetworkError: "Operation canceled", timedout)
23-02-15 14:03:15:906 [ info sync.propagator ]: Starting SyncInstruction(CSYNC_INSTRUCTION_SYNC) propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/then run vanilla iso to upgrade.txt" by OCC::PropagateDownloadFile(0x6000007b63c0)
23-02-15 14:03:15:907 [ debug sync.propagator.download ]    [ OCC::PropagateDownloadFile::start ]:  "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/then run vanilla iso to upgrade.txt" 2
23-02-15 14:03:15:907 [ debug sync.propagator ] [ OCC::OwncloudPropagator::localFileNameClash ]:    CaseClashCheck for  "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/then run vanilla iso to upgrade.txt"
23-02-15 14:03:15:908 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ?1 , ?2, ?3, ?4 )" Try: 0
23-02-15 14:03:15:908 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 14:03:15:908 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "download file start" and starting new transaction
23-02-15 14:03:15:910 [ debug sync.networkjob.get ] [ OCC::GETFileJob::start ]: QObject(0x0) false false
23-02-15 14:03:15:911 [ info sync.networkjob ]: Created OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/then run vanilla iso to upgrade.txt", "GET", Original-Request-ID: "022112f6-60b1-4529-87f3-3e4fc16c4237", X-Request-ID: "022112f6-60b1-4529-87f3-3e4fc16c4237") for OCC::PropagateDownloadFile(0x6000007b63c0)
23-02-15 14:03:15:911 [ warning sync.propagator ]:  Could not complete propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso" by OCC::PropagateDownloadFile(0x6000007b8000) with status OCC::SyncFileItem::FatalError and error: "Operation canceled"
23-02-15 14:03:15:927 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso" OCC::SyncFileItem::FatalError SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 14:03:15:929 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:933 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:942 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:944 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:945 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:947 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:949 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:951 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:952 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:975 [ debug sync.localdiscoverytracker ]  [ OCC::LocalDiscoveryTracker::slotItemCompleted ]:  inserted error item "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso"
23-02-15 14:03:15:975 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso", "GET", Original-Request-ID: "941ceccb-a206-43a7-bb79-d2478347f8c8", X-Request-ID: "941ceccb-a206-43a7-bb79-d2478347f8c8", NetworkError: "Operation canceled")
23-02-15 14:03:15:979 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "DELETE FROM downloadinfo WHERE path=?1" Try: 0
23-02-15 14:03:15:981 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 14:03:15:981 [ warning sync.propagator ]:  Could not complete propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/then run vanilla iso to upgrade.txt" by OCC::PropagateDownloadFile(0x6000007b63c0) with status OCC::SyncFileItem::FatalError and error: "Operation canceled"
23-02-15 14:03:15:986 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/then run vanilla iso to upgrade.txt" OCC::SyncFileItem::FatalError SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 14:03:15:987 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:988 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:989 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:992 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:15:999 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:010 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:020 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:033 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:039 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:043 [ debug sync.localdiscoverytracker ]  [ OCC::LocalDiscoveryTracker::slotItemCompleted ]:  inserted error item "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/then run vanilla iso to upgrade.txt"
23-02-15 14:03:16:044 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Upgrade script/then run vanilla iso to upgrade.txt", "GET", Original-Request-ID: "022112f6-60b1-4529-87f3-3e4fc16c4237", X-Request-ID: "022112f6-60b1-4529-87f3-3e4fc16c4237", NetworkError: "Operation canceled")
23-02-15 14:03:16:047 [ warning sync.propagator ]:  Could not complete propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso" by OCC::PropagateDownloadFile(0x6000007bc580) with status OCC::SyncFileItem::FatalError and error: "Operation canceled"
23-02-15 14:03:16:055 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso" OCC::SyncFileItem::FatalError SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 14:03:16:056 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:062 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:075 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:079 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:080 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:081 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:083 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:085 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:087 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:089 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:094 [ debug sync.localdiscoverytracker ]  [ OCC::LocalDiscoveryTracker::slotItemCompleted ]:  inserted error item "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso"
23-02-15 14:03:16:094 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso", "GET", Original-Request-ID: "74be360a-60b5-45fd-9721-e63bfe8b1550", X-Request-ID: "74be360a-60b5-45fd-9721-e63bfe8b1550", NetworkError: "Operation canceled")
23-02-15 14:03:16:094 [ info sync.propagator ]: Starting SyncInstruction(CSYNC_INSTRUCTION_SYNC) propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite/Tiny 11 (22H2) by Harbour of Tech.iso" by OCC::PropagateDownloadFile(0x6000007b25d0)
23-02-15 14:03:16:101 [ debug sync.propagator.download ]    [ OCC::PropagateDownloadFile::start ]:  "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite/Tiny 11 (22H2) by Harbour of Tech.iso" 0
23-02-15 14:03:16:102 [ debug sync.propagator ] [ OCC::OwncloudPropagator::localFileNameClash ]:    CaseClashCheck for  "/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite/Tiny 11 (22H2) by Harbour of Tech.iso"
23-02-15 14:03:16:103 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "INSERT OR REPLACE INTO downloadinfo (path, tmpfile, etag, errorcount) VALUES ( ?1 , ?2, ?3, ?4 )" Try: 0
23-02-15 14:03:16:103 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 14:03:16:106 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "download file start" and starting new transaction
23-02-15 14:03:16:151 [ debug sync.networkjob.get ] [ OCC::GETFileJob::start ]: QObject(0x0) false false
23-02-15 14:03:16:152 [ info sync.networkjob ]: Created OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite/Tiny 11 (22H2) by Harbour of Tech.iso", "GET", Original-Request-ID: "961b0d42-fdc3-4e2a-ae1b-546e57ab72ec", X-Request-ID: "961b0d42-fdc3-4e2a-ae1b-546e57ab72ec") for OCC::PropagateDownloadFile(0x6000007b25d0)
23-02-15 14:03:16:159 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "DELETE FROM downloadinfo WHERE path=?1" Try: 0
23-02-15 14:03:16:159 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 1 rows.
23-02-15 14:03:16:161 [ warning sync.propagator ]:  Could not complete propagation of "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite/Tiny 11 (22H2) by Harbour of Tech.iso" by OCC::PropagateDownloadFile(0x6000007b25d0) with status OCC::SyncFileItem::FatalError and error: "Operation canceled"
23-02-15 14:03:16:166 [ debug sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite/Tiny 11 (22H2) by Harbour of Tech.iso" OCC::SyncFileItem::FatalError SyncInstruction(CSYNC_INSTRUCTION_SYNC)
23-02-15 14:03:16:166 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:171 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:174 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:175 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:177 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:178 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:184 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:185 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:188 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:SYNC+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:189 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:202 [ debug sync.localdiscoverytracker ]  [ OCC::LocalDiscoveryTracker::slotItemCompleted ]:  inserted error item "SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite/Tiny 11 (22H2) by Harbour of Tech.iso"
23-02-15 14:03:16:202 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), "https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite/Tiny 11 (22H2) by Harbour of Tech.iso", "GET", Original-Request-ID: "961b0d42-fdc3-4e2a-ae1b-546e57ab72ec", X-Request-ID: "961b0d42-fdc3-4e2a-ae1b-546e57ab72ec", NetworkError: "Operation canceled")
23-02-15 14:03:16:203 [ debug sync.database.sql ]   [ OCC::SqlQuery::prepare ]: SQL prepare "SELECT path FROM conflicts" Try: 0
23-02-15 14:03:16:203 [ debug sync.database.sql ]   [ OCC::SqlQuery::prepare ]: SQL prepare "DELETE FROM flags WHERE path != '' AND path NOT IN (SELECT path from metadata);" Try: 0
23-02-15 14:03:16:203 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec: "DELETE FROM flags WHERE path != '' AND path NOT IN (SELECT path from metadata);" Try: 0
23-02-15 14:03:16:206 [ debug sync.database.sql ]   [ OCC::SqlQuery::exec ]:    Last exec affected 0 rows.
23-02-15 14:03:16:206 [ debug sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "All Finished." 
23-02-15 14:03:16:217 [ info sync.engine ]: Sync run took  301443 ms
23-02-15 14:03:16:217 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE+SWM:/Users/linuxiano1/SZFS Drive/SZFS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:219 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:221 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:OK+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Optimizers" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:222 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:224 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:225 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:226 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:OK+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Vanilla" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:245 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:252 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:255 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:OK+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Repair" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:258 [ info gui.socketapi ]:   Sending SocketAPI message --> "STATUS:IGNORE+SWM:/Users/linuxiano1/SZFS Drive/SZFS/SZFS Technology" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:268 [ debug sync.localdiscoverytracker ]  [ OCC::LocalDiscoveryTracker::slotSyncFinished ]:   sync failed, keeping last sync's local discovery path list
23-02-15 14:03:16:285 [ info gui.folder ]:  Client version "ownCloud 3.1.0.9872 e99d0f Libraries Qt 5.15.5, OpenSSL 1.1.1q  5 Jul 2022 Using virtual files plugin: suffix osx-22.3.0"
23-02-15 14:03:16:285 [ warning gui.folder ]:   SyncEngine finished with ERROR
23-02-15 14:03:16:288 [ info gui.folder ]:  Folder "/Users/linuxiano1/SZFS Drive/" sync result:  OCC::SyncResult::SyncRunning
23-02-15 14:03:16:288 [ info gui.folder ]:  the last 1 syncs failed
23-02-15 14:03:16:288 [ info gui.socketapi ]:   Sending SocketAPI message --> "UPDATE_VIEW:/Users/linuxiano1/SZFS Drive" to SocketApiSocket(0x6000030eb9a0)
23-02-15 14:03:16:293 [ info gui.application ]: Sync state changed for folder  "https://drive.szfs.cloud/remote.php/dav/files/simi5599/" :  "Error"
23-02-15 14:03:16:324 [ info sync.networkjob.propfind ]:    LSCOL of QUrl("https://drive.szfs.cloud/remote.php/dav/files/simi5599/") FINISHED WITH STATUS "OK"

In my owncloud.log (server) i found a pretty interesting snippet:

{"reqId":"70bcb2f3-e150-4f89-89bf-c9d952a633bb","level":0,"time":"2023-02-15T13:15:06+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"992352ff-7c5a-47de-8ecb-bdd0d717c73a","level":0,"time":"2023-02-15T13:15:33+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"PROPFIND","url":"\/drive\/remote.php\/dav\/files\/simi5599\/","message":"updating token 255060, last check is now 1676466013"}
{"reqId":"992352ff-7c5a-47de-8ecb-bdd0d717c73a","level":0,"time":"2023-02-15T13:15:34+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"PROPFIND","url":"\/drive\/remote.php\/dav\/files\/simi5599\/","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"Y-zbFATosn-rmdkto3M2GwAB2xI","level":0,"time":"2023-02-15T13:16:04+00:00","remoteAddr":"156.150.10.102","user":"--","app":"OC\\Authentication\\Token\\DefaultTokenProvider::invalidateToken","method":"OPTIONS","url":"\/remote.php\/dav\/principals\/users\/simi5599\/","message":"invalidating token 78a53b8f331f757fa6cc32e003f058eb5948c61b55a95f8ba79bc727bee47f3977b59b4eaf9fbd4aff6e5cdf508ba92c6a1f051c5b8e7db2437383e85897af54"}
{"reqId":"Y-zbFATosn-rmdkto3M2GwAB2xI","level":0,"time":"2023-02-15T13:16:04+00:00","remoteAddr":"156.150.10.102","user":"--","app":"webdav","method":"OPTIONS","url":"\/remote.php\/dav\/principals\/users\/simi5599\/","message":"Exception: HTTP\/1.1 401 No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured: {\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Message\":\"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured\",\"Code\":0,\"Trace\":\"#0 \\\/media\\\/hdd\\\/ServerData\\\/Web\\\/szfs.cloud\\\/drive\\\/lib\\\/composer\\\/sabre\\\/event\\\/lib\\\/WildcardEmitterTrait.php(89): Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod()\\n#1 \\\/media\\\/hdd\\\/ServerData\\\/Web\\\/szfs.cloud\\\/drive\\\/lib\\\/composer\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(456): Sabre\\\\DAV\\\\Server->emit()\\n#2 \\\/media\\\/hdd\\\/ServerData\\\/Web\\\/szfs.cloud\\\/drive\\\/lib\\\/composer\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(253): Sabre\\\\DAV\\\\Server->invokeMethod()\\n#3 \\\/media\\\/hdd\\\/ServerData\\\/Web\\\/szfs.cloud\\\/drive\\\/apps\\\/dav\\\/lib\\\/Server.php(349): Sabre\\\\DAV\\\\Server->start()\\n#4 \\\/media\\\/hdd\\\/ServerData\\\/Web\\\/szfs.cloud\\\/drive\\\/apps\\\/dav\\\/appinfo\\\/v2\\\/remote.php(31): OCA\\\\DAV\\\\Server->exec()\\n#5 \\\/media\\\/hdd\\\/ServerData\\\/Web\\\/szfs.cloud\\\/drive\\\/remote.php(165): require_once('\\\/media\\\/hdd\\\/Serv...')\\n#6 {main}\",\"File\":\"\\\/media\\\/hdd\\\/ServerData\\\/Web\\\/szfs.cloud\\\/drive\\\/lib\\\/composer\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":152}"}
{"reqId":"Y-zbFATosn-rmdkto3M2HAAB2xI","level":0,"time":"2023-02-15T13:16:05+00:00","remoteAddr":"156.150.10.102","user":"--","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"OPTIONS","url":"\/remote.php\/dav\/principals\/users\/simi5599\/","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"Y-zbFATosn-rmdkto3M2HAAB2xI","level":0,"time":"2023-02-15T13:16:05+00:00","remoteAddr":"156.150.10.102","user":"--","app":"OC\\User\\Session::login","method":"OPTIONS","url":"\/remote.php\/dav\/principals\/users\/simi5599\/","message":"regenerating session id for uid Simi5599, password set"}
{"reqId":"Y-zbFATosn-rmdkto3M2HAAB2xI","level":0,"time":"2023-02-15T13:16:05+00:00","remoteAddr":"156.150.10.102","user":"--","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"OPTIONS","url":"\/remote.php\/dav\/principals\/users\/simi5599\/","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"Y-zbFATosn-rmdkto3M2HAAB2xI","level":0,"time":"2023-02-15T13:16:05+00:00","remoteAddr":"156.150.10.102","user":"--","app":"OC\\User\\Session::validateToken","method":"OPTIONS","url":"\/remote.php\/dav\/principals\/users\/simi5599\/","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146, not found"}
{"reqId":"Y-zbFX_bh9tDhb1m3NOrXwACARI","level":0,"time":"2023-02-15T13:16:05+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"PROPFIND","url":"\/remote.php\/dav\/calendars\/simi5599\/","message":"token 167d8e23701b86c6522f9fe01e8ea6a7a8ac13e820870cc5cce03f6b29a97bcb49dadefc33ae95e9df6829973dced654d4aa385f7e3af38c06500896305dfe5c does not exist"}
{"reqId":"Y-zbFX_bh9tDhb1m3NOrXwACARI","level":0,"time":"2023-02-15T13:16:05+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::generateToken","method":"PROPFIND","url":"\/remote.php\/dav\/calendars\/simi5599\/","message":"generating token 167d8e23701b86c6522f9fe01e8ea6a7a8ac13e820870cc5cce03f6b29a97bcb49dadefc33ae95e9df6829973dced654d4aa385f7e3af38c06500896305dfe5c, uid simi5599, loginName Simi5599, pwd empty, name iOS\/13.2.1 (22D68) remindd\/1.0, type temporary"}
{"reqId":"Y-zbFU5BAkPcFdgu3pQkIgACQAc","level":0,"time":"2023-02-15T13:16:05+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"REPORT","url":"\/remote.php\/dav\/calendars\/simi5599\/personal\/","message":"updating token 255068, last check is now 1676466965"}
{"reqId":"Y-zbFQTosn-rmdkto3M2HQABwRI","level":0,"time":"2023-02-15T13:16:05+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"REPORT","url":"\/remote.php\/dav\/calendars\/simi5599\/personal\/","message":"updating token 255068, last check is now 1676466965"}
{"reqId":"02a654c9-6665-4011-aa5d-e7ea08ebd168","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"PROPFIND","url":"\/remote.php\/webdav\/","message":"updating token 255061, last check is now 1676466015"}
{"reqId":"1c64b234-91bb-48a2-83e3-9f0412ad5bd6","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"PROPFIND","url":"\/drive\/remote.php\/webdav\/","message":"updating token 255060, last check is now 1676466013"}
{"reqId":"02a654c9-6665-4011-aa5d-e7ea08ebd168","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"PROPFIND","url":"\/remote.php\/webdav\/","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"1c64b234-91bb-48a2-83e3-9f0412ad5bd6","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"PROPFIND","url":"\/drive\/remote.php\/webdav\/","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"757e2e2a-a580-46a4-aad0-1e2ef40c0f16","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255061, last check is now 1676466015"}
{"reqId":"bb7775c6-1b80-40a1-9322-efb085e53f15","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255060, last check is now 1676466013"}
{"reqId":"757e2e2a-a580-46a4-aad0-1e2ef40c0f16","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255061, last check is now 1676466015"}
{"reqId":"bb7775c6-1b80-40a1-9322-efb085e53f15","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"updating token 255060, last check is now 1676466013"}
{"reqId":"757e2e2a-a580-46a4-aad0-1e2ef40c0f16","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"bb7775c6-1b80-40a1-9322-efb085e53f15","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/capabilities?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"4b00bc7d-4ae8-4692-ac2d-6475ca3fe258","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255060, last check is now 1676466013"}
{"reqId":"1c811976-43c9-47f5-8c5f-99310fafb37d","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255061, last check is now 1676466015"}
{"reqId":"4b00bc7d-4ae8-4692-ac2d-6475ca3fe258","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255060, last check is now 1676466013"}
{"reqId":"1c811976-43c9-47f5-8c5f-99310fafb37d","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"updating token 255061, last check is now 1676466015"}
{"reqId":"4b00bc7d-4ae8-4692-ac2d-6475ca3fe258","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"1c811976-43c9-47f5-8c5f-99310fafb37d","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/ocs\/v2.php\/cloud\/user?format=json","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"6e82d02b-3aba-4840-84de-1036226dd484","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255060, last check is now 1676466013"}
{"reqId":"805f4ea6-57ba-49fd-8fe0-48c844a44cf1","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"updating token 255061, last check is now 1676466015"}
{"reqId":"6e82d02b-3aba-4840-84de-1036226dd484","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/drive\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"805f4ea6-57ba-49fd-8fe0-48c844a44cf1","level":0,"time":"2023-02-15T13:16:08+00:00","remoteAddr":"151.75.76.59","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/avatars\/simi5599\/128.png","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
{"reqId":"97fcea93-0661-48c1-bb1c-3689be0dad3b","level":0,"time":"2023-02-15T13:16:14+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"PROPFIND","url":"\/drive\/remote.php\/dav\/files\/simi5599\/","message":"updating token 255060, last check is now 1676466013"}
{"reqId":"97fcea93-0661-48c1-bb1c-3689be0dad3b","level":0,"time":"2023-02-15T13:16:14+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"PROPFIND","url":"\/drive\/remote.php\/dav\/files\/simi5599\/","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}
michaelstingl commented 1 year ago

A lot of noise in your logs. Please stop posting unfiltered logs when I ask for very specific lines.

I see 3 GET requests with problems:

23-02-15 14:03:15:975 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), 
"https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (En).iso", 
"GET", 
Original-Request-ID: "941ceccb-a206-43a7-bb79-d2478347f8c8", 
X-Request-ID: "941ceccb-a206-43a7-bb79-d2478347f8c8", 
NetworkError: "Operation canceled") 

23-02-15 14:03:16:094 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), 
"https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Forced/Clean Install/Windows 11 - Forced (It).iso", 
"GET", 
Original-Request-ID: "74be360a-60b5-45fd-9721-e63bfe8b1550", 
X-Request-ID: "74be360a-60b5-45fd-9721-e63bfe8b1550", 
NetworkError: "Operation canceled") 

23-02-15 14:03:16:202 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job finished OCC::GETFileJob(OCC::Account("Simone@drive.szfs.cloud"), 
"https://drive.szfs.cloud/remote.php/dav/files/simi5599/SZFS/SZFS Technology/Service/Software/OS & Low Level Tools/Standard OS/Windows/Windows 11/Lite/Tiny 11 (22H2) by Harbour of Tech.iso", 
"GET", 
Original-Request-ID: "961b0d42-fdc3-4e2a-ae1b-546e57ab72ec", 
X-Request-ID: "961b0d42-fdc3-4e2a-ae1b-546e57ab72ec", 
NetworkError: "Operation canceled") 

Please grep owncloud.log for these 3 X-Request-ID's.

Simi5599 commented 1 year ago

Sorry for providing bad logs , here's to you the 3 greps:

grep for 941ceccb-a206-43a7-bb79-d2478347f8c8

{"reqId":"941ceccb-a206-43a7-bb79-d2478347f8c8","level":0,"time":"2023-02-15T12:58:15+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(En).iso","message":"updating token 255045, last check is now 1676464210"} {"reqId":"941ceccb-a206-43a7-bb79-d2478347f8c8","level":0,"time":"2023-02-15T12:58:15+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(En).iso","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}

grep for 74be360a-60b5-45fd-9721-e63bfe8b1550

{"reqId":"74be360a-60b5-45fd-9721-e63bfe8b1550","level":0,"time":"2023-02-15T12:58:15+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::updateToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(It).iso","message":"updating token 255045, last check is now 1676464210"} {"reqId":"74be360a-60b5-45fd-9721-e63bfe8b1550","level":0,"time":"2023-02-15T12:58:15+00:00","remoteAddr":"156.150.10.102","user":"simi5599","app":"OC\\Authentication\\Token\\DefaultTokenProvider::getToken","method":"GET","url":"\/remote.php\/dav\/files\/simi5599\/SZFS\/SZFS%20Technology\/Service\/Software\/OS%20&%20Low%20Level%20Tools\/Standard%20OS\/Windows\/Windows%2011\/Forced\/Clean%20Install\/Windows%2011%20-%20Forced%20(It).iso","message":"token ed53024653ec7ca8b9acdbc49342ef6afb7fecd42b0c21f33c329a049fe22f4c960717d288ce5f9ef785eadd9ea39689f0d70fbbe2520934d3c92c7e3d0f5146 does not exist"}

grep for 961b0d42-fdc3-4e2a-ae1b-546e57ab72ec:

nothing

github-actions[bot] commented 1 year ago

This issue was marked stale because it has been open for 30 days with no activity. Remove the stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue was marked stale because it has been open for 30 days with no activity. Remove the stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

The issue was marked as stale for 7 days and closed automatically.