-
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
MaxMind Local not work #1613
Comments
Is this problem solve after this PR ? 🙏🏻 |
@RongRongTeng you are right. #1600 merge only the latest version of the master branch has the The current version 1.8.1 does not have the But even if I change it to the master version, it still doesn't work. - gem 'geocoder', '1.8.1'
+ gem 'geocoder', github: 'alexreisner/geocoder', ref: '3f9e9' The reason is that at line 33, it calls geocoder/lib/maxmind_database.rb Line 33 in ee5cfe6
But in #1600, this method has already been renamed: cc @coder2000 |
I thought I had accounted for all instances of the method calls. I will have a fix available for testing tomorrow if someone else doesn't do it first. |
@coder2000 did you end up building a fix? |
No. If I remember they changed their download URIs. It shouldn't be too hard to find the new ones and add them. |
BEFORE POSTING AN ISSUE, PLEASE MAKE SURE THE PROBLEM IS NOT ADDRESSED IN THE README!
Expected behavior
I an follow https://github.com/alexreisner/geocoder/blob/master/README_API_GUIDE.md#maxmind-local-maxmind_local---experimental steps
When I run:
I got correct DB tables.
And When I run:
It should be work.
Actual behavior
But it got:
Steps to reproduce
https://github.com/alexreisner/geocoder/blob/master/README_API_GUIDE.md#maxmind-local-maxmind_local---experimental steps
Environment info
The text was updated successfully, but these errors were encountered: