You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add the plugin in QGIS it gives a socket error. Python error:
Couldn't load plugin geotweet due an error when calling its classFactory() method
Traceback (most recent call last):
File "C:/PROGRA1/QGISBR1/apps/qgis/./python\qgis\utils.py", line 208, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:/Users/Phaneuf_K/.qgis2/python/plugins\geotweet__init__.py", line 35, in classFactory
return geotweet(iface)
File "C:/Users/Phaneuf_K/.qgis2/python/plugins\geotweet\geotweet.py", line 75, in init
self.dlg = geotweetDialog()
File "C:/Users/Phaneuf_K/.qgis2/python/plugins\geotweet\geotweet_dialog.py", line 56, in init
urllib.urlretrieve('https://github.com/tweepy/tweepy/archive/master.zip', tempfolder + os.sep + 'master.zip')
File "C:\PROGRA1\QGISBR1\apps\Python27\lib\urllib.py", line 94, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
File "C:\PROGRA1\QGISBR1\apps\Python27\lib\urllib.py", line 240, in retrieve
fp = self.open(url, data)
File "C:\PROGRA1\QGISBR1\apps\Python27\lib\urllib.py", line 208, in open
return getattr(self, name)(url)
File "C:\PROGRA1\QGISBR1\apps\Python27\lib\urllib.py", line 437, in open_https
h.endheaders(data)
File "C:\PROGRA1\QGISBR1\apps\Python27\lib\httplib.py", line 969, in endheaders
self._send_output(message_body)
File "C:\PROGRA1\QGISBR1\apps\Python27\lib\httplib.py", line 829, in _send_output
self.send(msg)
File "C:\PROGRA1\QGISBR1\apps\Python27\lib\httplib.py", line 791, in send
self.connect()
File "C:\PROGRA1\QGISBR1\apps\Python27\lib\httplib.py", line 1176, in connect
self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
File "C:\PROGRA1\QGISBR1\apps\Python27\lib\ssl.py", line 387, in wrap_socket
ciphers=ciphers)
File "C:\PROGRA1\QGISBR1\apps\Python27\lib\ssl.py", line 143, in init
self.do_handshake()
File "C:\PROGRA1\QGISBR1\apps\Python27\lib\ssl.py", line 305, in do_handshake
self._sslobj.do_handshake()
IOError: [Errno socket error] [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Python version:
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
When I add the plugin in QGIS it gives a socket error. Python error:
Couldn't load plugin geotweet due an error when calling its classFactory() method
Traceback (most recent call last):
File "C:/PROGRA
1/QGISBR1/apps/qgis/./python\qgis\utils.py", line 208, in startPluginplugins[packageName] = package.classFactory(iface)
File "C:/Users/Phaneuf_K/.qgis2/python/plugins\geotweet__init__.py", line 35, in classFactory
return geotweet(iface)
File "C:/Users/Phaneuf_K/.qgis2/python/plugins\geotweet\geotweet.py", line 75, in init
self.dlg = geotweetDialog()
File "C:/Users/Phaneuf_K/.qgis2/python/plugins\geotweet\geotweet_dialog.py", line 56, in init
urllib.urlretrieve('https://github.com/tweepy/tweepy/archive/master.zip', tempfolder + os.sep + 'master.zip')
File "C:\PROGRA
1\QGISBR1\apps\Python27\lib\urllib.py", line 94, in urlretrievereturn _urlopener.retrieve(url, filename, reporthook, data)
File "C:\PROGRA
1\QGISBR1\apps\Python27\lib\urllib.py", line 240, in retrievefp = self.open(url, data)
File "C:\PROGRA
1\QGISBR1\apps\Python27\lib\urllib.py", line 208, in openreturn getattr(self, name)(url)
File "C:\PROGRA
1\QGISBR1\apps\Python27\lib\urllib.py", line 437, in open_httpsh.endheaders(data)
File "C:\PROGRA
1\QGISBR1\apps\Python27\lib\httplib.py", line 969, in endheadersself._send_output(message_body)
File "C:\PROGRA
1\QGISBR1\apps\Python27\lib\httplib.py", line 829, in _send_outputself.send(msg)
File "C:\PROGRA
1\QGISBR1\apps\Python27\lib\httplib.py", line 791, in sendself.connect()
File "C:\PROGRA
1\QGISBR1\apps\Python27\lib\httplib.py", line 1176, in connectself.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
File "C:\PROGRA
1\QGISBR1\apps\Python27\lib\ssl.py", line 387, in wrap_socketciphers=ciphers)
File "C:\PROGRA
1\QGISBR1\apps\Python27\lib\ssl.py", line 143, in initself.do_handshake()
File "C:\PROGRA
1\QGISBR1\apps\Python27\lib\ssl.py", line 305, in do_handshakeself._sslobj.do_handshake()
IOError: [Errno socket error] [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Python version:
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
QGIS version:
2.6.1-Brighton Brighton, e2a51df
Python path: ['C:/PROGRA
1/QGISBR1/apps/qgis/./python/plugins\processing', 'C:/PROGRA1/QGISBR1/apps/qgis/./python', u'C:/Users/Phaneuf_K/.qgis2/python', u'C:/Users/Phaneuf_K/.qgis2/python/plugins', 'C:/PROGRA1/QGISBR1/apps/qgis/./python/plugins', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\matplotlib-1.3.1-py2.7-win-amd64.egg', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\nose-1.3.3-py2.7.egg', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\tornado-4.0.1-py2.7-win-amd64.egg', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\backports.ssl_match_hostname-3.4.0.2-py2.7.egg', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\certifi-14.05.14-py2.7.egg', 'C:\PROGRA1\QGISBR1\bin\python27.zip', 'C:\PROGRA1\QGISBR1\apps\Python27\DLLs', 'C:\PROGRA1\QGISBR1\apps\Python27\lib', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\plat-win', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\lib-tk', 'C:\PROGRA1\QGISBR1\bin', 'C:\PROGRA1\QGISBR1\apps\Python27', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\PIL', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\jinja2-2.7.2-py2.7.egg', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\markupsafe-0.23-py2.7-win-amd64.egg', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\pytz-2012j-py2.7.egg', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\win32', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\win32\lib', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\Pythonwin', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\Shapely-1.2.18-py2.7-win-amd64.egg', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\six-1.3.0-py2.7.egg', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\wx-2.8-msw-unicode', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\xlrd-0.9.2-py2.7.egg', 'C:\PROGRA1\QGISBR1\apps\Python27\lib\site-packages\xlwt-0.7.5-py2.7.egg', 'C:\PROGRA1\QGISBR1\apps\qgis\python\plugins\fTools\tools']The text was updated successfully, but these errors were encountered: