April 19, 20206 yr Why can't I start motioneye on my unraid device, it is fully installed but I can't start or run the application to configure my cameras.
April 22, 20206 yr Why can't I start motioneye on my unraid device, it is fully installed but I can't start or run the application to configure my cameras.
April 26, 20206 yr On 4/22/2020 at 10:55 PM, hermsnross said: Why can't I start motioneye on my unraid device, it is fully installed but I can't start or run the application to configure my cameras. I have the same issue. CRITICAL:root:failed to read settings from "/etc/motioneye/motioneye.conf": [Errno 2] No such file or directory: '/etc/motioneye/motioneye.conf' Folder "config" is empty -> motioneye.conf not created. Edited April 26, 20206 yr by elcapitano
June 30, 20206 yr On 8/21/2019 at 7:26 PM, aartr said: The Chrome issue for motionEye got fixed in the 0.41rc1 release. I have an up-to date docker that can be used as a drop-in replacement here: https://hub.docker.com/r/aartr/docker-motioneye, just change the Repository field to aartr/docker-motioneye Hi @aartr, I switched to your repository for this container but I was wondering if your solution allows to use motion port 7999 to see/start/stop the status of motion detection for every camera. I tried to manually expose port 7999:7999 and ther control in url http://192.168.2.100:7999/1/detection/status but I receive a ERR_CONNECTION_REFUSED error. Thank you for any hint!
June 30, 20206 yr 3 hours ago, Jokerigno said: Hi @aartr, I switched to your repository for this container but I was wondering if your solution allows to use motion port 7999 to see/start/stop the status of motion detection for every camera. I tried to manually expose port 7999:7999 and ther control in url http://192.168.2.100:7999/1/detection/status but I receive a ERR_CONNECTION_REFUSED error. Thank you for any hint! My guess would be setting this option https://motion-project.github.io/motion_config.html#webcontrol_localhost to off will fix that.
January 21, 20215 yr Installed MotionEye and was able to set up the camera and view RTSP stream. However, while it seems to be recording, I cannot play the video in the browser or after downloading it. It states that it is "unsupported media" even after changing various codecs. Any suggestions? Thank you.
April 18, 20215 yr Le 26/04/2020 à 15h35, elcapitano a déclaré: J'ai le même problème. CRITIQUE: root: impossible de lire les paramètres de "/etc/motioneye/motioneye.conf": [Errno 2] Aucun fichier ou répertoire de ce type: '/etc/motioneye/motioneye.conf' Le dossier "config" est vide -> motioneye.conf non créé. Bonjour, avez-vous pu résoudre ce problème, il m'arrive la même chose. @elcapitano et @hermsnross. Ou d'autres utilisateurs peuvent-ils m'aider ?? Merci beaucoup d'avance !
July 14, 20214 yr Hi folks, I've got this mostly working now, it records streams and I can see them live. Even working through a reverse proxy. Thank you @aartr for your docker image. However, I can't seem to work out how to get it to take a picture when it detects movement. I've got an `endcommand` setup to run a python script and post lastsnap.jpg to a Discord channel. It works and posts every time there's movement, however it always sends the same photo as it's only taking photos if I press the "Manual Snapshot" button and not when it detects motion. Even if I disable manual snapshot in the settings, it's not taking photos. Working schedule is disabled as I want it to do it all the time. Any ideas? Thanks, Mike
September 16, 20214 yr On 4/26/2020 at 3:35 PM, elcapitano said: I have the same issue. CRITICAL:root:failed to read settings from "/etc/motioneye/motioneye.conf": [Errno 2] No such file or directory: '/etc/motioneye/motioneye.conf' Folder "config" is empty -> motioneye.conf not created. Hi, did you solve the problem?
October 6, 20214 yr On 9/16/2021 at 11:10 AM, florian84z said: Hi, did you solve the problem? Yes, change the port or network the container is using.
October 31, 20214 yr Hello All, I have this MotionEye working and sending email alerts. I'm trying to make the notifications run using pushover and running a command. I have pushover working but cannot see how to attach a photo or movie file of the captured motion. Has anyone solved this or done this before? Thanks
October 31, 20214 yr Any plan on getting this container (version 0.42) updated with the last version 0.42.1 ?
November 24, 20214 yr I've lost the disk that was saving all of my recordings and now I can't start the docker as I presume it's expecting to see some folders in the new location that now don't exist. What's the best way to fix this? If I take a copy of the appdata config and then do a full reset on the docker and then copy the config files back?
November 29, 20214 yr HI, any chance this docker gets updated to also support GPU integration for motioneye to use?! Best, banuseka
January 5, 20224 yr On 10/6/2021 at 11:18 PM, triwyn said: Yes, change the port or network the container is using. Hi, please can you give some more details what you did do? I changed the network-typ to "Host" but still have this error: Quote CRITICAL:root:failed to read settings from "/etc/motioneye/motioneye.conf": [Errno 2] No such file or directory: '/etc/motioneye/motioneye.conf'
January 6, 20224 yr 6 hours ago, allanp81 said: Maybe just try creating a blank motion.conf in that path? Not a bad idea unfortunatly it seems that the docker wants some content: Quote CRITICAL:root:failed to read settings from "/etc/motioneye/motioneye.conf": [Errno 2] No such file or directory: '/etc/motioneye/motioneye.conf'
January 28, 20224 yr On 1/6/2022 at 5:03 PM, jeuser said: Not a bad idea unfortunatly it seems that the docker wants some content: What I did to solve the problem - Terminal, cd to the config folder nano motioneye.conf input random text and save, to make nano create the file. Remove random text and save, to leave an empty file Start docker. Below is my log output for the docker, first before I did the above, then after: ---Before--- CRITICAL:root:failed to read settings from "/etc/motioneye/motioneye.conf": [Errno 2] No such file or directory: '/etc/motioneye/motioneye.conf' -----After-------- INFO: hello! this is motionEye server 0.42 INFO: hello! this is motionEye server 0.42 INFO: main config file /etc/motioneye/motion.conf does not exist, using default values INFO: cleanup started INFO: wsswitch started INFO: tasks started INFO: mjpg client garbage collector started INFO: server started
January 29, 20224 yr OMG that was a stupid one. I created a file "motion.conf" instead of "motioneye.conf". Now it works.
January 31, 20224 yr On 1/28/2022 at 8:57 PM, hoejholm said: What I did to solve the problem - Terminal, cd to the config folder nano motioneye.conf input random text and save, to make nano create the file. Remove random text and save, to leave an empty file Your post really helped me - thank you. For anyone have same issue in the future though the quoted steps can be shortened to: - Terminal, cd to the config folder - touch motioneye.conf Thanks again.
February 9, 20224 yr On 1/6/2022 at 5:03 PM, jeuser said: On 1/28/2022 at 9:57 PM, hoejholm said: What I did to solve the problem - Terminal, cd to the config folder nano motioneye.conf input random text and save, to make nano create the file. Remove random text and save, to leave an empty file Start docker. Below is my log output for the docker, first before I did the above, then after: ---Before--- CRITICAL:root:failed to read settings from "/etc/motioneye/motioneye.conf": [Errno 2] No such file or directory: '/etc/motioneye/motioneye.conf' -----After-------- INFO: hello! this is motionEye server 0.42 INFO: hello! this is motionEye server 0.42 INFO: main config file /etc/motioneye/motion.conf does not exist, using default values INFO: cleanup started INFO: wsswitch started INFO: tasks started INFO: mjpg client garbage collector started INFO: server started Hi i have the same error but creating the empty config doesn't resolve the problem for me, still getting the error and port change doesn't help either. I don't know what to do anymore. When i copy my backup config to appdata it runs, but i need to setup new because when i start motioneye for some reason after a few minutes my unraid web-gui isn't reachable just from my PC anymore. Did anyone had this before ? The motioneye log says : ERROR: the maximum number of tasks (100) has been reached when i end motioneye docker it crashes my webgui connection letting me only connect to the unraid gui via smartphone. When i then reset the nics,it will run for 5-10 mins crashing webgui to my pc again. Anyone have a solution for this ? Edited February 9, 20224 yr by xxsoulxx
February 23, 20224 yr Hi, The video and image files are created by Motioneyes with the wrong permissions (User=root / Group=root). How can I configure Motioneyes Docker to have standard permissions (User=nobody / Group=users) ?. Thanks. Fred.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.