-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BREAKING] Significant Changes to Accessing and Using GeoLite2 Databases #1432
Comments
Thanks for reporting this! |
Hey 👋 We don't use geocoder (yet!) but I've just fixed this in mysociety/alaveteli#5524 for our homebrew downloader. Quite an easy fix, but thought it worth noting to give someone a leg up in fixing it here. |
Code looks so similar to what I did in my project 😄 |
Thanks @garethrees! Also, I hadn't heard of Alaveteli but looks like a very cool project. |
Thanks, and no problem. I did just have a go at installing geocoder locally to have a stab at contributing a fix, but |
@garethrees that's odd since Geocoder has no dependencies. Is it possible it's something else in your |
@garethrees Sorry, I see what you mean--development dependencies. Thanks for posting in a separate issue. |
Copy-pasting key points from https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/:
See Steps for Migration:
So
Geocoder:: MaxmindDatabase.base_url
is no longer valid.P.S.: Sorry, I'm not going to submit a PR as I'm not a user of
rake geocoder:maxmind:geolite:*
. Otherwise I'd probably contribute.The text was updated successfully, but these errors were encountered: