Skip to content
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

Error in Motioneye Daemon #3074

Open
AnthonyBSong opened this issue Nov 16, 2024 · 1 comment
Open

Error in Motioneye Daemon #3074

AnthonyBSong opened this issue Nov 16, 2024 · 1 comment

Comments

@AnthonyBSong
Copy link

AnthonyBSong commented Nov 16, 2024

Currently getting the following error when running systemctl status motioneye after installing it using the instructions for Raspberry Pi OS linked: https://github.com/motioneye-project/motioneye/wiki/Install-On-Raspbian

Does anyone know what I am forgetting to install or which step I may have skipped which is causing this issue?

Error/fail below:
`× motioneye.service - motionEye Server
Loaded: loaded (/etc/systemd/system/motioneye.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sat 2024-11-16 17:57:48 EST; 2s ago
Duration: 132ms
Process: 3339 ExecStart=/usr/local/bin/meyectl startserver -c /etc/motioneye/motioneye.conf (code=exited, status=1/FAILURE)
Main PID: 3339 (code=exited, status=1/FAILURE)
CPU: 131ms

Nov 16 17:57:48 raspberrypi systemd[1]: Started motioneye.service - motionEye Server.
Nov 16 17:57:48 raspberrypi meyectl[3339]: Traceback (most recent call last):
Nov 16 17:57:48 raspberrypi meyectl[3339]: File "/usr/local/bin/meyectl", line 5, in
Nov 16 17:57:48 raspberrypi meyectl[3339]: from motioneye.meyectl import main
Nov 16 17:57:48 raspberrypi meyectl[3339]: File "/usr/local/lib/python3.11/dist-packages/motioneye/meyectl.py", line 28, in
Nov 16 17:57:48 raspberrypi meyectl[3339]: import settings
Nov 16 17:57:48 raspberrypi meyectl[3339]: ModuleNotFoundError: No module named 'settings'
Nov 16 17:57:48 raspberrypi systemd[1]: motioneye.service: Main process exited, code=exited, status=1/FAILURE
Nov 16 17:57:48 raspberrypi systemd[1]: motioneye.service: Failed with result 'exit-code'.
`

@Matthew1471
Copy link

Try these steps : #2812 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants