Wangchong Zhou

Results 195 comments of Wangchong Zhou

u'\u62b1\u6b49\uff0c\u670d\u52a1\u5668\u8bf7\u6c42\u51fa\u9519\uff0c\u8bf7\u91cd\u8bd5' => 抱歉,服务器请求出错,请重试 出错是否稳定出现?

In some embedded distributions (like openembedded) argparse is not shipped with python installation, it would be better to wrap `import argparse` with `try`...`except` and disable this feature for these users.

`getopt` is good alternative but the code can be annoying. My suggestion is to read environment variables if `argparse` is not available, if you insists enabling this feature for all...

`getopt` introduces too much irrelevant code. As I suggested before, it would be better to keep using `argparse` but at the same time adding an alternative for users who don't...

`__future__` module can't be wrapped in a try statement. It's better to add proper notice in Readme then change the code.

@wujigui 是用了最近更新的脚本之后失效的吗

@wujigui 这是使用脚本没有正常退出造成的,用py加速后务必ctrl+c退出(提示sending recover request)才能重新加速

这个使用方法我还是想尽量保持简单,像这种情况下稍等一段时间脚本会重新加速的。 docker在readme里有哈,你可以按照步骤试一下。ipk可以直接scp上传之后用opkg安装。提速俩三个小时失效有相应的log吗? `luci-app-xlnetacc_1.0.8-1_all.ipk` 应该是另一个项目,我记得是bash和openssl实现的,可以去github或者恩山上找找

@liuleisail 键盘按ctrl + c退出,如果直接关闭后台程序则无法正常恢复提速前状态,导致下次提速失败。如果出现类似错误可以 1. 等待十五分钟到半个小时左右,心跳超时后自动恢复提速前状态 2. 出现报错时按ctrl+c正常退出一次,再重新提速

Hi, thanks for the PR. Sorry for the delay on my side. Can you please add a condition when either `curl` or `wget` is not installed? In this situation we...