You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@oschwald sorry, maybe I misunderstand the results for this IP at https://www.maxmind.com/en/geoip-web-services-demo - there is a complete location with region and city:
I was hoping I could get the same information using maxminddb-golang
That is a demo for MaxMind's web service, which has more precise data. You don't mention which database you are using, but the latest GeoLite database does not have city-level data for that IP.
I'd suggest directing data questions to MaxMind's support.
nanasnumber
pushed a commit
to nanasnumber/maxminddb-golang
that referenced
this issue
Jul 12, 2024
both
city.City.Name
andcity.City.GeoNameID
are empty, but other properties such asContinent
orCountry
are filled.I'm using the latest maxdb update. And if I convert the database to csv, then the csv will have complete information about the city - name, id, etc.
I have the problem only with the IP address from the example.
The text was updated successfully, but these errors were encountered: