Lost my Honeywell and Netamo after restart

Has anyone seen this before?

image

2019-09-24 16:50:57 ERROR (SyncWorker_17) [somecomfort] Failed to process location 1563625: missing success element

2019-09-24 16:50:57 ERROR (MainThread) [homeassistant.components.climate] Error while setting up platform honeywell
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File “/usr/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for
return fut.result()
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/honeywell/climate.py”, line 109, in setup_platform
client = somecomfort.SomeComfort(username, password)
File “/srv/homeassistant/lib/python3.6/site-packages/somecomfort/client.py”, line 385, in init
self._discover()
File “/srv/homeassistant/lib/python3.6/site-packages/somecomfort/client.py”, line 49, in wrapper
return fn(*args, **kwargs)
File “/srv/homeassistant/lib/python3.6/site-packages/somecomfort/client.py”, line 509, in _discover
self._locations[location.locationid] = location
UnboundLocalError: local variable ‘location’ referenced before assignment