Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

No poster found for item (no item at all)Β #92

@Aerya

Description

@Aerya

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions