nzbget unpack failure

  • hi,


  • Your Destination has a double slash in it: /Ron//............

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • If the screen you are typing that into is in the nzbget interface you cannot use host side paths there. Try this instead:


    /nzbget/downloads/movies/Computer Idee #10 (2022)

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • It might not like blank spaces in the directory name. Try surrounding the entire path in quotes.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • Strange, i went over again, but will not working.

    can not find what is gone wrong.

    i have a Directory /Ron.

    the nzbget program seems good.


    version: "2.1"

    services:

    nzbget:

    image: lscr.io/linuxserver/nzbget

    container_name: nzbget

    environment:

    - PUID=1000

    - PGID=1000

    - TZ=Europe/Amsterdam

    - NZBGET_USER=nzbget #optional

    - NZBGET_PASS=tegbzn6789 #optional


    volumes:

    - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/config:/Ron/nzbget/config

    - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads:/Ron/nzbget/downloads

    - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads:/Ron/nzbget/downloads/movies

    - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads:/Ron/nzbget/downloads/TV-Series

    - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads:/Ron/nzbget/downloads/music

    ports:

    - 6789:6789

    restart: unless-stopped


    iff i look on the nas i see the directory, Nzbget, with download/ and the movies and other.

    only config is empty, i think this is not wright?


    what i tried , its still not going to the maps, i can not see what is not in place


  • I suggest changing the volume binds:


    - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/config:/config

    - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads:/downloads

    - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads/movies:/downloads/movies

    - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads/TV-Series:/downloads/TV-Series

    - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads/music:/downloads/music

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • These volumes are wrong.


    Change it to something like:


    Code
        volumes:
          - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/config:/config
          - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads:/downloads
          - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads/movies:/downloads/movies
          - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads/TV-Series:/downloads/TV-Series
          - /srv/dev-disk-by-uuid-0af72385-483b-4df7-bfb1-0db5f31df314/Ron/nzbget/downloads/music:/downloads/music

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!