laravel-visitor-tracker icon indicating copy to clipboard operation
laravel-visitor-tracker copied to clipboard

Undefined property: stdClass::$latitude /Geoip/Ipstack.php

Open koriss opened this issue 6 years ago • 3 comments

Catch this error and cant fix, what wrong?

  • Homestead
  • Laravel 5.7

ErrorException (E_NOTICE) Undefined property: stdClass::$latitude

/home/vagrant/code/laravel/vendor/voerro/laravel-visitor-tracker/src/Geoip/Ipstack.php

 public function latitude()
    {
        return $this->data->latitude;
    }

koriss avatar Dec 29 '18 02:12 koriss

+1

bloodyburger avatar Jan 13 '19 17:01 bloodyburger

+1

benguyucel avatar Feb 16 '19 11:02 benguyucel

Hello, @koriss @orangethakkali

To solve this, you should have an access key to api. see more info here: https://ipstack.com/documentation

once you have a valid key, you can add it in config/visitortracker.php at line 128 Thanks

o-ayoub avatar Feb 23 '19 20:02 o-ayoub