Code Monkey home page Code Monkey logo

Comments (16)

ManiMatter avatar ManiMatter commented on June 6, 2024

Hey, could you pls provide a screenshot of

  • your sonarr queue where one of the affected series is visible
  • your qbit where the same series are visible
  • your qbit tags

Im sure we'll figure it out, cheers!

from decluttarr.

NeoDigi avatar NeoDigi commented on June 6, 2024

And thanks for the quick response

The sonarr queue:
image

The corresponding log:
image

The tags when selected showing that none are actually tagged:
image

The stalled torrent since 2-3days ago
image

If you need anything else ill be happy to help debug

from decluttarr.

ManiMatter avatar ManiMatter commented on June 6, 2024

mhh.. scratch-my-head... stupid question: you only run 1 instance of qbit, I suppose... ;-)

could you share screenshot of the series, too, please that shows whether the series (and episodes) is monitored / unmonitored? to be quite frank, I'm tapping a little bit in the dark what's happening here.

Can you also share a your settings pls?

Thanks again

from decluttarr.

NeoDigi avatar NeoDigi commented on June 6, 2024

Yes one instance of qbit only

Screenshot_20231203-080316.png

from decluttarr.

ManiMatter avatar ManiMatter commented on June 6, 2024

Thx

Can you also share a your settings pls?

from decluttarr.

NeoDigi avatar NeoDigi commented on June 6, 2024

Which settings exactly ?
The decluttarr ones ?
This is my compose:

 decluttarr:
    image: ghcr.io/manimatter/decluttarr:latest   
    container_name: decluttarr
    restart: always
    network_mode: synobridge
    environment:
      - TZ=${TZ}
      - PUID=${PUID}
      - PGID=${PGID}
      # General
      - LOG_LEVEL=VERBOSE
      #TEST_RUN: True 
      # Features 
      - REMOVE_TIMER=5
      - REMOVE_FAILED=True
      - REMOVE_STALLED=True
      - REMOVE_METADATA_MISSING=True     
      - REMOVE_ORPHANS=True
      - REMOVE_UNMONITORED=True
      - PERMITTED_ATTEMPTS=3
      - NO_STALLED_REMOVAL_QBIT_TAG="Don't Kill If Stalled"
      # Radarr
      - RADARR_URL=http://radarr:7878
      - RADARR_KEY=xxx
      # Sonarr
      - SONARR_URL=http://sonarr:8989
      - SONARR_KEY=xxx
      # Lidarr
      # LIDARR_URL=http://lidarr:8686
      # LIDARR_KEY=$LIDARR_KEY     
      # qBitorrent
      - QBITTORRENT_URL=http://qbit:8090

from decluttarr.

ManiMatter avatar ManiMatter commented on June 6, 2024

The only difference I see to my config is the following:

Does it change anything if you use
NO_STALLED_REMOVAL_QBIT_TAG: Don't Kill If Stalled

instead of
NO_STALLED_REMOVAL_QBIT_TAG="Don't Kill If Stalled"

If not, we'll have to do some digging...

from decluttarr.

NeoDigi avatar NeoDigi commented on June 6, 2024

I just tried this with the same results
I want to try to manually erase everything and start again from a clean state just to see if this changes anything

I'll report back after

from decluttarr.

NeoDigi avatar NeoDigi commented on June 6, 2024

So I just tried with everything fresh and only one torrent and its still doing the same thing

[VERBOSE]: Cleaning queue on Radarr:
[VERBOSE]: >>> Queue is empty.
[VERBOSE]: Cleaning queue on Sonarr:
[VERBOSE]: >>> Detected stalled download, tagged not to be killed: What.We.Do.in.the.Shadows.S05E06.Urgent.Care.720p.DSNP.WEB-DL.DDP5.1.H.264-NTb[TGx]
[VERBOSE]: >>> Queue is clean.
[VERBOSE]: 
[VERBOSE]: Queue clean-up complete!
[VERBOSE]: --------------------------------------------------

And this loops forever without ever removing this torrent :(

from decluttarr.

iEusKid avatar iEusKid commented on June 6, 2024

So I just tried with everything fresh and only one torrent and its still doing the same thing

[VERBOSE]: Cleaning queue on Radarr:
[VERBOSE]: >>> Queue is empty.
[VERBOSE]: Cleaning queue on Sonarr:
[VERBOSE]: >>> Detected stalled download, tagged not to be killed: What.We.Do.in.the.Shadows.S05E06.Urgent.Care.720p.DSNP.WEB-DL.DDP5.1.H.264-NTb[TGx]
[VERBOSE]: >>> Queue is clean.
[VERBOSE]: 
[VERBOSE]: Queue clean-up complete!
[VERBOSE]: --------------------------------------------------

And this loops forever without ever removing this torrent :(

I am not the developer but try to remove the part in compose file with tagged dont kill, try without it at all then see how it will do

from decluttarr.

NeoDigi avatar NeoDigi commented on June 6, 2024

I just tried, no changes

from decluttarr.

ManiMatter avatar ManiMatter commented on June 6, 2024

Which sonarr / radarr versions are you using? If on v3, do things start to work if you go to v4/nightly?

from decluttarr.

NeoDigi avatar NeoDigi commented on June 6, 2024

I just tried v4 with no luck
I looked around the code and saw what is going wrong but Im not sure why
Basically this call:
/api/v2/torrents/info?tag=Don%27t+Kill+If+Stalled
Returns every torrents that I currently have no matter the tag
it's as if the tag parameter is ignored ;(

from decluttarr.

ManiMatter avatar ManiMatter commented on June 6, 2024

What's your qbit version?

from decluttarr.

NeoDigi avatar NeoDigi commented on June 6, 2024

Yup, this was the issue
I was using qbit 4.3.9
and when I switched to 4.6.2 it started working without issues!

from decluttarr.

ManiMatter avatar ManiMatter commented on June 6, 2024

Excellent glad we figured it out. Cheers

from decluttarr.

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.