Results 21 comments of xkill

Works fine with a delay of 3000 (I want 3 seconds of delay on the screenshots) I suggest to include a configuration on the settings panel in order to set...

I also suggest to use dlib learning process: https://medium.com/@ageitgey/machine-learning-is-fun-part-4-modern-face-recognition-with-deep-learning-c3cffc121d78 Basically: 1) Extract the faces from the images 1.1) Mark the images as processed 2) Create the clusters If a user...

```json {"reqId":"lp4XysmYzBvJS6iGqxw2","level":3,"time":"2021-11-17T13:09:41+00:00","remoteAddr":"1.2.3.4","user":"joe","app":"index","method":"GET","url":"/apps/files/","message":"Class 'OCP\\User' not found","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0","version":"22.2.3.0","exception":{"Exception":"Error","Message":"Class 'OCP\\User' not found","Code":0,"Trace":[{"file":"/srv/http/cloud/nextcloud/apps/epubreader/lib/Hooks.php","line":41,"function":"get","class":"OCA\\Epubreader\\Config","type":"::"},{"file":"/srv/http/cloud/nextcloud/lib/private/legacy/OC_Hook.php","line":106,"function":"announce_settings","class":"OCA\\Epubreader\\Hooks","type":"::"},{"file":"/srv/http/cloud/nextcloud/lib/private/Template/JSConfigHelper.php","line":323,"function":"emit","class":"OC_Hook","type":"::"},{"file":"/srv/http/cloud/lib/private/TemplateLayout.php","line":220,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/srv/http/cloud/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/srv/http/cloud/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":204,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/srv/http/cloud/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":171,"function":"render","class":"OCP\\AppFramework\\Http\\TemplateResponse","type":"->"},{"file":"/srv/http/cloud/nextcloud/lib/private/AppFramework/App.php","line":156,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/srv/http/cloud/nextcloud/lib/private/Route/Router.php","line":302,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/srv/http/cloud/nextcloud/lib/base.php","line":1006,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/srv/http/cloud/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/srv/http/cloud/nextcloud/apps/epubreader/lib/config.php","Line":28,"CustomMessage":"--"},"id":"6194fffcc05eb"} ``` ```json { "reqId": "lp4XysmYzBvJS6iGqxw2", "level": 3, "time": "2021-11-17T13:09:41+00:00", "remoteAddr": "1.2.3.4", "user": "joe", "app": "index",...

Hi, I just fixed the wiki: the systemd service to automatically create the `/var/run/`folder. Basically adding the following to the service section: ``` RuntimeDirectory=aria2c RuntimeDirectoryMode=0755 ExecStartPre=-/bin/touch /var/run/aria2c/aria2c.sess ``` Now Aria...

OK, seems an update removed the rpc-secret from ocDownloader configuration. So go to NextCloud settings -> Additional settings And change the secret. There is a issue on the admin panel...

> > Basically adding the following to the service section > > Could you please explain how this supposed to fix the issue? /var/run content is lost upon reboot (because...

Related to #173 Fixed it, by making a a symlink on /usr/bin/: ```bash cd /usr/bin ln -s ../usr/local/bin/youtube-dl ``` So basically the bug is that ocDownloader is ignoring the absolute...

> Hi, > i am having a similar problem: i am using ocdownloader since long time, but just realized, that i cannot use it anymore for torrents! this is the...

Hi, I'm using a 93 chars secret, and I'm also having this problem. 5.2.0 just updated from 5.1.3.

Basically seems that the mail app does not support the IMAP command search text "" when the IMAP supports it: ``` 2 login user password 2 OK [CAPABILITY IMAP4rev1 SASL-IR...