We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用软件的系统及版本:Windows 10 家庭中文版 Goby版本:v2.9.6 Beta 登录过程无论是使用用户名/邮箱+API KEY还是使用用户名/邮箱+密码的方式,点击登录按钮后都会提示400: undefined 通过查看日志,发现GoBy会自动设置代理,且无法关闭 `2024/08/07 14:40:23 [DEBUG] close pcap handler for getGatewayMac
2024/08/07 14:40:23 select adapter of to send packets: &{\Device\NPF_{9595E168-77C0-4D11-9DC0-3A153947D875} 10.201.170.91 [] {10.201.170.91 ffffff00} ffffff00 00:e0:4c:68:86:2f Realtek USB GbE Family Controller #2 34:6b:5b:16:66:01}
2024/08/07 14:40:23 find router mac is 34:6b:5b:16:66:01
2024/08/07 14:40:23 [DEBUG] fetch mac address: \Device\NPF_{9595E168-77C0-4D11-9DC0-3A153947D875} 34:6b:5b:16:66:01
2024/08/07 14:40:23 [DEBUG] close pcap handler for getGatewayMac
2024/08/07 14:48:41 127.0.0.1:9723 GET /api/v1/version
2024/08/07 14:51:06 127.0.0.1:9793 GET /api/v1/version` 请帮忙解决一下GoBy无法登录的问题,谢谢
The text was updated successfully, but these errors were encountered:
补充:经过测试,不是代理的问题 即使设置代理,日志依然会遍历127.0.0.1的其它端口
Sorry, something went wrong.
您好,暂未完整复现,请抓包检查,若未解决则联系客服gobyteam
No branches or pull requests
使用软件的系统及版本:Windows 10 家庭中文版
Goby版本:v2.9.6 Beta
登录过程无论是使用用户名/邮箱+API KEY还是使用用户名/邮箱+密码的方式,点击登录按钮后都会提示400: undefined
通过查看日志,发现GoBy会自动设置代理,且无法关闭
`2024/08/07 14:40:23 [DEBUG] close pcap handler for getGatewayMac
2024/08/07 14:40:23 select adapter of to send packets: &{\Device\NPF_{9595E168-77C0-4D11-9DC0-3A153947D875} 10.201.170.91 [] {10.201.170.91 ffffff00} ffffff00 00:e0:4c:68:86:2f Realtek USB GbE Family Controller #2 34:6b:5b:16:66:01}
2024/08/07 14:40:23 find router mac is 34:6b:5b:16:66:01
2024/08/07 14:40:23 [DEBUG] fetch mac address: \Device\NPF_{9595E168-77C0-4D11-9DC0-3A153947D875} 34:6b:5b:16:66:01
2024/08/07 14:40:23 [DEBUG] close pcap handler for getGatewayMac
2024/08/07 14:48:41 127.0.0.1:9723 GET /api/v1/version
2024/08/07 14:51:06 127.0.0.1:9793 GET /api/v1/version`
请帮忙解决一下GoBy无法登录的问题,谢谢
The text was updated successfully, but these errors were encountered: