-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug solution] Error 422 solution #263
Comments
I create a pull request #264, please check and merge it. |
遇到同样的问题。 |
merge |
@qfdk 其实并没有解决,因为get方法调用授权接口并没有返回token,也并没有存在本地,请求时用的是由账号密码组合生成的授权码,这时候按照程序逻辑,每次启动会因为读取不到本地token,每次都进去登录界面。 |
Because the Get method call authorization interface does not return token and does not save token locally. the request is made with the authorization code generated by the combination of account and passwords. At this time, according to the program logic, every time start app will enter the login page because the local token can not be read. |
When I try to login, the github api throw a exception code 422 and I find this answer can be a solution to this problem.
The text was updated successfully, but these errors were encountered: