-
Notifications
You must be signed in to change notification settings - Fork 3
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 404 #12
Comments
We will check it. But from the error message it seems that API provider Geolicious GbR Riccardo Klinger mobil: 0176 63437298 Geolicious GbR Gesellschafter: Sitz der Gesellschaft: Berlin On Sun, Aug 21, 2016 at 10:13 AM, giriops [email protected] wrote:
|
Yes, all return the same error message Da: Riccardo Klinger [mailto:[email protected]] We will check it. But from the error message it seems that API provider Geolicious GbR Riccardo Klinger mobil: 0176 63437298 Geolicious GbR Gesellschafter: Sitz der Gesellschaft: Berlin On Sun, Aug 21, 2016 at 10:13 AM, giriops < mailto:[email protected] [email protected]> wrote:
— |
Seems that the url http://openls.geog.uni-heidelberg.de/testing2015/geocoding?apikey=e2017639f5e987e6dc1f5f69a66d049c is not working anymore. I changed it to http://openls.geog.uni-heidelberg.de/geocode?apikey=e2017639f5e987e6dc1f5f69a66d049c but got an error in xml parsing File "/Users/Stef/.qgis2/python/plugins/OSMroute/OSMroute.py", line 241, in run So it is clearing a server problem. How to correct it ? Thanks for any suggestion, Stéphane |
I contacted the ORS guys and asked for the new URL of the API. The one you Best, Riccardo Geolicious GbR Riccardo Klinger mobil: 0176 63437298 Geolicious GbR Gesellschafter: Sitz der Gesellschaft: Berlin On Tue, Aug 23, 2016 at 12:20 PM, sroumieux [email protected]
|
Thanks Riccardo Da: Riccardo Klinger [mailto:[email protected]] I contacted the ORS guys and asked for the new URL of the API. The one you Best, Riccardo Geolicious GbR Riccardo Klinger mobil: 0176 63437298 Geolicious GbR Gesellschafter: Sitz der Gesellschaft: Berlin On Tue, Aug 23, 2016 at 12:20 PM, sroumieux < mailto:[email protected] [email protected]>
— |
Yes, similar problem here. OSM Route crashes in QGIS 2.16. Cheers, |
Me too. I get one 'island' in addition to a radial pattern Da: Schapper [mailto:[email protected]] Yes, similar problem here. OSM Route crashes in QGIS 2.16. Cheers, — |
Furthermore if you try to download the isochrones the system return an error message Da: Schapper [mailto:[email protected]] Yes, similar problem here. OSM Route crashes in QGIS 2.16. Cheers, — |
I just received the new URL for the ORS guys and I'll updtae the plugin Geolicious GbR Riccardo Klinger mobil: 0176 63437298 Geolicious GbR Gesellschafter: Sitz der Gesellschaft: Berlin On Wed, Aug 24, 2016 at 9:27 AM, giriops [email protected] wrote:
|
Hi Riccardo, I tried it but doesn't work. It looks like that the API key you just mention is the same as the one in version 0.5 code ... Stéphane PS : I suppose that the '*' are not part of the url ? |
Hi Stephane, the API key is not the problem. the Url must be replaced everywhere. As far Geolicious GbR Riccardo Klinger mobil: 0176 63437298 Geolicious GbR Gesellschafter: Sitz der Gesellschaft: Berlin On Wed, Aug 24, 2016 at 10:16 AM, Stéphane Roumieux <
|
Okay, fixed it simple! best, Riccardo Geolicious GbR Riccardo Klinger mobil: 0176 63437298 Geolicious GbR Gesellschafter: Sitz der Gesellschaft: Berlin On Wed, Aug 24, 2016 at 10:18 AM, Riccardo Klinger <
|
Now it works Thank you all Da: Riccardo Klinger [mailto:[email protected]] Okay, fixed it simple! best, Riccardo Geolicious GbR Riccardo Klinger mobil: 0176 63437298 Geolicious GbR Gesellschafter: Sitz der Gesellschaft: Berlin On Wed, Aug 24, 2016 at 10:18 AM, Riccardo Klinger <
— |
Yes, works for me too. Thank you Riccardo, this is one of the most valuable resources I have. Good to have it back. Andrew |
Works for me too !! Thanks a lot Riccardo, nice job :-) Stéphane |
Hi Andrew, If you use it in a professional environment we can support with additional just throw me a line: [email protected] Geolicious GbR Riccardo Klinger mobil: 0176 63437298 Geolicious GbR Gesellschafter: Sitz der Gesellschaft: Berlin On Thu, Aug 25, 2016 at 2:38 AM, Schapper [email protected] wrote:
|
Thanks Riccardo, I'll keep that in mind. |
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
The text was updated successfully, but these errors were encountered: