We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to execute the following example present in the documentation:
use Geo::IPinfo; $ipinfo = Geo::IPinfo->new(); $details = $ipinfo->info('8.8.8.8'); if (defined $details) # valid data returned { $city = $details->city; # Emeryville $loc = $details->loc; # 37.8342,-122.2900 } else # invalid data obtained, show error message { print $ipinfo->error_msg . "\n"; }
but without a token the library fails at line 47. It is possible fix it?
The text was updated successfully, but these errors were encountered:
Hey @marcoM32, thanks for the report. I'll get to solving this soon.
Until then though, you should just signup for the service, which is free, and use a token for 50k free req/month.
Sorry, something went wrong.
Hi @UmanShahzad, thanks alot for your support!
Successfully merging a pull request may close this issue.
I try to execute the following example present in the documentation:
but without a token the library fails at line 47.
It is possible fix it?
The text was updated successfully, but these errors were encountered: