Open giriops opened 8 years ago
We will check it. But from the error message it seems that API provider side is down. have you checked it also on openrouteservice.org?
Geolicious GbR Agentur für Geo-Kommunikation
Riccardo Klinger Geschäftsführer
mobil: 0176 63437298 e-mail: riccardo.klinger@geolicious.de web: www.geolicious.de
Geolicious GbR c/o Daniel Kerkow Binzstraße 48 13189 Berlin
Gesellschafter: Riccardo Klinger Daniel Kerkow Jakob Hafner
Sitz der Gesellschaft: Berlin Ust-ID: DE289107523
On Sun, Aug 21, 2016 at 10:13 AM, giriops notifications@github.com wrote:
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
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AHCT6QSPmenzX_4Gt9tEBTwhqq9M8O3Nks5qiAiNgaJpZM4JpQBW .
Yes, all return the same error message
Da: Riccardo Klinger [mailto:notifications@github.com] Inviato: domenica 21 agosto 2016 10:52 A: Geolicious/OSMroute Cc: giriops; Author Oggetto: Re: [Geolicious/OSMroute] http error 404 (#12)
We will check it. But from the error message it seems that API provider side is down. have you checked it also on openrouteservice.org?
Geolicious GbR Agentur für Geo-Kommunikation
Riccardo Klinger Geschäftsführer
mobil: 0176 63437298 e-mail: mailto:riccardo.klinger@geolicious.de riccardo.klinger@geolicious.de web: http://www.geolicious.de www.geolicious.de
Geolicious GbR c/o Daniel Kerkow Binzstraße 48 13189 Berlin
Gesellschafter: Riccardo Klinger Daniel Kerkow Jakob Hafner
Sitz der Gesellschaft: Berlin Ust-ID: DE289107523
On Sun, Aug 21, 2016 at 10:13 AM, giriops < mailto:notifications@github.com notifications@github.com> wrote:
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
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/Geolicious/OSMroute/issues/12 https://github.com/Geolicious/OSMroute/issues/12>, or mute the thread < https://github.com/notifications/unsubscribe-auth/AHCT6QSPmenzX_4Gt9tEBTwhqq9M8O3Nks5qiAiNgaJpZM4JpQBW https://github.com/notifications/unsubscribe-auth/AHCT6QSPmenzX_4Gt9tEBTwhqq9M8O3Nks5qiAiNgaJpZM4JpQBW> .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12#issuecomment-241246138 , or mute the thread https://github.com/notifications/unsubscribe-auth/ADKoOWJGbIoMH-eYz3OTjUS0Ivm8mIGOks5qiBHBgaJpZM4JpQBW . https://github.com/notifications/beacon/ADKoOXh7ydXTm6JhwqXfciNJClzv5wTnks5qiBHBgaJpZM4JpQBW.gif
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 xml = ElementTree.fromstring(response_start) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML parser.feed(text) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed self._raiseerror(v) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror raise err ParseError: syntax error: line 1, column 0
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 used does not respond with XML.
Best, Riccardo
Geolicious GbR Agentur für Geo-Kommunikation
Riccardo Klinger Geschäftsführer
mobil: 0176 63437298 e-mail: riccardo.klinger@geolicious.de web: www.geolicious.de
Geolicious GbR c/o Daniel Kerkow Binzstraße 48 13189 Berlin
Gesellschafter: Riccardo Klinger Daniel Kerkow Jakob Hafner
Sitz der Gesellschaft: Berlin Ust-ID: DE289107523
On Tue, Aug 23, 2016 at 12:20 PM, sroumieux notifications@github.com 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 xml = ElementTree.fromstring(response_start) File "/System/Library/Frameworks/Python.framework/Versions/2.7/ lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML parser.feed(text) File "/System/Library/Frameworks/Python.framework/Versions/2.7/ lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed self._raiseerror(v) File "/System/Library/Frameworks/Python.framework/Versions/2.7/ lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror raise err ParseError: syntax error: line 1, column 0
So it is clearing a server problem. How to correct it ?
Thanks for any suggestion, Stéphane
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12#issuecomment-241689084, or mute the thread https://github.com/notifications/unsubscribe-auth/AHCT6Yt29v0XuAHYNAso33cx85WhnRR3ks5qislwgaJpZM4JpQBW .
Thanks Riccardo
Da: Riccardo Klinger [mailto:notifications@github.com] Inviato: martedì 23 agosto 2016 13:51 A: Geolicious/OSMroute Cc: giriops; Author Oggetto: Re: [Geolicious/OSMroute] http error 404 (#12)
I contacted the ORS guys and asked for the new URL of the API. The one you used does not respond with XML.
Best, Riccardo
Geolicious GbR Agentur für Geo-Kommunikation
Riccardo Klinger Geschäftsführer
mobil: 0176 63437298 e-mail: mailto:riccardo.klinger@geolicious.de riccardo.klinger@geolicious.de web: http://www.geolicious.de www.geolicious.de
Geolicious GbR c/o Daniel Kerkow Binzstraße 48 13189 Berlin
Gesellschafter: Riccardo Klinger Daniel Kerkow Jakob Hafner
Sitz der Gesellschaft: Berlin Ust-ID: DE289107523
On Tue, Aug 23, 2016 at 12:20 PM, sroumieux < mailto:notifications@github.com notifications@github.com> wrote:
Seems that the url http://openls.geog.uni-heidelberg.de/testing2015/ 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 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 xml = ElementTree.fromstring(response_start) File "/System/Library/Frameworks/Python.framework/Versions/2.7/ lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML parser.feed(text) File "/System/Library/Frameworks/Python.framework/Versions/2.7/ lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed self._raiseerror(v) File "/System/Library/Frameworks/Python.framework/Versions/2.7/ lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror raise err ParseError: syntax error: line 1, column 0
So it is clearing a server problem. How to correct it ?
Thanks for any suggestion, Stéphane
— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/Geolicious/OSMroute/issues/12#issuecomment-241689084 https://github.com/Geolicious/OSMroute/issues/12#issuecomment-241689084>, or mute the thread < https://github.com/notifications/unsubscribe-auth/AHCT6Yt29v0XuAHYNAso33cx85WhnRR3ks5qislwgaJpZM4JpQBW https://github.com/notifications/unsubscribe-auth/AHCT6Yt29v0XuAHYNAso33cx85WhnRR3ks5qislwgaJpZM4JpQBW> .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12#issuecomment-241706932 , or mute the thread https://github.com/notifications/unsubscribe-auth/ADKoOWHHI1UriJxvNyExNHh2KriS7gveks5qit6JgaJpZM4JpQBW . https://github.com/notifications/beacon/ADKoOXCYcVkj8qFe3eZGWumJAh7ramugks5qit6JgaJpZM4JpQBW.gif
Yes, similar problem here. OSM Route crashes in QGIS 2.16. When I try to produce a map with similar inputs in openrouteservice.org, I get several 'islands' rather than a nice radial pattern of isochrones, so i suspect the issue is there, whatever it is.
Cheers, Andrew (Australia)
Me too. I get one 'island' in addition to a radial pattern
Da: Schapper [mailto:notifications@github.com] Inviato: mercoledì 24 agosto 2016 08:25 A: Geolicious/OSMroute Cc: giriops; Author Oggetto: Re: [Geolicious/OSMroute] http error 404 (#12)
Yes, similar problem here. OSM Route crashes in QGIS 2.16. When I try to produce a map with similar inputs in openrouteservice.org, I get several 'islands' rather than a nice radial pattern of isochrones, so i suspect the issue is there, whatever it is.
Cheers, Andrew (Australia)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12#issuecomment-241969143 , or mute the thread https://github.com/notifications/unsubscribe-auth/ADKoOUCVVWuBiQeK7JgF_kXD4cN_McV5ks5qi-PTgaJpZM4JpQBW .Immagine rimossa dal mittente.
Furthermore if you try to download the isochrones the system return an error message
Da: Schapper [mailto:notifications@github.com] Inviato: mercoledì 24 agosto 2016 08:25 A: Geolicious/OSMroute Cc: giriops; Author Oggetto: Re: [Geolicious/OSMroute] http error 404 (#12)
Yes, similar problem here. OSM Route crashes in QGIS 2.16. When I try to produce a map with similar inputs in openrouteservice.org, I get several 'islands' rather than a nice radial pattern of isochrones, so i suspect the issue is there, whatever it is.
Cheers, Andrew (Australia)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12#issuecomment-241969143 , or mute the thread https://github.com/notifications/unsubscribe-auth/ADKoOUCVVWuBiQeK7JgF_kXD4cN_McV5ks5qi-PTgaJpZM4JpQBW .Immagine rimossa dal mittente.
I just received the new URL for the ORS guys and I'll updtae the plugin ASAP. If you can contribute?! The new main url is: http://openls.geog.uni-heidelberg.de/ _routing?apikey=e2017639f5e987e6dc1f5f69a66d049c
Geolicious GbR Agentur für Geo-Kommunikation
Riccardo Klinger Geschäftsführer
mobil: 0176 63437298 e-mail: riccardo.klinger@geolicious.de web: www.geolicious.de
Geolicious GbR c/o Daniel Kerkow Binzstraße 48 13189 Berlin
Gesellschafter: Riccardo Klinger Daniel Kerkow Jakob Hafner
Sitz der Gesellschaft: Berlin Ust-ID: DE289107523
On Wed, Aug 24, 2016 at 9:27 AM, giriops notifications@github.com wrote:
Me too. I get one 'island' in addition to a radial pattern
Da: Schapper [mailto:notifications@github.com] Inviato: mercoledì 24 agosto 2016 08:25 A: Geolicious/OSMroute Cc: giriops; Author Oggetto: Re: [Geolicious/OSMroute] http error 404 (#12)
Yes, similar problem here. OSM Route crashes in QGIS 2.16. When I try to produce a map with similar inputs in openrouteservice.org, I get several 'islands' rather than a nice radial pattern of isochrones, so i suspect the issue is there, whatever it is.
Cheers, Andrew (Australia)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ Geolicious/OSMroute/issues/12#issuecomment-241969143 , or mute the thread https://github.com/notifications/unsubscribe- auth/ADKoOUCVVWuBiQeK7JgF_kXD4cN_McV5ks5qi-PTgaJpZM4JpQBW .Immagine rimossa dal mittente.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12#issuecomment-241979770, or mute the thread https://github.com/notifications/unsubscribe-auth/AHCT6bSs2x-c8w631JZi7cQzfepaFZ9Wks5qi_JkgaJpZM4JpQBW .
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 as I can tell. ATM i don#T have the time to care fby myself an investigate.
Geolicious GbR Agentur für Geo-Kommunikation
Riccardo Klinger Geschäftsführer
mobil: 0176 63437298 e-mail: riccardo.klinger@geolicious.de web: www.geolicious.de
Geolicious GbR c/o Daniel Kerkow Binzstraße 48 13189 Berlin
Gesellschafter: Riccardo Klinger Daniel Kerkow Jakob Hafner
Sitz der Gesellschaft: Berlin Ust-ID: DE289107523
On Wed, Aug 24, 2016 at 10:16 AM, Stéphane Roumieux < notifications@github.com> 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 ?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12#issuecomment-241990575, or mute the thread https://github.com/notifications/unsubscribe-auth/AHCT6Q721Q_os4Oky1PmlHh0xoik4cG9ks5qi_32gaJpZM4JpQBW .
Okay, fixed it simple! pushed to a new version uploaded to the qgis plugin repo as well. needs approval. till then please use this github version
best, Riccardo
Geolicious GbR Agentur für Geo-Kommunikation
Riccardo Klinger Geschäftsführer
mobil: 0176 63437298 e-mail: riccardo.klinger@geolicious.de web: www.geolicious.de
Geolicious GbR c/o Daniel Kerkow Binzstraße 48 13189 Berlin
Gesellschafter: Riccardo Klinger Daniel Kerkow Jakob Hafner
Sitz der Gesellschaft: Berlin Ust-ID: DE289107523
On Wed, Aug 24, 2016 at 10:18 AM, Riccardo Klinger < riccardo.klinger@geolicious.de> wrote:
Hi Stephane,
the API key is not the problem. the Url must be replaced everywhere. As far as I can tell. ATM i don#T have the time to care fby myself an investigate.
Geolicious GbR Agentur für Geo-Kommunikation
Riccardo Klinger Geschäftsführer
mobil: 0176 63437298 e-mail: riccardo.klinger@geolicious.de web: www.geolicious.de
Geolicious GbR c/o Daniel Kerkow Binzstraße 48 13189 Berlin
Gesellschafter: Riccardo Klinger Daniel Kerkow Jakob Hafner
Sitz der Gesellschaft: Berlin Ust-ID: DE289107523
On Wed, Aug 24, 2016 at 10:16 AM, Stéphane Roumieux < notifications@github.com> 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 ?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12#issuecomment-241990575, or mute the thread https://github.com/notifications/unsubscribe-auth/AHCT6Q721Q_os4Oky1PmlHh0xoik4cG9ks5qi_32gaJpZM4JpQBW .
Now it works
Thank you all
Da: Riccardo Klinger [mailto:notifications@github.com] Inviato: mercoledì 24 agosto 2016 11:20 A: Geolicious/OSMroute Cc: giriops; Author Oggetto: Re: [Geolicious/OSMroute] http error 404 (#12)
Okay, fixed it simple! pushed to a new version uploaded to the qgis plugin repo as well. needs approval. till then please use this github version
best, Riccardo
Geolicious GbR Agentur für Geo-Kommunikation
Riccardo Klinger Geschäftsführer
mobil: 0176 63437298 e-mail: riccardo.klinger@geolicious.de web: www.geolicious.de
Geolicious GbR c/o Daniel Kerkow Binzstraße 48 13189 Berlin
Gesellschafter: Riccardo Klinger Daniel Kerkow Jakob Hafner
Sitz der Gesellschaft: Berlin Ust-ID: DE289107523
On Wed, Aug 24, 2016 at 10:18 AM, Riccardo Klinger < riccardo.klinger@geolicious.de> wrote:
Hi Stephane,
the API key is not the problem. the Url must be replaced everywhere. As far as I can tell. ATM i don#T have the time to care fby myself an investigate.
Geolicious GbR Agentur für Geo-Kommunikation
Riccardo Klinger Geschäftsführer
mobil: 0176 63437298 e-mail: riccardo.klinger@geolicious.de web: www.geolicious.de
Geolicious GbR c/o Daniel Kerkow Binzstraße 48 13189 Berlin
Gesellschafter: Riccardo Klinger Daniel Kerkow Jakob Hafner
Sitz der Gesellschaft: Berlin Ust-ID: DE289107523
On Wed, Aug 24, 2016 at 10:16 AM, Stéphane Roumieux < notifications@github.com> 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 ?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12#issuecomment-241990575, or mute the thread https://github.com/notifications/unsubscribe-auth/AHCT6Q721Q_os4Oky1PmlHh0xoik4cG9ks5qi_32gaJpZM4JpQBW .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12#issuecomment-242004926 , or mute the thread https://github.com/notifications/unsubscribe-auth/ADKoOfB9Rc2C33gDS8svd50SQTrQWVzXks5qjAy6gaJpZM4JpQBW .Immagine rimossa dal mittente.
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 :-) I hope to be able to contribute in the future.
Stéphane
Hi Andrew,
If you use it in a professional environment we can support with additional features as well as batch mode.
just throw me a line: riccardo.klinger@geolicious.de
Geolicious GbR Agentur für Geo-Kommunikation
Riccardo Klinger Geschäftsführer
mobil: 0176 63437298 e-mail: riccardo.klinger@geolicious.de web: www.geolicious.de
Geolicious GbR c/o Daniel Kerkow Binzstraße 48 13189 Berlin
Gesellschafter: Riccardo Klinger Daniel Kerkow Jakob Hafner
Sitz der Gesellschaft: Berlin Ust-ID: DE289107523
On Thu, Aug 25, 2016 at 2:38 AM, Schapper notifications@github.com wrote:
Yes, works for me too. Thank you Riccardo, this is one of the most valuable resources I have. Good to have it back.
Andrew
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Geolicious/OSMroute/issues/12#issuecomment-242250229, or mute the thread https://github.com/notifications/unsubscribe-auth/AHCT6f3JO4P6l-m5UbQhx7Jf7la67Ignks5qjOQggaJpZM4JpQBW .
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