-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
Description
Hello,
i can't understand these errors:
juergen@PI2W-Netatmo:~/netatmo-api-python $ sudo python3 lnetatmo.py
Traceback (most recent call last):
File "/home/juergen/netatmo-api-python/lnetatmo.py", line 1183, in
authorization = ClientAuth() # Test authentication method
^^^^^^^^^^^^
File "/home/juergen/netatmo-api-python/lnetatmo.py", line 253, in init
with open(self._credentialFile, "r", encoding="utf-8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/root/.netatmo.credentials'
PS: the credential-file is in my home directory.... with brand new refresh-Token.
Please can you explain, what to do?
Regards
Jürgen