-
Notifications
You must be signed in to change notification settings - Fork 6
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]: 当账户的流量为无限时,无法完成授权登陆 #220
Comments
我未注意到维护时间,维护后再看看是否存在 |
今天仍然有这个问题,感觉是跳转页面地址不正确( |
你应该更新到v1.0.0+3 |
[2024-12-23 16:12:14.640195][INFO]: Instance "GetMaterialController" has been created [2024-12-27 16:14:27.118010][INFO]: Instance "_Controller" has been created |
暂时不清楚原因,我这边测试环境是正常的,晚点看看能不能复现 |
Maybe fix this issue: #224 |
run.log |
貌似没有在日志中找到什么有效的信息,或许应该打开 DEBUG Logger 以获取更详细的日志 |
那这个日志呢,已启用debug
[run.log](https://github.com/user-attachments/files/18331628/run.log)
…------------------ Original ------------------
From: "Muska-Ami/NyaLCF" ***@***.***>;
Date: Tue, Jan 7, 2025 06:50 PM
***@***.***>;
***@***.***>;"State ***@***.***>;
Subject: Re: [Muska-Ami/NyaLCF] [BUG]: 无法正常完成授权 (Issue #220)
貌似没有在日志中找到什么有效的信息,或许应该打开 DEBUG Logger 以获取更详细的日志
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
请不要通过邮件附件,GitHub 并不会一并上传附件 |
我这边本地得到的情况是,疑似已经成功获取到了密钥信息,但在处理时出现问题,我的shared_preferences.json中的数据在授权完成后得到了信息更新
Message ID: ***@***.***>
|
@Suisuroru 直接登录面板没有问题嘛?只看到了两个网络请求错误,没有找到什么其他有效的数据 |
面板的登陆无异常,只有启动器的登陆存在问题,网页授权也能正常完成 |
@Suisuroru 删除数据目录下的 shared_preferences.json 重试一下试试 |
删除后仍然无效,我将尝试使用QQ将PSR数据和我的本地数据发送给您,由于一些隐私数据,这些数据不应该在这里被公布
…------------------ Original ------------------
From: "Muska-Ami/NyaLCF" ***@***.***>;
Date: Tue, Jan 7, 2025 07:30 PM
***@***.***>;
***@***.******@***.***>;
Subject: Re: [Muska-Ami/NyaLCF] [BUG]: 无法正常完成授权 (Issue #220)
@Suisuroru 删除数据目录下的 shared_preferences.json 重试一下试试
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
此问题经排查为流量数值异常为
此问题将被关闭,因为并非启动器本身导致 |
问前检查
问题描述&复现过程
点击授权按钮后会跳转至
http://localhost:5173/auth/oauth/authorize?app_id=1&scopes=User,Proxy,Sign&redirect_url=http://localhost:21131/oauth/callback):5173/auth/oauth/authorize?app_id=1&scopes=User,Proxy,Sign&redirect_url=http://localhost:21131/oauth/callback
我并不知道这是否是正常的地址(我并不知道是否使用了本地服务器验证),但跳转后会提示此页面无法完成验证
版本
1.0.0(+1)
运行日志
The text was updated successfully, but these errors were encountered: