Python 3.2 SSLError

时间:2016-02-04 16:23:13

标签: python ssl instagram-api

我正在研究一个调用Instagram API的简单脚本。

错误 -

File "C:\Python32\lib\ssl.py", line 168, in wrap_socket _context=self) File "C:\Python32\lib\ssl.py", line 255, in __init__ raise x     File "C:\Python32\lib\ssl.py", line 251, in __init__ self.do_handshake() File "C:\Python32\lib\ssl.py", line 430, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [Errno 8] _ssl.c:392: EOF occurred in violation of protocol

0 个答案:

没有答案