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
I tried to import several files from the Web UI and I had an error during the import, without any specific log. long story short, I figured out that it was because of the feature "convert GPS data to location" that was enable.
Inside my Docker container, when I run php artisan lychee:decode_GPS_locations I was this single message :
In Geodecoder.php line 35:
Class 'Http\Adapter\Guzzle6\Client' not found
My container seems to have Internet access and I can can curl several websites from the container. Is that possible that there s a missing PHP library or something ?
The text was updated successfully, but these errors were encountered:
Hi,
I just setup a Lychee server using Docker. Here is an extract of my Docker Compose file :
I tried to import several files from the Web UI and I had an error during the import, without any specific log. long story short, I figured out that it was because of the feature "convert GPS data to location" that was enable.
Inside my Docker container, when I run
php artisan lychee:decode_GPS_locations
I was this single message :My container seems to have Internet access and I can can
curl
several websites from the container. Is that possible that there s a missing PHP library or something ?The text was updated successfully, but these errors were encountered: