Giter VIP home page Giter VIP logo

Comments (11)

david1111967 avatar david1111967 commented on June 14, 2024 1

I have already detected the error.
When you make a change to docker-compose.yml, you must delete the previous configuration file. It seems that it does not finish updating the unpackerr.conf file.
Thank you for your time and in case I wasted your time.

from unpackerr.

davidnewhall avatar davidnewhall commented on June 14, 2024

Hello and thank you for opening an issue.

I don't recall ever writing code that would make this work. Did I write in documentation that this works? Specifically putting filepath:/ into a variable. I normally suggest folks use a config file if they want passwords in another file.

from unpackerr.

david1111967 avatar david1111967 commented on June 14, 2024

Hola, mirando la documentacion me encontre lo siguiente y supuse que se podria escribir un archivo con contraseñas para que fuera probando una por una

Screenshot 2024-03-18 000325

from unpackerr.

davidnewhall avatar davidnewhall commented on June 14, 2024

lol guess so, lemme look into this more.

from unpackerr.

davidnewhall avatar davidnewhall commented on June 14, 2024

okay I found the relevant code. It seems sound. Can you share the log file?

from unpackerr.

davidnewhall avatar davidnewhall commented on June 14, 2024

I just tested this and it works.

$ UN_PASSWORD_0=filepath:/test /Applications/Unpackerr.app/Contents/MacOS/Unpackerr
2024/03/17 16:35:51 [ERROR] Using Config File: /Users/david/.unpackerr/unpackerr.conf: reading password file: open /test: no such file or directory

$ echo -e "1\n2\n3" > test

$ UN_PASSWORD_0=filepath:test /Applications/Unpackerr.app/Contents/MacOS/Unpackerr
[INFO] 2024/03/17 16:36:16 Unpackerr v0.13.1 Starting! PID: 49053, UID: 501, GID: 20, Now: 2024-03-17 16:36:17 -0700 PDT
[INFO] 2024/03/17 16:36:16 ==> GoLift Discord: https://golift.io/discord <==
[INFO] 2024/03/17 16:36:16 ==> Startup Settings <==
[INFO] 2024/03/17 16:36:16  => Sonarr Config: 0 servers
[INFO] 2024/03/17 16:36:16  => Radarr Config: 0 servers
[INFO] 2024/03/17 16:36:16  => Lidarr Config: 0 servers
[INFO] 2024/03/17 16:36:16  => Readarr Config: 0 servers
[INFO] 2024/03/17 16:36:16  => Folder Config: 0 paths, event buffer: 20000
[INFO] 2024/03/17 16:36:16  => Using Config File: /Users/david/.unpackerr/unpackerr.conf
[INFO] 2024/03/17 16:36:16  => Parallel: 1
[INFO] 2024/03/17 16:36:16  => Passwords: 3 (rar/7z)

from unpackerr.

david1111967 avatar david1111967 commented on June 14, 2024
[INFO] 2024/03/18 00:32:53 Unpackerr v0.13.1 Starting! PID: 1, UID: 0, GID: 0, Now: 2024-03-18 00:32:53 +0100 CET
[INFO] 2024/03/18 00:32:53 ==> GoLift Discord: https://golift.io/discord <==
[INFO] 2024/03/18 00:32:53 ==> Startup Settings <==
[INFO] 2024/03/18 00:32:53  => Sonarr Config: 1 server: http://servarr_Sonarr_1:8989, apikey:true, timeout:10s, verify ssl:false, protos:torrent, syncthing: false, delete_orig: false, delete_delay: 5m0s, paths:["/data/torrents"]
[INFO] 2024/03/18 00:32:53  => Radarr Config: 1 server: http://servarr_Radarr_1:7878, apikey:true, timeout:10s, verify ssl:false, protos:torrent, syncthing: false, delete_orig: false, delete_delay: 5m0s, paths:["/data/torrents"]
[INFO] 2024/03/18 00:32:53  => Lidarr Config: 1 server: http://servarr_Lidarr_1:8686, apikey:true, timeout:10s, verify ssl:false, protos:torrent, syncthing: false, delete_orig: false, delete_delay: 5m0s, paths:["/data/torrents"]
[INFO] 2024/03/18 00:32:53  => Readarr Config: 0 servers
[INFO] 2024/03/18 00:32:53  => Folder Config: 0 paths, event buffer: 20000 
[INFO] 2024/03/18 00:32:53  => Using Config File: /config/unpackerr.conf
[INFO] 2024/03/18 00:32:53  => Parallel: 1
[INFO] 2024/03/18 00:32:53  => Passwords: 1 (rar/7z)
[INFO] 2024/03/18 00:32:53  => Interval: 2m
[INFO] 2024/03/18 00:32:53  => Start Delay: 1m
[INFO] 2024/03/18 00:32:53  => Retry Delay: 5m, max: 3
[INFO] 2024/03/18 00:32:53  => Debug / Quiet: false / false
[INFO] 2024/03/18 00:32:53  => Activity / Queues: false / 1m
[INFO] 2024/03/18 00:32:53  => Directory & File Modes: 0755 & 0644
[INFO] 2024/03/18 00:32:53  => Log File: /config/unpackerr.log (10 @ 10Mb)
[INFO] 2024/03/18 00:32:53  => Webhook Configs: 0 URLs
[INFO] 2024/03/18 00:32:53  => Command Hook Configs: 0 commands
[INFO] 2024/03/18 00:32:53  => Webserver Disabled
[INFO] 2024/03/18 00:32:53 [Lidarr] Updated (http://servarr_Lidarr_1:8686): 0 Items Queued, 0 Retrieved
[INFO] 2024/03/18 00:32:53 [Radarr] Updated (http://servarr_Radarr_1:7878): 1 Items Queued, 1 Retrieved
[INFO] 2024/03/18 00:32:53 [Sonarr] Updated (http://servarr_Sonarr_1:8989): 0 Items Queued, 0 Retrieved
[INFO] 2024/03/18 00:32:53 [Radarr] Waiting for Start Delay: Aquaman y el reino perdido (2023) [Bluray 1080p][Esp] (1m0s remains)
[INFO] 2024/03/18 00:33:53 [Unpackerr] Queue: [1 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted]
[INFO] 2024/03/18 00:33:53 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]
[INFO] 2024/03/18 00:34:53 [Lidarr] Updated (http://servarr_Lidarr_1:8686): 0 Items Queued, 0 Retrieved
[INFO] 2024/03/18 00:34:53 [Radarr] Updated (http://servarr_Radarr_1:7878): 1 Items Queued, 1 Retrieved
[INFO] 2024/03/18 00:34:53 [Sonarr] Updated (http://servarr_Sonarr_1:8989): 0 Items Queued, 0 Retrieved
[INFO] 2024/03/18 00:34:53 [Radarr] Extraction Queued: /data/torrents/movies/Aquaman y el reino perdido (2023) [Bluray 1080p][Esp], extractable files: 1, delete orig: false, items in queue: 1
[INFO] 2024/03/18 00:34:53 [Unpackerr] Queue: [0 waiting] [1 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted]
[INFO] 2024/03/18 00:34:53 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]
[INFO] 2024/03/18 00:34:53 Extraction Started: Aquaman y el reino perdido (2023) [Bluray 1080p][Esp], items in queue: 0
[INFO] 2024/03/18 00:34:53 Deleted (recursively): /data/torrents/movies/Aquaman y el reino perdido (2023) [Bluray 1080p][Esp]_unpackerred
[INFO] 2024/03/18 00:34:53 Extraction Error: Aquaman y el reino perdido (2023) [Bluray 1080p][Esp]: /data/torrents/movies/Aquaman y el reino perdido (2023) [Bluray 1080p][Esp]/Aquaman y el reino perdido (2023) [Bluray 1080p][Esp](wolfmax4k.com).rar: rarReader.Next: rardecode: incorrect password
[INFO] 2024/03/18 00:35:53 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [1 failed] [0 deleted]
[INFO] 2024/03/18 00:35:53 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]
[INFO] 2024/03/18 00:36:53 [Lidarr] Updated (http://servarr_Lidarr_1:8686): 0 Items Queued, 0 Retrieved
[INFO] 2024/03/18 00:36:53 [Radarr] Updated (http://servarr_Radarr_1:7878): 1 Items Queued, 1 Retrieved
[INFO] 2024/03/18 00:36:53 [Sonarr] Updated (http://servarr_Sonarr_1:8989): 0 Items Queued, 0 Retrieved
[INFO] 2024/03/18 00:36:53 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [1 failed] [0 deleted]
[INFO] 2024/03/18 00:36:53 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]

from unpackerr.

david1111967 avatar david1111967 commented on June 14, 2024

In the file right now I have two passwords. But only one appears in the log.

from unpackerr.

davidnewhall avatar davidnewhall commented on June 14, 2024

You have a mistake in your compose file. Do not wrap variables in quotes.

Invalid:

      - UN_PASSWORD_0="filepath:/config/passwords.txt"

Correct:

      - UN_PASSWORD_0=filepath:/config/passwords.txt

from unpackerr.

david1111967 avatar david1111967 commented on June 14, 2024

Still detecting only one password

password.txt

Wolfmax4k.com 45911564E
1234123123

Because the method of separating passwords, I imagine it will be a line break?
And are passwords happy with blank spaces?

from unpackerr.

david1111967 avatar david1111967 commented on June 14, 2024

I just tested your setup and it works like a charm. I'm going to try recreating the container for the millionth time. 😢

from unpackerr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.