Coder Social home page Coder Social logo

Comments (3)

bluesmoon avatar bluesmoon commented on August 19, 2024

that means there was no mapping. Look up the IP on the MaxMind website, and make sure you have an up-to-date GeoIP database.

from node-geoip.

sarowarhosen03 avatar sarowarhosen03 commented on August 19, 2024

that means there was no mapping. Look up the IP on the MaxMind website, and make sure you have an up-to-date GeoIP database.

Am use it in nodejs. Geoip-lite npm package. My check with my WiFi network am see geoip return null value

from node-geoip.

bluesmoon avatar bluesmoon commented on August 19, 2024

Have you verified with the MaxMind website? Every time you find an IP mapping to null, your first check should be to enter that IP on the website at https://www.maxmind.com/en/geoip-demo and see what it gives you.

  • If it's null on the website, that means there's no mapping
  • If it is not-null on the website, that means your local geoip database is outdated (remember that you have to update your database monthly)
  • If your database is up-to-date, then it's possible that you have the free database and the mapping is only available in the commercial database (MaxMind provides different levels of accuracy for the two databases)

from node-geoip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.