Skip to content
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.

AttributeError: 'module' object has no attribute '_create_unverified_context' #127

Open
xo0 opened this issue Mar 23, 2016 · 2 comments
Open

Comments

@xo0
Copy link

xo0 commented Mar 23, 2016

本程序的查询结果可能会引起一些心理上的不适,请小心使用...
1小时内只能使用一次,否则会因操作繁忙阻止建群
Traceback (most recent call last):
File "wdf.py", line 568, in
main()
File "wdf.py", line 442, in main
ssl._create_default_https_context = ssl._create_unverified_context
AttributeError: 'module' object has no attribute '_create_unverified_context'

windows 不会 ubuntu会

@cato1718
Copy link

讲道理的话,可以用python3打开试试

@zackz-woolloo
Copy link

SSLContext was introduced in 2.7.9, you're using an old version of Python so it doesn't have this attribute.

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

No branches or pull requests

3 participants