mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
WARNING: mjpg client connection for camera 3 on port 8083 is closed #2296
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#2296
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 @pickonedev on GitHub (Sep 25, 2022).
Hi!
When I add the 3rd camera (does not care what kind of camera), I get multiple errors with this line "
WARNING: mjpg client connection for camera 3 on port 8083 is closed". Any idea what can I do to solve this?The camera feed it is not shown.
Edit: I saw one error for camera 1 as well, but the camera feed seems to work "
WARNING: mjpg client connection for camera 1 on port 8081 is closed"Edit2: I tried to change the Streaming port and still not working (
ERROR: mjpg client timed out receiving data for camera 3 on port 9003"If I add the 4th camera, the 4th camera it is working, but 3rd no chance...
Edit3: And I see this error very often "
/bin/sh: lsb_release: not found", it if helps...Thank you!
@MichaIng commented on GitHub (Sep 25, 2022):
The
lsb_releaseerror is not related and can be ignored, but also solved by installing thelsb-releasepackage, e.g. on Debian/Ubuntu:Which OS do you use, and which motionEye version? If 0.42.1, please try to use the new Python 3 based dev version, which has quite a bunch of bugs solved: https://github.com/motioneye-project/motioneye/tree/dev#installation
@pickonedev commented on GitHub (Sep 25, 2022):
I am using:
Home Assistant 2022.9.6
Operating System 9.0
With MotionEye Add-On 0.18.0
@MichaIng commented on GitHub (Sep 25, 2022):
Ah okay, I have no experience or insights into the Home Assistant OS, but it uses the older motionEye for sure. We really need to get v0.43.0 released, so distros and other appliance developers can update theirs 🤔.