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
I am running haos in a vmm which includes mqtt as an add on
I have frigate talking to mqtt fine
I run amble gpt and get this error:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/socket.py", line 851, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.11/socket.py", line 836, in create_connection
sock.connect(sa)
TimeoutError: timed out
/app/./mqtt_client.py:429: DeprecationWarning: Callback API version 1 is deprecated, update to latest version
client = mqtt.Client()
any idea how to fix this one ?
thank you
The text was updated successfully, but these errors were encountered:
It works great but I get this error all the time. It doesnt affect functionality though. Would that be related to the major update to the paho mqtt in Feb 2024, they recommend updating the code
hi there -
really keen to try this out.
I am running haos in a vmm which includes mqtt as an add on
I have frigate talking to mqtt fine
I run amble gpt and get this error:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/socket.py", line 851, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.11/socket.py", line 836, in create_connection
sock.connect(sa)
TimeoutError: timed out
/app/./mqtt_client.py:429: DeprecationWarning: Callback API version 1 is deprecated, update to latest version
client = mqtt.Client()
any idea how to fix this one ?
thank you
The text was updated successfully, but these errors were encountered: