WolfgangFahl / ConferenceCorpus

ScientificEventCorpus
Apache License 2.0
1 stars 2 forks source link

LocationFixing needs to react robustly on upstream OSMPythontools API failure #47

Open WolfgangFahl opened 2 years ago

WolfgangFahl commented 2 years ago
The requested data could not be downloaded. HTTP Error 502: Bad Gateway
Traceback (most recent call last):
  File "/home/wf/.local/lib/python3.8/site-packages/OSMPythonTools/internal/cacheObject.py", line 95, in __query
    response = urllib.request.urlopen(request)
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)