Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Error 407: Proxy Authorization Required #13

Open
cartochris opened this issue Nov 2, 2016 · 4 comments
Open

HTTP Error 407: Proxy Authorization Required #13

cartochris opened this issue Nov 2, 2016 · 4 comments

Comments

@cartochris
Copy link

Hi

I receive a python error when trying to run a route between two points. It appears as though it is an issue with proxy authorisation but I have my proxy details in the QGIS options set up and I am able to access and download plugins from the repositories so I do not know what else I might need to check for this to work? Please see my python error below.

2016-11-02T11:10:05	1	Traceback (most recent call last):
			  File "C:/Users/chris.buckmaster/.qgis2/python/plugins\OSMroute\OSMroute.py", line 237, in run
			    response_start=urllib2.urlopen(req).read()
			  File "C:\PROGRA~1\QGIS2~1.18\apps\Python27\lib\urllib2.py", line 127, in urlopen
			    return _opener.open(url, data, timeout)
			  File "C:\PROGRA~1\QGIS2~1.18\apps\Python27\lib\urllib2.py", line 410, in open
			    response = meth(req, response)
			  File "C:\PROGRA~1\QGIS2~1.18\apps\Python27\lib\urllib2.py", line 523, in http_response
			    'http', request, response, code, msg, hdrs)
			  File "C:\PROGRA~1\QGIS2~1.18\apps\Python27\lib\urllib2.py", line 448, in error
			    return self._call_chain(*args)
			  File "C:\PROGRA~1\QGIS2~1.18\apps\Python27\lib\urllib2.py", line 382, in _call_chain
			    result = func(*args)
			  File "C:\PROGRA~1\QGIS2~1.18\apps\Python27\lib\urllib2.py", line 531, in http_error_default
			    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
			HTTPError: HTTP Error 407: Proxy Authorization Required
@riccardoklinger
Copy link
Contributor

Hi @cartochris .
thank for mentioning this issue. First question: which QGis Version are you running and second which OSMroute plugin version are you running on? It seems like 2.18 when it comes to QGIS, right?

@cartochris
Copy link
Author

Hi @riccardoklinger - yes I am running QGIS 2.18 and it looks like I have version 0.6 of OSM route.

@riccardoklinger
Copy link
Contributor

Well, to be honest with you: 2.18 is still not stable. I'll close this issue for now and wait for 2.18 come up as stable. If you're able to try this with 2.16.1 I would appreciate it.
For 2.18 it might be an error from withing QGIS itself and it will be hard for me to solve this.

@cartochris
Copy link
Author

@riccardoklinger I just tried it in QGIS 2.16.3 and seem to get the same error message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants