Skip to content
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

jdk17启动后导出结果为空文件 #154

Open
xiaoliusec opened this issue Jun 20, 2024 · 6 comments
Open

jdk17启动后导出结果为空文件 #154

xiaoliusec opened this issue Jun 20, 2024 · 6 comments

Comments

@xiaoliusec
Copy link

image
image
image

@f1ashine
Copy link
Collaborator

我本地用jdk18导出都可以没有问题,你可以把那个--add-opens参数去掉了,新的版本不需要这个,师傅你这边能稳定出现这个问题吗还是说是临时出现,看起来是网络请求的问题

@klopiop
Copy link

klopiop commented Jun 23, 2024

image
1.8版本,导出为空

@winezer0
Copy link

winezer0 commented Jun 27, 2024

超过一页时,导出的表格里面为空

测试语句 结果9000+
protocol=="socks5" && "Version:5 Method:No Authentication(0x00)" && country="CN"

设置每页2000 然后会发现第一次导出是空的,

重启程序后 设置为9999 一次导出成功

再次设置 为2000页,重启程序,导出1页成功。

很奇怪的问题,jdk8 版本,本机也是java8、上两个版本没有这个问题

@f1ashine
Copy link
Collaborator

f1ashine commented Jun 28, 2024

超过一页时,导出的表格里面为空

测试语句 结果9000+ protocol=="socks5" && "Version:5 Method:No Authentication(0x00)" && country="CN"

设置每页2000 然后会发现第一次导出是空的,

重启程序后 设置为9999 一次导出成功

再次设置 为2000页,重启程序,导出1页成功。

很奇怪的问题,jdk8 版本,本机也是java8、上两个版本没有这个问题

之前版本是用的https://fofa.info/api/v1/search/all 这个接口,手动控制翻页加载,新版本用的连续翻页接口https://fofa.info/api/v1/search/next 导出是空的说明请求出错了,接口没有返回数据

@winezer0
Copy link

之前版本是用的https://fofa.info/api/v1/search/all 这个接口,手动控制翻页加载,新版本用的连续翻页接口https://fofa.info/api/v1/search/next 导出是空的说明请求出错了,接口没有返回数据

这个next接口有点问题的,要求不能Sessioin中断还是啥

@ssrc-c
Copy link

ssrc-c commented Jul 19, 2024

jdk1.8导出的数据也为空

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants