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
When I want to authenticate I get the following: Traceback (most recent call last): File "/Users/daniel/shark.py", line 7, in <module> ayla_api.sign_in() File "/opt/homebrew/lib/python3.9/site-packages/sharkiq/ayla_api.py", line 93, in sign_in self._set_credentials(resp.status_code, resp.json()) File "/opt/homebrew/lib/python3.9/site-packages/sharkiq/ayla_api.py", line 82, in _set_credentials raise SharkIqAuthError(login_result["error"]["message"]) TypeError: string indices must be integers
Same for using pything script standalone or the home assistant integration.
Any thoughts?
If relevant: based in Europe.
The text was updated successfully, but these errors were encountered:
I'm seeing in US as well. I'm using the correct username and password for the sharkclean.com login. Is that the right one? Sometimes I get a 403 error : forbidden now.
Can someone confirm that this is a problem across the board with SharkIq robot integration?
Hey,
When I want to authenticate I get the following:
Traceback (most recent call last): File "/Users/daniel/shark.py", line 7, in <module> ayla_api.sign_in() File "/opt/homebrew/lib/python3.9/site-packages/sharkiq/ayla_api.py", line 93, in sign_in self._set_credentials(resp.status_code, resp.json()) File "/opt/homebrew/lib/python3.9/site-packages/sharkiq/ayla_api.py", line 82, in _set_credentials raise SharkIqAuthError(login_result["error"]["message"]) TypeError: string indices must be integers
Same for using pything script standalone or the home assistant integration.
Any thoughts?
If relevant: based in Europe.
The text was updated successfully, but these errors were encountered: