-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Individual pdfs work. Many pdfs seem to get corrupted #43
Comments
Thanks for reporting this. The log file doesn't look suspicious to be honest. The lines generated from the OCR background job triggered by the NC cron are these [
{
"reqId": "b82h4cxtPJBHl0si4gUJ",
"level": 0,
"time": "2021-01-20T23:09:09+01:00",
"remoteAddr": "",
"user": "--",
"app": "workflow_ocr",
"method": "",
"url": "--",
"message": "STARTED -- Run OCA\\WorkflowOcr\\BackgroundJobs\\ProcessFileJob job. Argument: {\"filePath\":\"/USER.NAME/files/privat/2sort/testfile1.pdf\",\"uid\":\"USER.NAME\"}.",
"userAgent": "--",
"version": "20.0.5.2"
},
{
"reqId": "b82h4cxtPJBHl0si4gUJ",
"level": 0,
"time": "2021-01-20T23:09:16+01:00",
"remoteAddr": "",
"user": "--",
"app": "workflow_ocr",
"method": "",
"url": "--",
"message": "ENDED -- Run OCA\\WorkflowOcr\\BackgroundJobs\\ProcessFileJob job. Argument: {\"filePath\":\"/USER.NAME/files/privat/2sort/testfile1.pdf\",\"uid\":\"USER.NAME\"}.",
"userAgent": "--",
"version": "20.0.5.2"
}
] so for me it looks like there are no errors reported. I will do some tests these days and dig into it, keep you up to date. |
@mreitschuster i think i found the culprit. Like you said this situation only appears if multiple pdf files are processed in one cronjob iteration. It seems to be related to the fact that currently the command object for wrapping |
@R0Wi Great, thanks! |
@mreitschuster i thins i found a workaround. To test the patch please execute the following inside the wget https://github.com/R0Wi/workflow_ocr/commit/c336d199727f32a80a51cfa3224dd4e8451a0d50.patch -O- | patch -p1 After that three files should be patched automatically. One file won't be found, just press enter and ignore the error. can't find file to patch at input line 77
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/tests/Unit/OcrProcessors/PdfOcrProcessorTest.php b/tests/Unit/OcrProcessors/PdfOcrProcessorTest.php
|index 0fb6c94..20d0134 100644
|--- a/tests/Unit/OcrProcessors/PdfOcrProcessorTest.php
|+++ b/tests/Unit/OcrProcessors/PdfOcrProcessorTest.php
--------------------------
File to patch:
Skip this patch? [y] y
Skipping patch.
1 out of 1 hunk ignored If everything went fine things should now work as expected. Please let me know your results and if you need further assistance. |
@mreitschuster i found a cleaner solution so please substitute the url from above with the following: https://github.com/R0Wi/workflow_ocr/commit/8320b71bfc99d070ef22d276051f09ef5d50e790.patch |
Co-authored-by: Robin Windey <[email protected]>
I am very sorry I let you waiting for so long. i hadn't checked github in a while. I tried but ran into issues. To ensure to have a clean install I did:
then I tried to patch:
My reasoning is that the readme shouldnt affect functionality and the tests I assume are for development not usage. But afterwards the testing failed. I still have the same issue |
I gave it another shot. It seems my lack of understand the patch tool is the problem. Instead of patching the 1.20.1 from the nextcloud built in repo, I remove the app and installed it via the 1.20.2 release from github. works! Thank you very much! |
@mreitschuster yes the fix is already in v1.20.2 and also available via NC appstore. Glad to help 👍 |
Hi!
I am running nextcloud 20.0.5 with Workflow OCR 1.20.1 on a ubuntu 20.04 container.
The database and files have been migrated a few times through different nextcloud and containers.
I create the workflow as a non-admin user: When "File created" and "File MIME type" "is" "PDF documents"
When adding a single, new pdf file and then running
sudo -u www-data php cron.php
in/var/www/nextcloud
it works great.But when I add more than 1 file at once, I get different results. One of the files (presumably the first one) is ok. But for the rest some of them are then corrupted and some others seem to have all the become the same content when opening (when going back in the version history one sees the original file was something completely different).
It doesnt make a difference whether I upload them individually or in bulk - just whether they are in the same run of cron.php.
The files in question are all scans from the same printer.
cat nextcloud.log | grep ocr
shows (with server and client IP and username being exchanged:{"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"carnet","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"appointments","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"contacts","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_antivirus","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"groupfolders","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"richdocuments","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"drawio","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_3d","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_external","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_readmemd","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_sharing","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"maps","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":1,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"no app in context","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"Deprecated event type for {\"[object] (OCP\\SabrePluginEvent)\":{\"*statusCode\":200,\"*message\":\"\",\"*server\":{\"[object] (OCA\\DAV\\Connector\\Sabre\\Server)\":{\"tree\":\"[object] (OCA\\DAV\\Connector\\Sabre\\ObjectTree)\",\"*baseUri\":\"/remote.php/webdav/\",\"httpResponse\":\"[object] (Sabre\\HTTP\\Response)\",\"httpRequest\":\"[object] (Sabre\\HTTP\\Request)\",\"sapi\":\"[object] (Sabre\\HTTP\\Sapi)\",\"*plugins\":[],\"transactionType\":null,\"protectedProperties\":{\"...\":\"Over 20 items, aborting normalization\"},\"debugExceptions\":false,\"resourceTypeMapping\":[],\"enablePropfindDepthInfinity\":true,\"xml\":\"[object] (Sabre\\DAV\\Xml\\Service)\",\"*listeners\":{\"...\":\"Over 20 items, aborting normalization\"},\"*wildcardListeners\":[],\"*listenerIndex\":[],\"*logger\":null}},\"Symfony\\Contracts\\EventDispatcher\\EventpropagationStopped\":false}}: null","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"carnet","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"appointments","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"contacts","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_antivirus","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"groupfolders","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"richdocuments","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"drawio","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_3d","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_external","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_readmemd","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_sharing","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"maps","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":1,"time":"2021-01-20T23:08:15+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"no app in context","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"Deprecated event type for {\"[object] (OCP\\SabrePluginEvent)\":{\"*statusCode\":200,\"*message\":\"\",\"*server\":{\"[object] (OCA\\DAV\\Connector\\Sabre\\Server)\":{\"tree\":\"[object] (OCA\\DAV\\Connector\\Sabre\\ObjectTree)\",\"*baseUri\":\"/remote.php/webdav/\",\"httpResponse\":\"[object] (Sabre\\HTTP\\Response)\",\"httpRequest\":\"[object] (Sabre\\HTTP\\Request)\",\"sapi\":\"[object] (Sabre\\HTTP\\Sapi)\",\"*plugins\":[],\"transactionType\":null,\"protectedProperties\":{\"...\":\"Over 20 items, aborting normalization\"},\"debugExceptions\":false,\"resourceTypeMapping\":[],\"enablePropfindDepthInfinity\":true,\"xml\":\"[object] (Sabre\\DAV\\Xml\\Service)\",\"*listeners\":{\"...\":\"Over 20 items, aborting normalization\"},\"*wildcardListeners\":[],\"*listenerIndex\":[],\"*logger\":null}},\"Symfony\\Contracts\\EventDispatcher\\EventpropagationStopped\":false}}: null","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_antivirus","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"Exit code :: 0 Response :: stdin: OK\n\n----------- SCAN SUMMARY -----------\nKnown viruses: 8752859\nEngine version: 0.102.4\nScanned directories: 0\nScanned files: 1\nInfected files: 0\nData scanned: 2.43 MB\nData read: 1.15 MB (ratio 2.11:1)\nTime: 16.213 sec (0 m 16 s)\n","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"Flow activation: rules were requested for operation Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_antivirus","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"Exit code :: 0 Response :: stdin: OK\n\n----------- SCAN SUMMARY -----------\nKnown viruses: 8752859\nEngine version: 0.102.4\nScanned directories: 0\nScanned files: 1\nInfected files: 0\nData scanned: 1.44 MB\nData read: 0.68 MB (ratio 2.11:1)\nTime: 16.180 sec (0 m 16 s)\n","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"No flow configurations is going to run Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"Flow activation: rules were requested for operation Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"No flow configurations is going to run Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"Flow activation: rules were requested for operation Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"No flow configurations is going to run Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"Flow activation: rules were requested for operation Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"No flow configurations is going to run Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"Flow activation: rules were requested for operation Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"No flow configurations is going to run Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"Flow activation: rules were requested for operation Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"No flow configurations is going to run Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"Flow activation: rules were requested for operation Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"No flow configurations is going to run Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"Flow activation: rules were requested for operation Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"No flow configurations is going to run Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"Flow activated by event \\OCP\\Files::postCreate","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"Flow activation: rules were requested for operation Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"No flow configurations is going to run Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"f2VBodpstr7T7paOkovc","level":1,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile2.pdf","message":"Flow handling done for event \\OCP\\Files::postCreate","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"Flow activation: rules were requested for operation Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"No flow configurations is going to run Automated tagging","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"Flow activated by event \\OCP\\Files::postCreate","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"mrqdbV3XrqIx3PkL7MWI","level":1,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"workflowengine","method":"PUT","url":"/remote.php/webdav/privat/2sort/testfile1.pdf","message":"Flow handling done for event \\OCP\\Files::postCreate","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"carnet","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"appointments","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"contacts","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_antivirus","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"groupfolders","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"richdocuments","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"drawio","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_3d","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_external","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_readmemd","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_sharing","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"juwoMNlyXVtIHiANw7Ew","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"maps","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"carnet","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"appointments","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"contacts","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_antivirus","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"groupfolders","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"richdocuments","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"drawio","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_3d","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_external","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_readmemd","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_sharing","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"sdJDI1A6b6jcPRLrPsDm","level":0,"time":"2021-01-20T23:08:32+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"maps","method":"PROPFIND","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"carnet","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"appointments","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"contacts","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_antivirus","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"groupfolders","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"richdocuments","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"drawio","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_3d","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_external","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_readmemd","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_sharing","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"EBXrvx1431vvffcxmDTK","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"maps","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"carnet","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"appointments","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"contacts","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_antivirus","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"groupfolders","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"richdocuments","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"drawio","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_3d","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_external","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_readmemd","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"files_sharing","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"krOuKxa4CmeOe1CjSwUS","level":0,"time":"2021-01-20T23:08:36+01:00","remoteAddr":"IP.OF.CLIENT","user":"USER.NAME","app":"maps","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.6.2-1build1 (Nextcloud)","version":"20.0.5.2"} {"reqId":"b82h4cxtPJBHl0si4gUJ","level":0,"time":"2021-01-20T23:09:01+01:00","remoteAddr":"","user":"--","app":"workflow_ocr","method":"","url":"--","message":"STARTED -- Run OCA\\WorkflowOcr\\BackgroundJobs\\ProcessFileJob job. Argument: {\"filePath\":\"/USER.NAME/files/privat/2sort/testfile2.pdf\",\"uid\":\"USER.NAME\"}.","userAgent":"--","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:02+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"carnet","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:02+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"appointments","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:02+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"contacts","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:02+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"files_antivirus","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:02+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"groupfolders","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:02+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"richdocuments","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:02+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"drawio","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:02+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"files_3d","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:02+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"files_external","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"files_readmemd","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"files_sharing","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"JyiOTOAFwO05t1D5NH41","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"maps","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile2.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"carnet","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"appointments","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"contacts","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"files_antivirus","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"groupfolders","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"richdocuments","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"drawio","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"files_3d","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"files_external","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"files_readmemd","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"files_sharing","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"MG1HyyICGIpxmkMmD89h","level":0,"time":"2021-01-20T23:09:03+01:00","remoteAddr":"IP.OF.SERVER","user":"USER.NAME","app":"maps","method":"GET","url":"/remote.php/dav/files/USER.NAME/privat/2sort/testfile1.pdf","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (Linux) mirall/2.5.1git (Nextcloud)","version":"20.0.5.2"} {"reqId":"b82h4cxtPJBHl0si4gUJ","level":0,"time":"2021-01-20T23:09:09+01:00","remoteAddr":"","user":"--","app":"workflow_ocr","method":"","url":"--","message":"ENDED -- Run OCA\\WorkflowOcr\\BackgroundJobs\\ProcessFileJob job. Argument: {\"filePath\":\"/USER.NAME/files/privat/2sort/testfile2.pdf\",\"uid\":\"USER.NAME\"}.","userAgent":"--","version":"20.0.5.2"} {"reqId":"b82h4cxtPJBHl0si4gUJ","level":0,"time":"2021-01-20T23:09:09+01:00","remoteAddr":"","user":"--","app":"workflow_ocr","method":"","url":"--","message":"STARTED -- Run OCA\\WorkflowOcr\\BackgroundJobs\\ProcessFileJob job. Argument: {\"filePath\":\"/USER.NAME/files/privat/2sort/testfile1.pdf\",\"uid\":\"USER.NAME\"}.","userAgent":"--","version":"20.0.5.2"} {"reqId":"b82h4cxtPJBHl0si4gUJ","level":0,"time":"2021-01-20T23:09:16+01:00","remoteAddr":"","user":"--","app":"workflow_ocr","method":"","url":"--","message":"ENDED -- Run OCA\\WorkflowOcr\\BackgroundJobs\\ProcessFileJob job. Argument: {\"filePath\":\"/USER.NAME/files/privat/2sort/testfile1.pdf\",\"uid\":\"USER.NAME\"}.","userAgent":"--","version":"20.0.5.2"}
I tried a grep ocr on the output but it didnt really help me figure out what is going on:
{"reqId":"b82h4cxtPJBHl0si4gUJ","level":0,"time":"2021-01-20T23:09:01+01:00","remoteAddr":"","user":"--","app":"workflow_ocr","method":"","url":"--","message":"STARTED -- Run OCA\\WorkflowOcr\\BackgroundJobs\\ProcessFileJob job. Argument: {\"filePath\":\"/USER.NAME/files/privat/2sort/testfile2.pdf\",\"uid\":\"USER.NAME\"}.","userAgent":"--","version":"20.0.5.2"} {"reqId":"b82h4cxtPJBHl0si4gUJ","level":0,"time":"2021-01-20T23:09:09+01:00","remoteAddr":"","user":"--","app":"workflow_ocr","method":"","url":"--","message":"ENDED -- Run OCA\\WorkflowOcr\\BackgroundJobs\\ProcessFileJob job. Argument: {\"filePath\":\"/USER.NAME/files/privat/2sort/testfile2.pdf\",\"uid\":\"USER.NAME\"}.","userAgent":"--","version":"20.0.5.2"} {"reqId":"b82h4cxtPJBHl0si4gUJ","level":0,"time":"2021-01-20T23:09:09+01:00","remoteAddr":"","user":"--","app":"workflow_ocr","method":"","url":"--","message":"STARTED -- Run OCA\\WorkflowOcr\\BackgroundJobs\\ProcessFileJob job. Argument: {\"filePath\":\"/USER.NAME/files/privat/2sort/testfile1.pdf\",\"uid\":\"USER.NAME\"}.","userAgent":"--","version":"20.0.5.2"} {"reqId":"b82h4cxtPJBHl0si4gUJ","level":0,"time":"2021-01-20T23:09:16+01:00","remoteAddr":"","user":"--","app":"workflow_ocr","method":"","url":"--","message":"ENDED -- Run OCA\\WorkflowOcr\\BackgroundJobs\\ProcessFileJob job. Argument: {\"filePath\":\"/USER.NAME/files/privat/2sort/testfile1.pdf\",\"uid\":\"USER.NAME\"}.","userAgent":"--","version":"20.0.5.2"}
Any hint what might be going on or where I could look?
Thanks for your effort!
The text was updated successfully, but these errors were encountered: