Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import failed when completion #93

Open
Rollbacke opened this issue Feb 23, 2025 · 4 comments
Open

Import failed when completion #93

Rollbacke opened this issue Feb 23, 2025 · 4 comments

Comments

@Rollbacke
Copy link

Hi,

I think it's just a configuration issue, but I admit I don't see where.

docker-compose.yml:

  lidarr:
    container_name: lidarr
    image: lscr.io/linuxserver/lidarr:latest
    env_file:
      - "./arr/data/lidarr/.env"
    volumes:
      - ./arr/data/lidarr/config/:/config/:rw
      - /mnt/nas/musiques/Indexed_Musique/Hi-Res/:/nas/:rw
      - /mnt/nas-fstab/downloads/soulseek/:/soulseek/:rw
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
    networks:
      net_bridge:
    restart: unless-stopped

  soulseek:
    container_name: soulseek
    image: slskd/slskd:latest
    env_file:
      - "./arr/data/soulseek/.env"
    ports:
      - 50300:50300/tcp
    volumes:
      - ./arr/data/soulseek/config/:/app/:rw
      - /mnt/nas-fstab/musiques/Indexed_musique/Hi-Res:/nas/:rw
      - /mnt/nas-fstab/downloads/soulseek/:/soulseek/:rw
    user: 1015:1002
    networks:
      net_bridge:
    restart: unless-stopped

  soularr:
    container_name: soularr
    image: mrusse08/soularr:latest
    env_file:
      - "./arr/data/soularr/.env"
    user: "1018:1002"
    volumes:
      - ./arr/data/soularr/config/:/data/:rw
      - /mnt/nas-fstab/downloads/soulseek/:/soulseek/:rw
    networks:
      net_bridge:
    restart: unless-stopped

Soularr config:

[Lidarr]
api_key = xxx
host_url = http://lidarr:8686
download_dir = /soulseek/

[Slskd]
api_key = xxx
host_url = http://soulseek:5030
download_dir = /soulseek/
delete_searches = True
stalled_timeout = 3600

[Release Settings]
use_most_common_tracknum = True
allow_multi_disc = True
accepted_countries = Europe,Japan,United Kingdom,United States,[Worldwide],Australia,Canada
accepted_formats = CD,Digital Media,Vinyl

[Search Settings]
search_timeout = 5000
maximum_peer_queue = 50
minimum_peer_upload_speed = 0
minimum_filename_match_ratio = 0.5
allowed_filetypes = flac 24/192,flac 16/44.1,flac
search_for_tracks = False
album_prepend_artist = True
track_prepend_artist = True
  #"all" will search for every wanted record everytime soularr is run.
  #"incrementing_page" will start with the first page and increment to the next on each run.
  #"first_page" will repeatedly search the first page.
search_type = incrementing_page
number_of_albums_to_grab = 10
remove_wanted_on_failure = False
search_source = missing

[Logging]
level = INFO
format = [%(levelname)s|%(module)s|L%(lineno)d] %(asctime)s: %(message)s
datefmt = %Y-%m-%dT%H:%M:%S%z

When I add an missing album, the download is started, but, when completion occur:

soularr  | [INFO|soularr|L438] 2025-02-23T21:00:35+0100: All tracks finished downloading!                                                                                                                                                                                                                                                                                   
soularr  | [INFO|soularr|L509] 2025-02-23T21:00:41+0100: Starting Lidarr import for: downloading ID: 15426                                                                                                                                                                                                                                                                  
soularr  | [INFO|soularr|L509] 2025-02-23T21:00:41+0100: Starting Lidarr import for: complete ID: 15427                                                                                                                                                                                                                                                                     
soularr  | [INFO|soularr|L524] 2025-02-23T21:00:43+0100: Downloaded Albums Scan Failed to import from: /soulseek/downloading                                                                                                                                                                                                                                                
soularr  | [INFO|soularr|L551] 2025-02-23T21:00:43+0100: Failed import moved to: failed_imports/downloading                                                                                                                                                                                                                                                                 
soularr  | [INFO|soularr|L524] 2025-02-23T21:00:43+0100: Downloaded Albums Scan Failed to import from: /soulseek/complete                                                                                                                                                                                                                                                   
soularr  | [INFO|soularr|L551] 2025-02-23T21:00:43+0100: Failed import moved to: failed_imports/complete                                                                                                                                                                                                                                                                    
soularr  | [INFO|soularr|L750] 2025-02-23T21:00:43+0100: Soularr finished. Exiting...

I can't find anything usefull in Lidarr logs...

Thanks in advance.

@aibradford
Copy link

Im having the exact same issue. Lidarr is MacOS install, and slskd is in docker, but the problem is identical.

following...

@mrusse
Copy link
Owner

mrusse commented Feb 26, 2025

Both of you should check your Lidarr debug logs when the imports fail. This is a configuration issue and that should tell you the problem. It is likely a permissions issue or a problem with your paths.

@aibradford
Copy link

aibradford commented Feb 26, 2025

Can you elaborate on what I should be seeing in the DEBUG logs that is going to show me what the problem is?

Maybe i'm not sure what exactly it is i'm supposed to see here?

2025-02-25 22:19:14 soularr | [INFO|soularr|L524] 2025-02-25T22:19:14-0500: Downloaded Albums Scan Failed to import from: /Users/andybradford/Volumes/VV/_downloads/_completed/(2023) At Maida Vale 2025-02-25 22:19:14 soularr | [INFO|soularr|L551] 2025-02-25T22:19:14-0500: Failed import moved to: failed_imports/(2023) At Maida Vale 2025-02-25 22:19:14 soularr | [DEBUG|connectionpool|L544] 2025-02-25T22:19:14-0500: http://192.168.0.160:8686 "GET /api/v1/command/780882 HTTP/1.1" 200 None 2025-02-25 22:19:14 soularr | [INFO|soularr|L524] 2025-02-25T22:19:14-0500: Downloaded Albums Scan Failed to import from: /Users/andybradford/Volumes/VV/_downloads/_completed/CD 01 2025-02-25 22:19:14 soularr | [INFO|soularr|L551] 2025-02-25T22:19:14-0500: Failed import moved to: failed_imports/CD 01 2025-02-25 22:19:14 soularr | [DEBUG|connectionpool|L544] 2025-02-25T22:19:14-0500: http://192.168.0.160:8686 "GET /api/v1/command/780883 HTTP/1.1" 200 None 2025-02-25 22:19:14 soularr | [INFO|soularr|L524] 2025-02-25T22:19:14-0500: Downloaded Albums Scan Failed to import from: /Users/andybradford/Volumes/VV/_downloads/_completed/CD 02 2025-02-25 22:19:14 soularr | [INFO|soularr|L551] 2025-02-25T22:19:14-0500: Failed import moved to: failed_imports/CD 02 2025-02-25 22:19:14 soularr | [DEBUG|connectionpool|L544] 2025-02-25T22:19:14-0500: http://192.168.0.160:8686 "GET /api/v1/command/780884 HTTP/1.1" 200 None 2025-02-25 22:19:14 soularr | [INFO|soularr|L524] 2025-02-25T22:19:14-0500: Downloaded Albums Scan Failed to import from: /Users/andybradford/Volumes/VV/_downloads/_completed/Art Blakey & The Jazz Messengers 2025-02-25 22:19:14 soularr | [INFO|soularr|L551] 2025-02-25T22:19:14-0500: Failed import moved to: failed_imports/Art Blakey & The Jazz Messengers_1 2025-02-25 22:19:14 soularr | [INFO|soularr|L756] 2025-02-25T22:19:14-0500: 1: releases failed while downloading and are still wanted. 2025-02-25 22:19:14 soularr | [DEBUG|connectionpool|L544] 2025-02-25T22:19:14-0500: http://192.168.0.160:5030 "DELETE /api/v0/transfers/downloads/all/completed HTTP/1.1" 204 0 2025-02-25 22:19:14 soularr | 25/02/2025 22:19:14 - Waiting for 30 seconds before checking again...

@Rollbacke
Copy link
Author

OMG ! I didn't see that we could set the criticality of logs... Sorry !
I'll test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants