netatmo-api-python icon indicating copy to clipboard operation
netatmo-api-python copied to clipboard

What to do here?

Open schroepfer opened this issue 3 weeks ago • 1 comments

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

schroepfer avatar Dec 31 '25 12:12 schroepfer