-
Notifications
You must be signed in to change notification settings - Fork 245
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
如果出现登陆失败或者请求失败 #57
Comments
webview授权登录不行???你可以调试是不是webview里面在shouldreload的判断没有进入if的判断? |
override fun shouldOverrideUrlLoading(view: WebView?, request: String?) : Boolean(Android7.0废弃) val webViewClient: WebViewClient = object : WebViewClient() {
|
按钮点击授权后,无法登录 具体现象为 授权按钮(Authorize XXX)那边是灰色的enable状态 底部有3个TIP github账号很早就建了,创建CLIENT_ID、CLIENT_SECRET 是今天刚创建的。 |
CarGuo/gsy_github_app_flutter#643 (comment) 已经记录 @msrlin 参考下另外一个项目 |
OK ,照着说明解决了 |
https://acc15t4bm5.feishu.cn/docx/doxcnpGz1yuAkaDqQ7b7sHBsiue rrorStr: subscribe: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/reference/issues#create-an-issue"}
|
1、确定你申请的 ClientId 和 ClientSecret 是正确的。
2、确定正常使用用户名密码登陆或者 OAuth 登陆。
3、Connection refused 的情况请更换网络环境。
Http 请求 422 请检查申请的 ClientId、 ClientSecret,登陆用用户名和密码,不用使用邮箱;授权登记方式记得 readme 中的 Authorization callback URL 一栏必须填入
gsygithubapp://authed
Connection Refused
问题是Github Api 和我们天朝网络的兼容问题,建议稍后再试或者换个网络环境(wifi、4G、电信/移动/联通)The text was updated successfully, but these errors were encountered: