Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Could not resolve host: geolite.maxmind.com #14

Closed
nikolaitarasov opened this issue Dec 31, 2019 · 6 comments
Closed

Could not resolve host: geolite.maxmind.com #14

nikolaitarasov opened this issue Dec 31, 2019 · 6 comments

Comments

@nikolaitarasov
Copy link

Starting December 30, 2019, downloads will no longer be served from our public GeoLite2 page, from geolite.maxmind.com/download/geoip/database/*, or from any other public URL.
Please fix this as soon as possible.
For more details: https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/

@zhuhaow
Copy link
Collaborator

zhuhaow commented Jan 2, 2020

Looks like the only solution is to totally remove the bundled geolite2 database.

@nikolaitarasov
Copy link
Author

I was able to fix the issue locally by following the steps provided in the link I posted in my original comment.

@zhuhaow
Copy link
Collaborator

zhuhaow commented Jan 3, 2020

It's not possible to do it without manual setup.

I'm leaning to removing the bundled database, so at least the framework works.

@dvovk
Copy link

dvovk commented Jan 3, 2020

the same stuff here, please fix it

@nikolaitarasov
Copy link
Author

I updated the following line in the update_database.sh script:
curl -L -o $tmpfile "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&license_key=XXXXXXX&suffix=tar.gz"
To get license_key you need to # on maxmind website and create the key. After I did this everything works for me.

@zhuhaow
Copy link
Collaborator

zhuhaow commented Jan 4, 2020

I'm going to remove the bundled geolite2 database. The only thing is that this is a breaking change.

@nikolaitarasov We can't distribute geolite2 database with the framework.

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

No branches or pull requests

3 participants