Skip to content
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

Occasional build failure due to site issues #9

Open
ronaldtse opened this issue Jun 24, 2021 · 1 comment
Open

Occasional build failure due to site issues #9

ronaldtse opened this issue Jun 24, 2021 · 1 comment

Comments

@ronaldtse
Copy link
Contributor

The build failure is due to this:

We just recently noticed a problem with the GNDB "country files dataset”, where the version number flip-flops between “20210614” and “20210621”.

e.g. in my command shell, consecutive fetches result in this:

$ curl -ksSL https://geonames.nga.mil/gns/html/namefiles.html | sed -n 's/.*geonames_\([0-9]*\)\.zip.*/\1/p'
20210614
$ curl -ksSL https://geonames.nga.mil/gns/html/namefiles.html | sed -n 's/.*geonames_\([0-9]*\)\.zip.*/\1/p'
20210614
$ curl -ksSL https://geonames.nga.mil/gns/html/namefiles.html | sed -n 's/.*geonames_\([0-9]*\)\.zip.*/\1/p'
20210621
$ curl -ksSL https://geonames.nga.mil/gns/html/namefiles.html | sed -n 's/.*geonames_\([0-9]*\)\.zip.*/\1/p'
20210614
$ curl -ksSL https://geonames.nga.mil/gns/html/namefiles.html | sed -n 's/.*geonames_\([0-9]*\)\.zip.*/\1/p'
20210621

Note that this behavior is irregular, there’s no particular pattern to it.

I can only speculate the reason, perhaps one of the servers were not updated to 20210621, or that one of the servers were prematurely updated to 20210621…

This swapping has the effect of making this file effectively unavailable because the servers don’t seem to have both versions at the same time (the new server doesn’t have the old file, the old server doesn’t have the new file).


I have reported this to the site owner.

Originally posted by @ronaldtse in #8 (comment)

@ronaldtse
Copy link
Contributor Author

This is still happening as of now, see #11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant