after the update to version 2.16 the plugin does not work and returns this traceback:
File "C:/Users/Giovanni/.qgis2/python/plugins\OSMroute\OSMroute.py", line 237, in run
response_start=urllib2.urlopen(req).read()
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 410, in open
response = meth(req, response)
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 448, in error
return self._call_chain(_args)
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 382, in _call_chain
result = func(_args)
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
after the update to version 2.16 the plugin does not work and returns this traceback:
File "C:/Users/Giovanni/.qgis2/python/plugins\OSMroute\OSMroute.py", line 237, in run
response_start=urllib2.urlopen(req).read()
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 410, in open
response = meth(req, response)
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 448, in error
return self._call_chain(_args)
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 382, in _call_chain
result = func(_args)
File "C:\OSGeo4W64\apps\Python27\Lib\urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found