Hello World!
2025-12-06 04:54:07,009 - meross.api - ERROR - Error occurred when logging in.
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/meross_iot/api.py", line 49, in login
response_data = cls._authenticated_post(_LOGIN_URL, params_data=data)
File "/usr/local/lib/python3.6/dist-packages/meross_iot/api.py", line 99, in _authenticated_post
raise AuthenticatedPostException("Failed request to API. Response code: %d" % str(r.status_code))
TypeError: %d format: a number is required, not str