Results 2858 comments of MichaIng

Let me reopen the issue, to track verifying and fixing the broken network binding. Basically we need to remove loopback network requests from the backend to itself and instead store/pass...

> What was/is purpose of keeping that variable in HTML? It is the way how it is passed from the backend to browser's JavaScript to check whether the current user...

Many thanks for your request. Generally it is possible to convert to webm via FFmpeg, but it requires additional libraries, which AFAIK are not compile into most distribution's FFmpeg packages:...

I didn't recognise any issues on Debian Bookworm (Python 3.10) so far. On Debian and Ubuntu `python` is always Python 2 and `python3` hence needs to be used. In general,...

This is a bug in the `motion` package (https://github.com/Motion-Project/motion-packaging/issues/15), not related to motionEye and not relevant, since motionEye starts its own `motion` processes(s). The global one shouldn't be running anyway:...

Please try whether this works with the `dev` branch version, which contains a lot of fixes, aside of moving to Python 3: https://github.com/motioneye-project/motioneye/tree/dev#installation

> Also, do you think the dev branch should become the default for this project, to avoid others from encountering similar misunderstanding? Definitely. There is actually only a single PR...

Can you share the errors you see or logged in: ```sh journalctl -u motioneye ```

The webhook event is triggered, the related `relayevent.sh` call done and the internal POST request succeeds, but I don't see whether the POST request to the external webhook server is...

Many thanks for offering help 👍. There is no website yet, but that would be actually nice. Currently it's cloning the repo, manually editing the `.po` files like https://github.com/motioneye-project/motioneye/blob/dev/motioneye/locale/en/LC_MESSAGES/motioneye.po, then...