Netatmo Error during setup

My netatmo Weather Station suddenly doesnt work anymore with Home Assistant.

This is the error that i got in the log:

2019-03-08 22:30:19 ERROR (MainThread) [homeassistant.setup] Error during setup of component netatmo
Traceback (most recent call last):
File “/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/homeassistant/setup.py”, line 154, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File “/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/homeassistant/components/netatmo/init.py”, line 48, in setup
'read_station read_camera access_camera ’
File “/Users/Pinuccio/.homeassistant/deps/lib/python/site-packages/pyatmo.py”, line 85, in init
self._accessToken = resp[“access_token”]
TypeError: ‘NoneType’ object is not subscriptable

HA Version is 0.88.2

I tried also other version but still got the same issue.