You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've executed all steps but when launching to connect to my growatt server, I receive the following exception. User and password are correct.
``_Traceback (most recent call last):
File "/Users/achimera/dev/growatt_api_client/growatt/init.py", line 71, in login
result = self._back_success_response(response)
File "/Users/achimera/dev/growatt_api_client/growatt/init.py", line 147, in _back_success_response
raise GrowattApiError()
growatt.GrowattApiError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 85, in run_code
exec(code, run_globals)
File "/Users/achimera/dev/growatt_api_client/growatt/main.py", line 9, in
api.login(username, password)
File "/Users/achimera/dev/growatt_api_client/growatt/init.py", line 75, in login
raise LoginError``
The text was updated successfully, but these errors were encountered:
This happens when the Growatt API returns a valid JSON response indicating that the login attempt was not succesful. This usually happens when the username or password is incorrect. Please check your credentials and put them between 'single quotes' to prevent your shell from messing up the arguments.
That gives slightly more information in case something goes wrong. However, it
currently only reports something like "errCode: 102", and we don't know what
that means.
This was motivated by issue #6.
Hi,
I've executed all steps but when launching to connect to my growatt server, I receive the following exception. User and password are correct.
``_Traceback (most recent call last):
File "/Users/achimera/dev/growatt_api_client/growatt/init.py", line 71, in login
result = self._back_success_response(response)
File "/Users/achimera/dev/growatt_api_client/growatt/init.py", line 147, in _back_success_response
raise GrowattApiError()
growatt.GrowattApiError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 85, in run_code
exec(code, run_globals)
File "/Users/achimera/dev/growatt_api_client/growatt/main.py", line 9, in
api.login(username, password)
File "/Users/achimera/dev/growatt_api_client/growatt/init.py", line 75, in login
raise LoginError``
The text was updated successfully, but these errors were encountered: