-
Notifications
You must be signed in to change notification settings - Fork 192
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
EXE闪退问题解决办法 #18
Comments
试过了,解决不了。 |
可以呀,我跑起来了 |
跑一段时间不行是因为连接拒绝,看来10个线程也太频繁 |
Traceback (most recent call last): |
其实感觉不用模拟ua,采用原作者的v3多线程就好了,每个线程一个cookie。 |
将文件jd-automask_V2.py中46行的ua = UserAgent()改为:ua = UserAgent(verify_ssl=False)
The text was updated successfully, but these errors were encountered: