---
name: akp-cookie-path-fix
description: "AKP-Config `yt_dlp_cookies` muss auf `/root/.config/yt-dlp/cookies.txt` zeigen, nicht `/root/aria/cookies.txt`. Working-Cookies sind im `.config/yt-dlp/` Pfad."
metadata: 
  node_type: memory
  type: feedback
  originSessionId: d4c4e326-2e86-42ef-b663-be2c3a156716
---

YouTube-Bot-Block fuer AKP-Pipeline (KAR-23) wurde am 2026-05-21 18:42 geloest:
- `/root/.config/yt-dlp/cookies.txt` (4.1 KB, 15 active cookies) ← funktioniert
- `/root/aria/cookies.txt` (1.0 KB, 7 active cookies) ← alt/unzureichend, ignorieren

**Why:** AKP-Ingest fail mit "Sign in to confirm you're not a bot" weil `aria/cookies.txt` zu wenige cookies oder veraltet ist. `.config/yt-dlp/cookies.txt` ist der canonical-Pfad den yt-dlp selber nutzt.

**How to apply:**
- AKP-Config `paths.yt_dlp_cookies` muss `/root/.config/yt-dlp/cookies.txt` sein
- Bei Cookie-Refresh: schreibe in `/root/.config/yt-dlp/cookies.txt`
- Symlinken vermeiden — direkt den Pfad setzen
- Verify: `yt-dlp --cookies /root/.config/yt-dlp/cookies.txt --skip-download --write-auto-sub "https://www.youtube.com/watch?v=dQw4w9WgXcQ"` muss VTT-File schreiben

**Test-Resultat 2026-05-21 18:43 nach Fix:**
- Vorher: `processed=2 skipped=26 failed=106` (106 bot-blocks)
- Nachher: `processed=5 skipped=1 failed=0` (0 failures)

**Linked:** KAR-23 (YouTube-Bot-Block-Resolution)
