Joeri Colman
Joeri Colman
The `/dev/vchiq` device was already included. I've also tried to run it using privileged but with no success. I've seen there is now a new commit but after updating the...
Fixed the build errors with the changes from https://github.com/michaelarnauts/cec-mqtt-bridge/pull/36, but I am still getting the same error. I also tried to run the cec-client in the container instead of on...
My output for `vchiq` is the same ``` # ls -lah /dev/vchiq crw-rw---- 1 root video 242, 0 Dec 22 22:17 /dev/vchiq ``` The hardware and os info is -...
The PI is also running hyperion. It is indeed strange that it's just not working within docker because it would seem that the dependencies should be easier there.
Here are my outputs: ``` # docker --version Docker version 20.10.22, build 3a2c30b # uname -r 5.15.76-v7+ # python3 --version Python 3.9.2 # lsmod | grep vchiq bcm2835_mmal_vchiq 32768 3...
I was having this problem to. I think the problem is that there are 2 mfa stages in the default authentication flow. This makes it so you have to put...
I'm also on 2024.2.1 and for me it is working. I'm only using totp so your issue might be something different with the passkey. I've done this change in the...
I'm having a similar issue when upgrading from 2024.4.1 to 2024.4.2. Following is a snippit from the worker log: ``` DBG event=Loaded app settings logger=authentik.lib.config timestamp=1715538755.9956036 path=authentik.sources.plex.settings DBG event=Loaded app...
I'm having a similar issue when trying to upgrade from `2024.4.1` to `2024.4.2`. I do see following error in the worker log ``` DBG event=Loaded app settings logger=authentik.lib.config timestamp=1715538755.9956036 path=authentik.sources.plex.settings...
Upgrading to version `2024.6.0` now works for me.