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
Pinging @jayp193 and @karthikeyan-dhandapani to please have a look at this issue and the proposed fix that URL encodes username and password in the API call.
Authentications fails when the username or password contains a special character like
&
Probably caused because the login method of class HttpApi in aos.py does not escape username and password:
Possible solution:
The text was updated successfully, but these errors were encountered: