media-rip/frontend/src
xpltd 1e9014f569 Error log: failed download diagnostics for admin
Backend:
- New error_log table: url, domain, error, format_id, media_type,
  session_id, created_at
- log_download_error() called when yt-dlp throws during download
- GET /admin/errors returns recent entries (limit 200)
- DELETE /admin/errors clears all entries
- Manual purge also clears error log
- Domain extracted from URL via urlparse for grouping

Frontend:
- New 'Errors' tab in admin panel (Sessions, Storage, Errors, Settings)
- Each error entry shows: domain, timestamp, full URL, error message,
  format/media type metadata
- Red left border + error-colored message for visual scanning
- Clear Log button to wipe entries
- Empty state: 'No errors logged.'

Error entries contain enough context (full URL, error message, domain,
format, media type) to paste into an LLM for domain-specific debugging.
2026-03-19 06:34:08 -05:00
..
api Privacy Mode: consolidated purge + auto-cleanup 2026-03-19 05:55:08 -05:00
assets M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
components Error log: failed download diagnostics for admin 2026-03-19 06:34:08 -05:00
composables M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
stores Error log: failed download diagnostics for admin 2026-03-19 06:34:08 -05:00
tests Privacy Mode: consolidated purge + auto-cleanup 2026-03-19 05:55:08 -05:00
themes Wireframe background, unified loading, admin format enforcement 2026-03-19 04:31:38 -05:00
App.vue Download button gating, format defaults fix, layout/UX polish 2026-03-19 04:50:52 -05:00
main.ts M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
router.ts M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00