mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.67k stars 170 forks source link

PermissionError: [Errno 1] Operation not permitted #943

Closed drewski56 closed 1 year ago

drewski56 commented 1 year ago

Hi! I've been getting a permission error with docker-compose up. I've done sudo apt update and sudo apt upgrade, fully stopped docker, docker rm wyze-bridge, docker-compose down but everything time I try to get this up and running I'm getting the same error. Apologies if this isn't related specifically to wyze-bridge, but both homeassistant and frigate are running fine.

Thanks!

wyze-bridge | Traceback (most recent call last): wyze-bridge | File "/usr/local/bin/flask", line 5, in wyze-bridge | from flask.cli import main wyze-bridge | File "/usr/local/lib/python3.11/site-packages/flask/init.py", line 1, in wyze-bridge | from . import json as json wyze-bridge | File "/usr/local/lib/python3.11/site-packages/flask/json/init.py", line 6, in wyze-bridge | from ..globals import current_app wyze-bridge | File "/usr/local/lib/python3.11/site-packages/flask/globals.py", line 6, in wyze-bridge | from werkzeug.local import LocalProxy wyze-bridge | File "/usr/local/lib/python3.11/site-packages/werkzeug/init.py", line 1, in wyze-bridge | from .serving import run_simple as run_simple wyze-bridge | File "/usr/local/lib/python3.11/site-packages/werkzeug/serving.py", line 32, in wyze-bridge | from ._internal import _log wyze-bridge | File "/usr/local/lib/python3.11/site-packages/werkzeug/_internal.py", line 3, in wyze-bridge | import logging wyze-bridge | File "/usr/local/lib/python3.11/logging/init.py", line 58, in wyze-bridge | _startTime = time.time() wyze-bridge | ^^^^^^^^^^^ wyze-bridge | PermissionError: [Errno 1] Operation not permitted

mrlt8 commented 1 year ago

hmm, could be related to libseccomp2? #97 #909

drewski56 commented 1 year ago

Amazing, thanks. I did have to wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1~bpo10+1_armhf.deb, not the one listed for some reason. Either way, it's working now, thank you so much for the help! Loving this tool and amazed at your quick response on this.