Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.
http://lyften.com/projects/laravel-geoip
BSD 2-Clause "Simplified" License
2.09k stars 372 forks source link

Always returning to default when using paid url to update. #101

Open sougatabose07 opened 6 years ago

sougatabose07 commented 6 years ago

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.

pratikt commented 6 years ago

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

Regards, Pratik

Nathan4KImpact commented 6 years ago

Same issue, Thanks for help

campope commented 5 years ago

https://github.com/Torann/laravel-geoip/issues/133#issuecomment-470168401

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