Results 2858 comments of MichaIng

Many thanks. Please try to avoid trailing spaces, indentation changes and code style changes, to keep the code changes better reviewable. I'll do some tests when I find time.

Is it the same with the new dev Docker container? https://github.com/motioneye-project/motioneye/pkgs/container/motioneye

flake8 is not happy: > motioneye/config.py:1290:1: C901 'motion_camera_dict_to_ui' is too complex (70) def motion_camera_dict_to_ui(data): Since we do not want a refactor the function in this PR, I suggest to ignore...

Many thanks for your request. For a push notification, if you don't mean one send by browser while the motionEye web UI is opened, one would need a phone app...

Webhook should work with development version: https://github.com/motioneye-project/motioneye/tree/dev#installation

Right, with the webhook feature no image can be transferred, unless you can do some custom scripting at the webhook server and images are uploaded to a server where the...

Can you check whether `journalctl -u motioneye` contains any errors?

It works fine here as well, though I upgraded in multiple steps during beta and RC state. Probably it is related to the database error your reported: nextcloud/server#29985

When pasting code or logs here, please use code fences: ```` ``` put code here ``` ```` That is better readable, avoids linebreaks in the middle of a word etc...

You currently use singe backtick characters around the code on the same line. But as my example above you need to use three backtick characters before and after the code...