Comment on New Jellyfin Server/Web release: 10.10.7
couch1potato@lemmy.dbzer0.com 1 week agoSo I just got back to this today and I still have the same error:
KeyError: ‘collections’ ‘2025-04-08 20:31:17,226 - INFO - Entering elinorr function’ ‘2025-04-08 20:31:17,226 - INFO - Successfully set show_list.’ ‘2025-04-08 20:31:17,226 - INFO - Successfully finished pre-flight checks, beginning main loop of Elinorr.’ ‘2025-04-08 20:31:17,228 - INFO - Successfully connected to elinorr.db.’ ‘2025-04-08 20:31:17,229 - INFO - Processing show “design-squad”’ Traceback (most recent call last): File “/elinorr/elinorr.py”, line 175, in <module> elinorr(SHOW_LIST, WORK_DIR, SCAN_INTERVAL) File “/elinorr/elinorr.py”, line 136, in elinorr for episode in content_json[‘collections’][‘episodes’][‘content’]: KeyError: ‘collections’ ‘2025-04-08 20:31:19,132 - INFO - Entering elinorr function’ ‘2025-04-08 20:31:19,132 - INFO - Successfully set show_list.’ ‘2025-04-08 20:31:19,133 - INFO - Successfully finished pre-flight checks, beginning main loop of Elinorr.’ ‘2025-04-08 20:31:19,135 - INFO - Successfully connected to elinorr.db.’ ‘2025-04-08 20:31:19,137 - INFO - Processing show “design-squad”’ Traceback (most recent call last): File “/elinorr/elinorr.py”, line 175, in <module> elinorr(SHOW_LIST, WORK_DIR, SCAN_INTERVAL) File “/elinorr/elinorr.py”, line 136, in elinorr for episode in content_json[‘collections’][‘episodes’][‘content’]: KeyError: ‘collections’
kata1yst@sh.itjust.works 1 week ago
Okay, thanks for giving me that, I’ll investigate further tonight
couch1potato@lemmy.dbzer0.com 1 week ago
Ty sir 🫡
kata1yst@sh.itjust.works 1 week ago
Can you provide your docker-compose entry or your docker run command?
couch1potato@lemmy.dbzer0.com 1 week ago
Here. I’m on docker 3.7. I think it’s correct…
services: elinorr: image: registry.gitlab.com/mwirth001/elinorr:latest container_name: elinorr environment: - PUID=1000 - PGID=1000 - TZ=America/Chicago - SHOW_LIST=“design-squad” volumes: - ‘/mnt/user/appdata_docker/elinorr:/elinorr/config’ - ‘/mnt/user/media/zz_downloads/elinorr_downloads:/elinorr/downloads’ restart: unless-stopped