selene oem unlock getServiceToken missing cookie
CastixGitHub opened this issue · 2 comments
CastixGitHub commented
Device: Redmi 10 selene
more than 15 days since device->account connection
checked the account ID is the same (by mistake i previously logged into an old one)
unable to unlock
tool version: V20.7.28(beta)
(unable to copy the traceback since the text on screen is not selectable and no logs on stderr)
paolomeraviglia commented
rosembergdesantana commented
Still not working, logging the code the response get in this method: httpGetServiceToken() in this class XiaomiServiceEntry.
EasyResponse response;
Log.log_private("Second step request: " + url);
response = EasyHttp.get(url); -> 401 response code.
HashMap<String, String> cookies = response.getCookies();
serviceToken = cookies.get("serviceToken");
Always getting 401 after the request trying to get the url base mount in this method signedLocation().