Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.

Home Page:http://lyften.com/projects/laravel-geoip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Always returning to default when using paid url to update.

sougatabose07 opened this issue · comments

When we are using free URL with city (https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz) to update the database it is returning proper data but when I am using -

'update_url' => 'https://download.maxmind.com/app/geoip_download?edition_id=GeoIP2-Country&suffix=tar.gz&license_key=licensekey'

it returns the default data.

I am not sure what is the issue.

I am facing the same issue. @Torann , can you please help?

Regards,
Pratik

Same issue,
Thanks for help

#133 (comment)

If you look at my answer here I'm pointing out what's happening.