mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Fatal Python error: GC object already tracked #775
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#775
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pi0user on GitHub (Mar 15, 2018).
Yesterday I installed motionEye on my x86 Debian 9 server following the Wiki Debian install guide. Installation of motion, ffmpeg & v4l-utils were skipped as I'm using motionEye as a hub for a few Pi Zero W's running the latest motionEyeOS. So, I basically started installation with step 3. Install the dependencies from the repositories.
The motionEye GUI can be accessed directly by http://ip:8765 and by https through an apache reverse proxy. Configuration and adding the remote cameras went well but the motionEye GUI keeps quitting unexpectedly. Camera output stops and the "no camera" images are displayed. The cameras are still accessible through their own GUI's and working fine.
When I restart meyectl with the -d option, I see the following error after a while.
The full log is as follows.
This time motionEye aborted after taking a snapshot. It also seems to abort after a period of inactivity with no apparent reason or trigger.
Any ideas on how to debug & resolve this issue?
motionEye server 0.38.1
Python 2.7.13
Linux Server 4.9.0-6-686-pae #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) i686 GNU/Linux
@ccrisan commented on GitHub (Mar 15, 2018):
Sounds like a python problem rather than a motionEye problem.
@pi0user commented on GitHub (Mar 15, 2018):
Thanx. I'll look into my servers python configuration.
@pi0user commented on GitHub (Mar 16, 2018):
The system is running smoothly for 24 hours after an upgrade of motionEye.
pip install motioneye --upgradeThat (re)installed some stuff and I guess fixed whatever was wrong.
I put that command in a cron job to keep up to date with motionEye and its dependencies.
@ccrisan, many thanks for this great, feature packed software!