Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Bi>cd Desktop
C:\Users\Bi\Desktop>cd PokeVisionFinder-master
C:\Users\Bi\Desktop\PokeVisionFinder-master>PokeVisionFinder
'PokeVisionFinder' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Bi\Desktop\PokeVisionFinder-master>PokeVisionFinder.py
Pokemon: pikachu
[INFO] Looking pokemons in: London
Traceback (most recent call last):
File "C:\Users\Bi\Desktop\PokeVisionFinder-master\PokeVisionFinder.py", line 1
47, in <module>
_loop()
File "C:\Users\Bi\Desktop\PokeVisionFinder-master\PokeVisionFinder.py", line 1
42, in _loop
_finder(city)
File "C:\Users\Bi\Desktop\PokeVisionFinder-master\PokeVisionFinder.py", line 1
13, in _finder
_scanurljsondata = _jsondatach(_scanurl)
File "C:\Users\Bi\Desktop\PokeVisionFinder-master\PokeVisionFinder.py", line 5
7, in _jsondatach
_rawdata = urllib2.urlopen(_req)
File "C:\Python27\lib\urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 391, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 409, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 369, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1181, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "C:\Python27\lib\urllib2.py", line 1148, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 1] _ssl.c:499: error:14077438:SSL routin
es:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error>
C:\Users\Bi\Desktop\PokeVisionFinder-master>