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 am not probably the typical user that would do its album imports through the UI. I like to do it with the following command line:
php artisan lychee:sync path/to/folder
My installation is a direct git clone, which I regularly update. After the latest update I discovered this command stopped working with the following error message in the logs:
2022-05-09 18:59:07 -- error -- Illuminate\Foundation\Console\Kernel::handle -- 37 -- Unresolvable dependency resolving [Parameter #1 [ <required> bool $enableCLIFormatting ]] in class App\Actions\Import\Exec; caused by
2022-05-09 18:59:07 -- error -- Illuminate\Container\Container::unresolvablePrimitive -- 1104 -- Unresolvable dependency resolving [Parameter #1 [ <required> bool $enableCLIFormatting ]] in class App\Actions\Import\Exec
I have already probably found a fix that I will join with an upcoming PR, which is to define a default value to this parameter. But that is to be reviewed, as I do not know anything about Laravel.
The text was updated successfully, but these errors were encountered:
mederel
added a commit
to mederel/Lychee
that referenced
this issue
May 9, 2022
I am not probably the typical user that would do its album imports through the UI. I like to do it with the following command line:
My installation is a direct git clone, which I regularly update. After the latest update I discovered this command stopped working with the following error message in the logs:
I have already probably found a fix that I will join with an upcoming PR, which is to define a default value to this parameter. But that is to be reviewed, as I do not know anything about Laravel.
The text was updated successfully, but these errors were encountered: