You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
First of all, I'd like to wish you all a happy new year and express my gratitude to the team for this fantastic add-on.
So, to kick off this year, we're starting with a problem with the new version:
since the upgrade to 2025.1.0 , SomfyProtect2MQTT no longer start up.
Extract of the log :
streaming: mqtt
[09:12:23] INFO: Image build
[09:12:23] INFO: starting original stuff...
SomfyProtect2MQTT
Version actuelle : 2025.1.0
Traceback (most recent call last):
File "/usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/main.py", line 17, in
from somfy_protect.websocket import SomfyProtectWebsocket
File "/usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/somfy_protect/websocket/init.py", line 22, in
from aiortc import RTCPeerConnection, RTCSessionDescription, RTCIceCandidate, MediaStreamTrack
File "/usr/lib/python3.11/site-packages/aiortc/init.py", line 4, in
import av.logging
File "/usr/lib/python3.11/site-packages/av/init.py", line 20, in
from av._core import time_base, library_versions
ImportError: Error loading shared library : Invalid argument (needed by /usr/lib/python3.11/site-packages/av/../av.libs/libjxl-786a1238.so.0.8.2)
[08:12:28] WARNING: Halt add-on
[08:12:28] INFO: Service restart after closing
.
I tried the dev version but it also the same behavior.
The text was updated successfully, but these errors were encountered:
Hello,
First of all, I'd like to wish you all a happy new year and express my gratitude to the team for this fantastic add-on.
So, to kick off this year, we're starting with a problem with the new version:
since the upgrade to 2025.1.0 , SomfyProtect2MQTT no longer start up.
Extract of the log :
streaming: mqtt
[09:12:23] INFO: Image build
[09:12:23] INFO: starting original stuff...
SomfyProtect2MQTT
Version actuelle : 2025.1.0
Traceback (most recent call last):
File "/usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/main.py", line 17, in
from somfy_protect.websocket import SomfyProtectWebsocket
File "/usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/somfy_protect/websocket/init.py", line 22, in
from aiortc import RTCPeerConnection, RTCSessionDescription, RTCIceCandidate, MediaStreamTrack
File "/usr/lib/python3.11/site-packages/aiortc/init.py", line 4, in
import av.logging
File "/usr/lib/python3.11/site-packages/av/init.py", line 20, in
from av._core import time_base, library_versions
ImportError: Error loading shared library : Invalid argument (needed by /usr/lib/python3.11/site-packages/av/../av.libs/libjxl-786a1238.so.0.8.2)
[08:12:28] WARNING: Halt add-on
[08:12:28] INFO: Service restart after closing
.
I tried the dev version but it also the same behavior.
The text was updated successfully, but these errors were encountered: