Netatmo failing again

Hi!
After a restart, the netatmo plubin is failing, again. It only worked a few days.

Error while setting up platform netatmo
Traceback (most recent call last):
File “/usr/local/lib/python3.6/dist-packages/homeassistant/helpers/entity_platform.py”, line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
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 “/usr/local/lib/python3.6/dist-packages/homeassistant/components/camera/netatmo.py”, line 47, in setup_platform
camera_type, verify_ssl)])
File “/usr/local/lib/python3.6/dist-packages/homeassistant/components/camera/netatmo.py”, line 66, in init
camera=camera_name
File “/home/pkormann/.homeassistant/deps/lib/python3.6/site-packages/smart_home/Camera.py”, line 166, in cameraUrls
vpn_url = camera_data[“vpn_url”]
KeyError: ‘vpn_url’

I’m on 0.87.1 now, but the problem started with 0.87.0 already.

Hm, it’s working again. I reset the Welcome and now it’s working again. I guess the plug in would need a bit better error handling. If a camera isn’t working as expected, the others stop working, too.