Unable to download file GeoLite2-City from default GEOLITE2_URL_BASE
guarnacciaa opened this issue · 1 comments
The tracker error table is reporting the following errors:
fopen(http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.md5): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known
and
fopen(http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known
It seems that such URL is actually unreachable as the domain name doesn't get resolved by any DNS.
Should that be changed?
Given the documentation here : https://dev.maxmind.com/geoip/geolite2-free-geolocation-data, it seems that it is no longer possible to download freely the Geolite file....
@antonioribeiro I think the artisan command and the documentation are outdated.