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

No more GeoLite2 databases updates since December 30, 2019 available #1979

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

No more GeoLite2 databases updates since December 30, 2019 available #1979

chmatse opened this issue Dec 31, 2019 · 6 comments
Assignees
Labels
Priority: critical Marks issues that should be fixed/closed as soon as possible. Type: bug
Milestone

Comments

@chmatse
Copy link

chmatse commented Dec 31, 2019

What behaviour is observed:

[04:34:13] [Craft Scheduler Thread - 1/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[04:34:13] [Craft Scheduler Thread - 1/WARN]: [AuthMe] Could not download GeoLiteAPI database [UnknownHostException]: geolite.maxmind.com

What behaviour is expected:

The download of the latest GEO IP databases.

Steps/models to reproduce:

According to:
https://dev.maxmind.com/geoip/geoip2/geolite2/#Databases
https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/

Starting December 30, 2019, we will be requiring users of our GeoLite2 databases to register for a MaxMind account and obtain a license key in order to download GeoLite2 databases. We will continue to offer the GeoLite2 databases without charge, and with the ability to redistribute with proper attribution and in compliance with privacy regulations. In addition, we are introducing a new end-user license agreement to govern your use of the GeoLite2 databases. Previously, GeoLite2 databases were accessible for download to the public on our developer website and were licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.

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. See the section below for steps on how to migrate to the new download mechanism.

AuthMe build number:

https://ci.codemc.io/job/AuthMe/job/AuthMeReloaded/lastSuccessfulBuild/artifact/target/AuthMe-5.6.0-SNAPSHOT.jar

@MaximeMichaud
Copy link
Contributor

I agree.
Need to fix or find an alternative.

@ljacqu
Copy link
Member

ljacqu commented Jan 16, 2020

Thanks for the bump. You‘re right. They now require a signup and that a key be sent along with the download... As a quick fix we could sign up and just provide the same key for all AuthMe users, until MaxMind shuts us down – a quick search showed that other projects just store the databases elsewhere and download from there. We need to discuss this internally and will fix it then.

@ljacqu ljacqu added Priority: critical Marks issues that should be fixed/closed as soon as possible. Type: bug labels Jan 16, 2020
@sgdc3 sgdc3 self-assigned this Jan 20, 2020
@FabioZumbi12
Copy link
Contributor

Essentials is using that keys and maded a wiki to help users to get a key and use it, may help you all: https://essentialsx.cf/wiki/GeoIP.html

(i already created a key on maxmind site and its working fine on essentials)

@bnjrKemal
Copy link

bnjrKemal commented Jun 28, 2020

I using CMI instead of Essentials. What should I do? It is absurd can't to be independent of Essentials.

@FabioZumbi12
Copy link
Contributor

Essentials just made the tutorial on how to create the key with maxmind, you can use this tutorial for any plugins (or products) using maxmind geoip.

@TheSimArchitect
Copy link

Where do we place our license key on authme? I can't find a line on config.yml as suggested on the post that sent me here. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: critical Marks issues that should be fixed/closed as soon as possible. Type: bug
Development

No branches or pull requests

7 participants