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

你们遇到过这种情况吗?在批处理运行完,会暂停批处理。 #50

Open
leeonix opened this issue Apr 20, 2023 · 6 comments
Assignees

Comments

@leeonix
Copy link

leeonix commented Apr 20, 2023

你们遇到过这种情况吗?fake115uploader放在脚本或者批处理执行,fake115uploader会暂停批处理。
我有10几个文件连续上传,上传一个就会暂停在这个上传成功的,下面条例,就执行不下去。
但同样的脚本,放到linux下执行,就完全没问题。
我每次执行windows下的批处理,都要「盯着」……

@orzogc orzogc self-assigned this Apr 20, 2023
@0xCP
Copy link

0xCP commented Apr 22, 2023

应该是Windows系统环境下(含Powershell和CMD),main.go#L171exitPrint()退出逻辑的处理有问题。

@leeonix
Copy link
Author

leeonix commented May 22, 2023

应该是Windows系统环境下(含Powershell和CMD),main.go#L171exitPrint()退出逻辑的处理有问题。

到现在也没解决方案啊……唉……

@0xCP
Copy link

0xCP commented May 22, 2023

到现在也没解决方案啊……唉……

@leeonix 临时解决办法
main.go#L183 这一行的return换成os.Exit(0)
main.go#L207 在这一行前加一行os.Exit(0)

缺点就是可能会导致文件上传处理结束后打印的信息不完整。

@leeonix
Copy link
Author

leeonix commented Jul 2, 2023

到现在也没解决方案啊……唉……

@leeonix 临时解决办法 main.go#L183 这一行的return换成os.Exit(0) main.go#L207 在这一行前加一行os.Exit(0)

缺点就是可能会导致文件上传处理结束后打印的信息不完整。

那也比卡死强啊……

@orzogc
Copy link
Owner

orzogc commented Jul 15, 2023

试试用WSL运行

@huanongying27
Copy link

到现在也没解决方案啊……唉……

@leeonix 临时解决办法 main.go#L183 这一行的return换成os.Exit(0) main.go#L207 在这一行前加一行os.Exit(0)

缺点就是可能会导致文件上传处理结束后打印的信息不完整。

想问下这个咋换啊,用的是编译好的版本

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

4 participants