Hi all
I'm trying to test this tutorial on Oak-1 PoE camera
depthai-experiments/gen2-poe-mqtt at master · luxonis/depthai-experiments · GitHub
I keep getting this error:
Connected to OAK
[14442C10E113D5D600] [172.16.95.11] [7.054] [Script(2)] [warning] Connecting to MQTT broker...
[14442C10E113D5D600] [172.16.95.11] [55.764] [Script(2)] [critical] gaierror: (8, 'getaddrinfo failed')
At:
/usr/lib/python3.9/socket.py(953): getaddrinfo
/usr/lib/python3.9/socket.py(822): create_connection
<script>(4825): _create_socket_connection
<script>(2053): reconnect
<script>(1904): connect
<script>(5148): <module>
What is the cause of the error and how can fix it ?
Thank you