This repository was archived by the owner on Nov 13, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
No poster found for item (no item at all)Β #92
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Could manage poster but cannot get any badge applied.
To Reproduce
Installed the Docker as recommended.
POSTGRES_DB=aphrodite
POSTGRES_USER=aphrodite
POSTGRES_PASSWORD=xxx
POSTGRES_PORT=5433
# =============================================================================
# Redis Configuration
# =============================================================================
REDIS_PORT=6379
# =============================================================================
# Security Configuration (REQUIRED)
# =============================================================================
SECRET_KEY=xxx
# =============================================================================
# Application Configuration
# =============================================================================
# Port to run Aphrodite on (default: 8000)
APHRODITE_PORT=8098
# API Configuration
API_HOST=0.0.0.0
API_PORT=8098
# Environment
ENVIRONMENT=production
# Logging level (debug, info, warning, error)
LOG_LEVEL=debug
DEBUG=true
# Network Configuration
ALLOWED_HOSTS=*
CORS_ORIGINS=*
# =============================================================================
# Background Jobs Configuration
# =============================================================================
ENABLE_BACKGROUND_JOBS=true
CELERY_BROKER_URL=redis://redis:6379/0
CELERY_RESULT_BACKEND=redis://redis:6379/1
==========================================================================
# Database & Redis URLs (Advanced - Override defaults if needed)
# =============================================================================
# DATABASE_URL=postgresql+asyncpg://aphrodite:your-password@postgres:5432/aphrodite
# REDIS_URL=redis://redis:6379/0
JELLYFIN_URL=https://jelly.domain.tld
JELLYFIN_API_KEY=xxx
JELLYFIN_USER_ID=xxx
Screenshots
https://i.imgur.com/IFPetQo.png
https://i.imgur.com/YzKzgt8.png
https://i.imgur.com/glsvXP4.png
https://i.imgur.com/K3jZRWG.png
https://i.imgur.com/Q8UvXjC.png
https://i.imgur.com/fSccnje.png
https://i.imgur.com/oiS2UK4.png
https://i.imgur.com/MBDcm83.png
Single ID test
https://i.imgur.com/FWcH1Cl.png
Desktop (please complete the following information):
Docker version 28.3.3, build 980b856
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
Version (please complete the following information):
- Version Latest tag
Logs
aphrodite-worker | [2025-09-09 08:18:10,974: INFO/MainProcess] Published progress update to Redis for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite-worker | [2025-09-09 08:18:10,974: INFO/MainProcess] Successfully published progress update to Redis for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite-worker | [2025-09-09 08:18:10,974: ERROR/MainProcess] β Failed to process poster e2dd4b2c-c84f-471c-4280-49460c58a3f3: Failed to download poster for Jellyfin item after 3 attempts: e2dd4b2c-c84f-471c-4280-49460c58a3f3
aphrodite-worker | [2025-09-09 08:18:10,974: WARNING/MainProcess] Poster e2dd4b2c-c84f-471c-4280-49460c58a3f3 failed in job 8fbda482-6bbc-451a-8aa6-6b79e18098ba: Failed to download poster for Jellyfin item after 3 attempts: e2dd4b2c-c84f-471c-4280-49460c58a3f3
aphrodite | π 08:18:10 [INFO] aphrodite.workflow.websocket: WebSocketManager: Successfully sent update to WebSocket connection 1
aphrodite | π 08:18:10 [INFO] aphrodite.workflow.websocket: WebSocketManager: Sent progress update to 1 connections, removed 0 disconnected connections
aphrodite-worker | [2025-09-09 08:18:10,980: INFO/MainProcess] Poster e2dd4b2c-c84f-471c-4280-49460c58a3f3 will be retried (attempt 1/3)
aphrodite-worker | [2025-09-09 08:18:10,987: INFO/MainProcess] Progress update for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba: 42.0% (0/50 completed, 21 failed)
aphrodite | π 08:18:10 [INFO] aphrodite.workflow.websocket: WebSocketManager: Received Redis progress update for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite | π 08:18:10 [INFO] aphrodite.workflow.websocket: WebSocketManager: Attempting to send progress update for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite | π 08:18:10 [INFO] aphrodite.workflow.websocket: WebSocketManager: Data = {'type': 'progress_update', 'job_id': '8fbda482-6bbc-451a-8aa6-6b79e18098ba', 'data': {'total_posters': 50, 'completed_posters': 0, 'failed_posters': 21, 'progress_percentage': 42.0, 'estimated_completion': '2025-09-09T08:20:02.109653', 'current_poster': None}}
aphrodite | π 08:18:10 [INFO] aphrodite.workflow.websocket: WebSocketManager: Found 1 active connections for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite-worker | [2025-09-09 08:18:10,988: INFO/MainProcess] Published progress update to Redis for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite-worker | [2025-09-09 08:18:10,988: INFO/MainProcess] Successfully published progress update to Redis for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite-worker | [2025-09-09 08:18:10,988: INFO/MainProcess] π Progress updated: 21/50 posters processed
aphrodite | π 08:18:10 [INFO] aphrodite.workflow.websocket: WebSocketManager: Successfully sent update to WebSocket connection 1
aphrodite | π 08:18:10 [INFO] aphrodite.workflow.websocket: WebSocketManager: Sent progress update to 1 connections, removed 0 disconnected connections
aphrodite-worker | [2025-09-09 08:18:11,088: INFO/MainProcess] Processing poster 6c32a079-6a7b-3a64-493a-3d70172330e9 (22/50)
aphrodite-worker | [2025-09-09 08:18:11,105: INFO/MainProcess] Progress update for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba: 42.0% (0/50 completed, 21 failed)
aphrodite-worker | [2025-09-09 08:18:11,106: INFO/MainProcess] Published progress update to Redis for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite-worker | [2025-09-09 08:18:11,106: INFO/MainProcess] Successfully published progress update to Redis for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite | π 08:18:11 [INFO] aphrodite.workflow.websocket: WebSocketManager: Received Redis progress update for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite | π 08:18:11 [INFO] aphrodite.workflow.websocket: WebSocketManager: Attempting to send progress update for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite | π 08:18:11 [INFO] aphrodite.workflow.websocket: WebSocketManager: Data = {'type': 'progress_update', 'job_id': '8fbda482-6bbc-451a-8aa6-6b79e18098ba', 'data': {'total_posters': 50, 'completed_posters': 0, 'failed_posters': 21, 'progress_percentage': 42.0, 'estimated_completion': '2025-09-09T08:20:02.109653', 'current_poster': None}}
aphrodite | π 08:18:11 [INFO] aphrodite.workflow.websocket: WebSocketManager: Found 1 active connections for job 8fbda482-6bbc-451a-8aa6-6b79e18098ba
aphrodite | π 08:18:11 [INFO] aphrodite.workflow.websocket: WebSocketManager: Successfully sent update to WebSocket connection 1
aphrodite | π 08:18:11 [INFO] aphrodite.workflow.websocket: WebSocketManager: Sent progress update to 1 connections, removed 0 disconnected connections
aphrodite-worker | [2025-09-09 08:18:11,289: WARNING/MainProcess] No poster found for item 6c32a079-6a7b-3a64-493a-3d70172330e9 (HTTP 404)
aphrodite-worker | [2025-09-09 08:18:11,289: WARNING/MainProcess] No poster found for item 6c32a079-6a7b-3a64-493a-3d70172330e9
aphrodite-worker | [2025-09-09 08:18:11,289: WARNING/MainProcess] No poster data returned for 6c32a079-6a7b-3a64-493a-3d70172330e9 on attempt 1
aphrodite-worker | [2025-09-09 08:18:11,289: INFO/MainProcess] Retrying poster download for 6c32a079-6a7b-3a64-493a-3d70172330e9 in 1.0s
aphrodite-worker | [2025-09-09 08:18:12,716: WARNING/MainProcess] No poster found for item 6c32a079-6a7b-3a64-493a-3d70172330e9 (HTTP 404)
aphrodite-worker | [2025-09-09 08:18:12,716: WARNING/MainProcess] No poster found for item 6c32a079-6a7b-3a64-493a-3d70172330e9
aphrodite-worker | [2025-09-09 08:18:12,716: WARNING/MainProcess] No poster data returned for 6c32a079-6a7b-3a64-493a-3d70172330e9 on attempt 2
aphrodite-worker | [2025-09-09 08:18:12,717: INFO/MainProcess] Retrying poster download for 6c32a079-6a7b-3a64-493a-3d70172330e9 in 2.0s
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working