NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

0
1

I'm currently using a script which uses the CDN of NACIS. But for some reason their CDN is down and I'm getting the following error.

Traceback (most recent call last):
  File "scripts/get-external-data.py", line 294, in <module>
    main()
  File "scripts/get-external-data.py", line 230, in main
    download = s.get(source["url"], headers=headers)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 533, in get
    return self.request('GET', url, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 520, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 630, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/adapters.py", line 508, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='naciscdn.org', port=443): Max retries exceeded with url: /naturalearth/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f501cfe44e0>: Failed to establish a new connection: [Errno 110] Connection timed out',))

Does anyone have any idea why their CDN is down and when I could expect it to be available again?

Current status

asked 24 Aug '21, 09:52

KoenMlt's gravatar image

KoenMlt
427712
accept rate: 0%

edited 24 Aug '21, 10:52

1

Yes - there has been chat on their github about it. I'm sure they'll fix it.

(24 Aug '21, 09:58) SomeoneElse ♦

@SomeoneElse, would you have a link to the conversation, please?

(24 Aug '21, 09:59) KoenMlt
1

https://github.com/nvkelso/natural-earth-vector/issues/574#issuecomment-904313518 is where I saw it.

There have been issues in this area previously with the redirection between the main natural earth site and the CDN. See the links from https://github.com/gravitystorm/openstreetmap-carto/issues/4249 .

(24 Aug '21, 11:12) SomeoneElse ♦

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×22
×5

question asked: 24 Aug '21, 09:52

question was seen: 544 times

last updated: 20 Sep '21, 15:23

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum