Hallo,
I've got a problem with OSM route plugin, it does not work. There's a problem with Python. I'm totally begginer so I've got no idea what happened. Here's the code of error:
2017-05-18T21:15:09 1 Traceback (most recent call last):
File "C:/Users/Sonia/.qgis2/python/plugins\OSMroute\OSMroute.py", line 237, in run
response_start=urllib2.urlopen(req).read()
File "C:\PROGRA2\QGIS21.18\apps\Python27\lib\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\PROGRA2\QGIS21.18\apps\Python27\lib\urllib2.py", line 404, in open
response = self._open(req, data)
File "C:\PROGRA2\QGIS21.18\apps\Python27\lib\urllib2.py", line 422, in _open
'_open', req)
File "C:\PROGRA2\QGIS21.18\apps\Python27\lib\urllib2.py", line 382, in _call_chain
result = func(*args)
File "C:\PROGRA2\QGIS21.18\apps\Python27\lib\urllib2.py", line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\PROGRA2\QGIS21.18\apps\Python27\lib\urllib2.py", line 1184, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 10061] Nie mo�na nawi�za� po��czenia, poniewa� komputer docelowy aktywnie go odmawia>
The last sentence is in polisch, so I translate:
URLError: <urlopen error [Errno 10061] You can not to make a connection because the target computer is actively refusing to connect >
Please, help!
Hallo,
I've got a problem with OSM route plugin, it does not work. There's a problem with Python. I'm totally begginer so I've got no idea what happened. Here's the code of error:
2017-05-18T21:15:09 1 Traceback (most recent call last):
File "C:/Users/Sonia/.qgis2/python/plugins\OSMroute\OSMroute.py", line 237, in run
response_start=urllib2.urlopen(req).read()
File "C:\PROGRA
2\QGIS21.18\apps\Python27\lib\urllib2.py", line 127, in urlopenreturn _opener.open(url, data, timeout)
File "C:\PROGRA
2\QGIS21.18\apps\Python27\lib\urllib2.py", line 404, in openresponse = self._open(req, data)
File "C:\PROGRA
2\QGIS21.18\apps\Python27\lib\urllib2.py", line 422, in _open'_open', req)
File "C:\PROGRA
2\QGIS21.18\apps\Python27\lib\urllib2.py", line 382, in _call_chainresult = func(*args)
File "C:\PROGRA
2\QGIS21.18\apps\Python27\lib\urllib2.py", line 1214, in http_openreturn self.do_open(httplib.HTTPConnection, req)
File "C:\PROGRA
2\QGIS21.18\apps\Python27\lib\urllib2.py", line 1184, in do_openraise URLError(err)
URLError: <urlopen error [Errno 10061] Nie mo�na nawi�za� po��czenia, poniewa� komputer docelowy aktywnie go odmawia>
The last sentence is in polisch, so I translate:
URLError: <urlopen error [Errno 10061] You can not to make a connection because the target computer is actively refusing to connect >
Please, help!