Geolicious / OSMroute

Find routes using OpenStreetMap data
GNU General Public License v2.0
17 stars 3 forks source link

OSM route - Python error, troubles with accessibility. #17

Open sonka93 opened 7 years ago

sonka93 commented 7 years ago

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\QGIS2~1.18\apps\Python27\lib\urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) File "C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\urllib2.py", line 404, in open response = self._open(req, data) File "C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\urllib2.py", line 422, in _open '_open', req) File "C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\urllib2.py", line 382, in _call_chain result = func(*args) File "C:\PROGRA~2\QGIS2~1.18\apps\Python27\lib\urllib2.py", line 1214, in http_open return self.do_open(httplib.HTTPConnection, req) File "C:\PROGRA~2\QGIS2~1.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!

riccardoklinger commented 7 years ago

Please use the plugins OSM tools from Nils Nolde and not OSM route. The API has changed my plugin is not working anymore. If you need professional support, contact me again!


Geolicious GbR Agentur für Geo-Kommunikation

Riccardo Klinger Geschäftsführer

telefon: 030 - 3982021 33 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, May 18, 2017 at 9:31 PM, sonka93 notifications@github.com wrote:

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!

— 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/17, or mute the thread https://github.com/notifications/unsubscribe-auth/AHCT6W5u0CvfogDBCQMrEWL61T6YRmCaks5r7JymgaJpZM4NfsVw .

sonka93 commented 7 years ago

Thank you very much, you saved my master thesis ;)