Alarm.com went kablooey

As of this morning, my alarm.com integration is failing. Anyone else seeing errors like this?

Error while setting up alarmdotcom platform for alarm_control_panel
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/pyalarmdotcom/pyalarmdotcom.py", line 188, in async_login
    self.state = tree.select(self.ALARM_STATE)[0].get_text()
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 179, in _async_setup_platform
    await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
    return fut.result()
  File "/usr/src/homeassistant/homeassistant/components/alarmdotcom/alarm_control_panel.py", line 48, in async_setup_platform
    await alarmdotcom.async_login()
  File "/usr/src/homeassistant/homeassistant/components/alarmdotcom/alarm_control_panel.py", line 70, in async_login
    await self._alarm.async_login()
  File "/usr/local/lib/python3.7/site-packages/pyalarmdotcom/pyalarmdotcom.py", line 197, in async_login
    '#{}'.format(self.ERROR_CONTROL))[0].attrs.get('value')
IndexError: list index out of range
2 Likes

Iā€™m getting the same stack. Logging into alarm.com using the browser works fine.

yup seeing the same thing here, started a few hours ago

Just got back home from a trip. Same here. Not sure when it started

Have the same thing here, for the last 36 hours or so.

I created an issue. It might get more attention if everyone chimes in and mentions that they are experiencing the same problems.

this fixed it for me (for now)