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 trying to sync media via the command link using php artisan koel:sync and I keep getting the below error. Although I get the below error, music does appear after 5-10 mins in Koel.
at vendor/teamtnt/tntsearch/src/TNTSearch.php:399
395▕
396▕ public function getValueFromInfoTable($value)
397▕ {
398▕ $query = "SELECT * FROM info WHERE key = '$value'";
➜ 399▕ $docs = $this->index->query($query);
400▕
401▕ if ($ret = $docs->fetch(PDO::FETCH_ASSOC)) {
402▕ return $ret['value'];
403▕ }
+20 vendor frames
21 app/Services/FileSynchronizer.php:198
Illuminate\Database\Eloquent\Model::__callStatic()
22 app/Services/MediaSyncService.php:95
App\Services\FileSynchronizer::sync()
To reproduce
Steps to reproduce the behavior:
docker exec --user www-data -it koel bash
php artisan koel:sync
Expected behavior
Sync Music to Koel Server without error
I am trying to sync media via the command link using
php artisan koel:sync
and I keep getting the below error. Although I get the below error, music does appear after 5-10 mins in Koel.To reproduce
Steps to reproduce the behavior:
Expected behavior
Sync Music to Koel Server without error
Screenshots
Screenshot
Environment
DOCKER
Docker version 19.03.13, build 4484c46d9d
Ansible deploys the containers - main config for each below
KOEL
MYSQL
RClone Mount - Config
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: