salut,

déjà merci pour le script !!

j'utilise cloudbox, donc sous Ubuntu 18, et lorsque je lance le script, j'ai les messages suivants :

avec 127.0.0.1 ou localhost comme adresse :
In HttpException.php line 32:


An HTTP error occurred: Service Temporarily Unavailable

avec l'adresse complète du serveur :
In HttpException.php line 32:


An HTTP error occurred: Unauthorized

une idée ?

bye

    5 jours plus tard

    Magicalex salut, j’ai le message :

    In HttpException.php line 32:


    An HTTP error occurred: Service Temporarily Unavailable

      Magicalex et est ce qu’il existe un autre outil pour le même boulot ? J’ai pas mal de fichier qui ne sont plus en seed mais qui sont toujours présents sur le disque 😕

        foxfr99 mon outil fonctionne. Il a était utilisé/testé par plusieurs membres aussi.

        Tu te trompes dans l'url mais je vois pas ou.

        edit: j'avais pas vu que c'était une cloudbox, je reviens vers toi.

        @foxfr99

        Bon le xmlrpcmountpoint l'uri c'est /RPC2

        Essaye ça :

        rtorrent-cleaner report --url-xmlrpc=http://user:azerty@88.88.88.88/RPC2

          Magicalex salut, avec cette dernière commande et en ajoutant un s pour https j’ai le message suivant :

          In Finder.php line 581:


          The "/downloads/torrents/rutorrent/incoming" directory does not exist.

          La partie interrogation de rutorrent semble fonctionner.
          Est il possible de paramétrer le chemin d’acces aux fichiers téléchargés ?

            Magicalex euh ... c'est l'installation d'origine mais je sais pas ou trouver le fichier.

            les torrents sont dans le dossier : /mnt/local/downloads/torrents/rutorrent/completed

            Ok il me faudrait les retours des deux commandes

            docker network ls
            docker ps

            En gros on va utiliser mon image docker pour exécuter rtorrent-cleaner.
            Les points d’interrogations c'est les chemins à trouver.

            docker run -it --rm \
              -v /mnt/local/downloads/torrents/rutorrent/completed:???????/rutorrent/completed \
              --network ?????? \
              --link ???????:rtorrent \
              magicalex/docker-rtorrent-cleaner rtorrent-cleaner

              Magicalex

               ~ docker network ls
              NETWORK ID          NAME                DRIVER              SCOPE
              c6d782c6092e        bridge              bridge              local
              7b16eb4a70b8        cloudbox            bridge              local
              e786b3f45af9        host                host                local
              ce6a2fe39884        none                null                local

              Docker ps retourne pour ce qui concerne rutorrent :

              783ac95817bd horjulf/rutorrent-autodl "/init"

              Si je lance la commande :

              docker run -it --rm \
                -v /mnt/local/downloads/torrents/rutorrent/completed:/downloads/torrents/rutorrent/completed \
              --network 7b16eb4a70b8 \
              --link rutorrent-autodl:rtorrent \
                magicalex/docker-rtorrent-cleaner rtorrent-cleaner report --url-xmlrpc=https://xxx:yyy@domaine/RPC2/

              J’ai en retour :

              In Finder.php line 581:
                                                                                        
                The "/downloads/torrents/rutorrent/incoming" directory does not exist.  

              Merci encore !

              Et avec la commande :

              docker run -it --rm \
                -v /mnt/local/downloads/torrents/rutorrent:/downloads/torrents/rutorrent \
              --network 7b16eb4a70b8 \
              --link rutorrent-autodl:rtorrent \
                magicalex/docker-rtorrent-cleaner rtorrent-cleaner report --url-xmlrpc=https://xxx:yyy@domaine/RPC2/

              j’ai ce résultat :

              ╔════════════════════════════════════╗
              ║ RTORRENT-CLEANER - REPORT - v0.4.4 ║
              ╚════════════════════════════════════╝
              
               ████████████████████████████ 100%
               remaining time: < 1 sec
               status: completed successfully!
              PHP Notice:  Undefined variable: fileTorrentHome in phar:///usr/local/bin/rtorrent-cleaner/src/Rtorrent/ListingFile.php on line 62
              PHP Warning:  array_diff(): Argument #1 is not an array in phar:///usr/local/bin/rtorrent-cleaner/src/Rtorrent/ListingFile.php on line 67
              PHP Warning:  array_diff(): Argument #2 is not an array in phar:///usr/local/bin/rtorrent-cleaner/src/Rtorrent/ListingFile.php on line 72
              PHP Warning:  count(): Parameter must be an array or an object that implements Countable in phar:///usr/local/bin/rtorrent-cleaner/src/Command/ReportCommand.php on line 70
              PHP Warning:  count(): Parameter must be an array or an object that implements Countable in phar:///usr/local/bin/rtorrent-cleaner/src/Command/ReportCommand.php on line 71
              
              > 0 file(s) are not tracked by rtorrent. (use the `rm` or `mv` command)
              
              PHP Warning:  Invalid argument supplied for foreach() in phar:///usr/local/bin/rtorrent-cleaner/src/Command/ReportCommand.php on line 76
              no files not tracked by rtorrent
              
              > 0 files(s) are missing in the torrents. (use the `torrents` command)
              
              PHP Warning:  Invalid argument supplied for foreach() in phar:///usr/local/bin/rtorrent-cleaner/src/Command/ReportCommand.php on line 96
              no missing files

              dans rutorrent tu peux me donner le dossier de téléchargement par défaut?

              Ensuite pour la commande c'est plutôt, mais je connais pas les dossiers ou se trouve les torrents.
              Donne le retour de cette commande
              docker inspect -f '{{ .Mounts }}' 783ac95817bd

              Pour le moment c'est cette commande que tu dois exécuter

              docker run -it --rm \
                -v /mnt/local/downloads/torrents/rutorrent:/downloads/torrents/rutorrent \
                --network cloudbox \
                --link rutorrent-autodl:rtorrent \
                magicalex/docker-rtorrent-cleaner rtorrent-cleaner report --url-xmlrpc=http://rtorrent/RPC2

                Magicalex la premiere commande retourne :

                ~ docker inspect -f '{{ .Mounts }}' 783ac95817bd
                [{volume dbd2f33cea1edcfb10a573c57aaf0f441a89c59a6beb7ab16e344d39ad960c6e /var/lib/docker/volumes/dbd2f33cea1edcfb10a573c57aaf0f441a89c59a6beb7ab16e344d39ad960c6e/_data /downloads local  true } {bind  /mnt/local/downloads/torrents /downloads/torrents  rw true rprivate} {bind  /etc/localtime /etc/localtime  ro false rprivate} {bind  /mnt /mnt  rw true rprivate} {bind  /opt/scripts /scripts  rw true rprivate} {bind  /opt/rutorrent /config  rw true rprivate}]

                Pour le dossier de téléchargement je ne voie pas la capture d’écran mais quand je veux ajouter un torrent le dossier est : /downloads/torrents/rutorrent/incoming/

                Ok, ça devrait être bon.

                docker run -it --rm \
                  -v /mnt/local/downloads/torrents:/downloads/torrents \
                  --network cloudbox \
                  --link rutorrent-autodl:rtorrent \
                  magicalex/docker-rtorrent-cleaner rtorrent-cleaner report --url-xmlrpc=http://rtorrent/RPC2