You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On latest Laravel 11 (Laravel Framework 11.23.5), GeoLite2-City.mmdb doesn't exist, because it's not unpacked from maxmind.tar.gz after downloading. After adding my licence (btw. Readme says to add MAXMIND_LICENSE_KEY to .env, but location.php doesn't include env('MAXMIND_LICENSE_KEY') for the licence), the command php artisan location:update displays:
But it exits with Exit code 255. Afterwards, GeoLite2-City.mmdb is still missing. There is only maxmind.tar.gz, but it is still packed. There is no further error in laravel.log.
The text was updated successfully, but these errors were encountered:
ven0ms99
changed the title
php artisan location:update exiting before downloading GeoLite2-City.mmdb (255)
php artisan location:update fail to unpack maxmind.tar.gz
Sep 17, 2024
On latest Laravel 11 (Laravel Framework 11.23.5), GeoLite2-City.mmdb doesn't exist, because it's not unpacked from
maxmind.tar.gz
after downloading. After adding my licence (btw. Readme says to addMAXMIND_LICENSE_KEY
to.env
, butlocation.php
doesn't includeenv('MAXMIND_LICENSE_KEY')
for the licence), the commandphp artisan location:update
displays:Updating driver [Stevebauman\Location\Drivers\MaxMind]...
But it exits with
Exit code 255
. Afterwards,GeoLite2-City.mmdb
is still missing. There is onlymaxmind.tar.gz
, but it is still packed. There is no further error inlaravel.log
.The text was updated successfully, but these errors were encountered: