-
Notifications
You must be signed in to change notification settings - Fork 10
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
错误 #55
Comments
有尝试 1.6.0 版本吗 |
1.6.0连认证都认证不了,一直提示无法解析10000.gd.cn和onnect.rom.miui.com,改hosts都没有用,我甚至把从wan获取到的dns设置成默认dns都不行。目前也就只有1.5.0可用完成认证,但是无法发送心跳包 |
1.4.0发着发着也报错了
|
能用 wireshark 抓下程序运行时的包,然后发到我邮箱吗 |
我不清楚你要抓什么包......是认证的时候的数据包? |
我刚刚又去测速了一下1.6.0 还是错误(我已经使用了本地DNS劫持解析到正确地址了) [05:49:22 832] INFO [com.rsplwe.esurfing.network.RedirectInterceptor] (RedirectInterceptor:28) - Redirect #1 [05:49:54 285] ERROR [ConnectivityStatus] (NetworkConnectivityKt:78) - java.lang.RuntimeException: Request Code: 302 [05:49:59 495] ERROR [ConnectivityStatus] (NetworkConnectivityKt:78) - java.lang.RuntimeException: Request Code: 302 |
程序运行时到程序结束范围内的 |
这个周期有亿点点长,特别是1.4.0,不知道哪个心跳包发着发着就没有下次时间了,然后错误了 |
刚刚点错了,不小心close了 |
由于我现在已经不在学校了,所以没有相关的网络环境来调试错误,如果要反馈错误只能先抓包再发送给我 |
服务器就只在登录的时候返回了KeepRetry,后面都不返回了。有点时候甚至登录都不返回,索性添加校验功能,如果不符合,则默认60秒。 |
[06:12:03 295] INFO [com.rsplwe.esurfing.Client] (Client:80) - The login has been authorized. |
好家伙,还得我自己close |
我也遇到相似的情况,我到时候也去看看现在怎么样了 |
有时候因为网络波动导致测试请求失败抛出Exception,然后卡在那边一直不动了,就哪怕后来经检测可以ping但也不会继续发心跳包了 |
我怀疑你使用了UA修改插件 |
UA修改?都是只用于Release的Jar |
UA2F或者UA3F等
|
我没用啊,我现在打算用Debian试一下 |
换了一个版本都是这个错误。好奇怪啊
[05:03:25 158] INFO [com.rsplwe.esurfing.Client] (Client:143) - Keep Retry: 15 [05:03:25 158] INFO [com.rsplwe.esurfing.Client] (Client:77) - The network has been connected. [05:03:40 169] INFO [com.rsplwe.esurfing.Client] (Client:33) - Send Keep Packet [05:03:40 171] INFO [com.github.unidbg.linux.AndroidSyscallHandler] (AndroidSyscallHandler:456) - Return default pipe pair. [05:03:40 171] INFO [com.github.unidbg.linux.ARM64SyscallHandler] (ARM64SyscallHandler:490) - fork [05:03:40 172] INFO [com.github.unidbg.linux.AndroidSyscallHandler] (AndroidSyscallHandler:456) - Return default pipe pair. [05:03:40 172] INFO [com.github.unidbg.linux.ARM64SyscallHandler] (ARM64SyscallHandler:490) - fork [05:03:40 202] INFO [com.rsplwe.esurfing.Client] (Client:35) - Next Retry: Exception in thread "Thread-2" java.lang.NumberFormatException: For input string: "" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) at java.base/java.lang.Long.parseLong(Long.java:595) at java.base/java.lang.Long.parseLong(Long.java:722) at com.rsplwe.esurfing.Client.run(Client.kt:32) at java.base/java.lang.Thread.run(Thread.java:1570)
The text was updated successfully, but these errors were encountered: