Failed to authenticate. API Error: 401 Invalid authentication credentials
[2026-05-16] vault sync
This commit is contained in:
@@ -372,6 +372,19 @@ docker run --rm ... media-pipeline:kraken \
|
||||
- ✅ **rsync с HTPC завершён** — 303 фильма, 206 мультиков, 72 серии, 46 документалок (2.2TB)
|
||||
- ✅ **unresolved.json маунтится** — `-v $(pwd)/unresolved.json:/config/unresolved.json`
|
||||
|
||||
⚠️ **Обязательный pipeline.providers в config.json** — если `tmdb`/`kinopoisk` отсутствуют в блоке → disabled → 213 skipped вместо 278+ applied!
|
||||
```json
|
||||
"pipeline": {
|
||||
"providers": {
|
||||
"tmdb": { "enabled": true, "language": "ru-RU" },
|
||||
"kinopoisk": { "enabled": true },
|
||||
"torrent": { "enabled": true },
|
||||
"webSearch": { "enabled": true },
|
||||
"aiAgent": { "enabled": false }
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### Запуск pipeline (правильная команда)
|
||||
```bash
|
||||
cd /srv/dev-disk-by-uuid-49e8f586-3839-4c5d-a1e1-58bfc3579ade/docker/media-pipeline
|
||||
|
||||
Reference in New Issue
Block a user