This is what I’m getting:
2020-11-07 14:32:02 ERROR (MainThread) [homeassistant.setup] Error during setup of component aarlo
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 213, in _async_setup_component
result = await task
File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/config/custom_components/aarlo/init.py”, line 240, in setup
arlo = PyArlo(username=username, password=password,
File “/config/custom_components/aarlo/pyaarlo/init.py”, line 143, in init
self._be = ArloBackEnd(self)
File “/config/custom_components/aarlo/pyaarlo/backend.py”, line 45, in init
self._logged_in = self._login()
File “/config/custom_components/aarlo/pyaarlo/backend.py”, line 479, in _login
if not self._auth():
File “/config/custom_components/aarlo/pyaarlo/backend.py”, line 401, in _auth
if not tfa.start():
File “/config/custom_components/aarlo/pyaarlo/tfa.py”, line 49, in start
self._imap = imaplib.IMAP4_SSL(self._arlo.cfg.tfa_host)
File “/usr/local/lib/python3.8/imaplib.py”, line 1297, in init
IMAP4.init(self, host, port)
File “/usr/local/lib/python3.8/imaplib.py”, line 198, in init
self.open(host, port)
File “/usr/local/lib/python3.8/imaplib.py”, line 1310, in open
IMAP4.open(self, host, port)
File “/usr/local/lib/python3.8/imaplib.py”, line 303, in open
self.sock = self._create_socket()
File “/usr/local/lib/python3.8/imaplib.py”, line 1300, in _create_socket
sock = IMAP4._create_socket(self)
File “/usr/local/lib/python3.8/imaplib.py”, line 293, in _create_socket
return socket.create_connection((host, self.port))
File “/usr/local/lib/python3.8/socket.py”, line 787, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
File “/usr/local/lib/python3.8/socket.py”, line 918, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name does not resolve
2020-11-07 14:32:03 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform aarlo.binary_sensor: Unable to set up component.
2020-11-07 14:32:03 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform aarlo.switch: Unable to set up component.
2020-11-07 14:32:03 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform aarlo.media_player: Unable to set up component.
2020-11-07 14:32:03 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform aarlo.light: Unable to set up component.
2020-11-07 14:32:03 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform aarlo.sensor: Unable to set up component.
2020-11-07 14:32:03 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform aarlo.alarm_control_panel: Unable to set up component.
2020-11-07 14:32:03 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform aarlo.camera: Unable to set up component.
Just reads like a wholesale failure of the aarlo module, every time I try it – always looking something like above. What am I missing?