Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

272
Views
error when fetching IP from geolocation-db.com
  useEffect(() => {
    const get_ip = async () => {
      console.log("got here");
      const response = await fetch("https://geolocation-db.com/json/");
      const data = await response.json();
      console.log(data);
    };
    get_ip();
  }, [])

This is the error that is printed out:

GET https://geolocation-db.com/json/ net::ERR_BLOCKED_BY_CLIENT

What is wrong here? Why can't I fetch the IP from that website?

I can visit it fine in my browser.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

The GET request is blocked by an adblocker.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!