-
Notifications
You must be signed in to change notification settings - Fork 12
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
Package does not seem to work #47
Comments
I guess the URLs are wrong?
|
Yes, this method should be removed. In 2019 IIRC, MaxMind removed direct access to its databases. Now you have to make an account and you should use their own downloaders to get the data (or you can download it via the web, after the login). It can be solved on Julia's side, but I do not think it's worth it. Another alternative is https://db-ip.com/db/ but it also requires account. So, my current opinion is that data files should be downloaded separately, and GeoIP.jl should only provide a convenient wrapper to work with them. We can't even distribute these files with the repository, since they have special non-mit license. |
I see, perhaps that should be put in the readme. |
Closing in favor of #48. |
Not sure what I am missing:
Browsing the source I found the
update
function:The text was updated successfully, but these errors were encountered: