Code Monkey home page Code Monkey logo

Comments (54)

ManiMatter avatar ManiMatter commented on May 26, 2024 1

Hi

I think you'd only see things like 114/72 if there is a connection problem which you now fixed

Suggest we close this ticket in a few days unless you see the same issue again (if so, pls just provide the logs here)

Cheers

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024 1

I think that debug log is misleading

The function that grabs the queue is the one below.
There are two queries; in the first one, I am grabbing the total records, which is a existing field, and I only grab 1 page (since the total records-info is across all pages).

Then I fetch 1 page with the length corresponding to the total records, and then I have all records.
Hope that makes sense?

async def get_queue(BASE_URL, API_KEY, params = {}):
    await rest_post(url=BASE_URL+'/command', json={'name': 'RefreshMonitoredDownloads'}, headers={'X-Api-Key': API_KEY})
    totalRecords = (await rest_get(f'{BASE_URL}/queue', API_KEY, params))['totalRecords']
    if totalRecords == 0:
        return None
    queue = await rest_get(f'{BASE_URL}/queue', API_KEY, {'page': '1', 'pageSize': totalRecords}|params) 
    return queue

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024 1

Thank you @MikeFalcor . I've created an issue with the Sonarr team, let's see where we get. Maybe worthwhile having an eye on it, and appreciate if you can help with any additional queries they may have:
Sonarr/Sonarr#6108

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Figured out the top error! When Watchtower updates a container, the container gets a new IP address from docker via DHCP. So, now I get to see if the container name will work in place of the IP. :)

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

Hi Mike

Thanks for reaching out.

On your first issue, I don't use ips for my containers for connections between the containers (like qbit to sonarr).

Instead, I use the containername. Ie http://qbit:port

Maybe look into that too could remove a headache for you?

Regarding your second point; the config specifies the max nr of permitted attempts. Thus if you configure 3, then 3 is still fine, but the fourth time it will be removed, hence why you see 73/72

Makes sense?
Cheers

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

I have also seen 114 of 72 and on and on. Not sure why that would be though. I'll let it run for a couple hours and check the logs again. If I get any more strangeness with the 'MAX+ out of MAX' errors, I'll post the logs.

I have since fixed the issue with docker as I created my own bridge network and went through and assigned all containers a static IP. THAT will never be a problem again...LOL.

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

OK! So I pulled the last two complete log cycles. Here you go:


2023-10-10T01:21:17.448186419Z [VERBOSE]: --------------------------------------------------
2023-10-10T01:21:17.448241474Z [VERBOSE]: Cleaning queue on Radarr:
2023-10-10T01:21:17.513843876Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): After.The.Dark.2013.1080p.BluRay.DTS-HD.MA.5.1.x264-PublicHD
2023-10-10T01:21:17.513886276Z [INFO   ]: >>> Detected stalled download (6 out of 6 permitted times): The.Belko.Experiment.2016.1080p.BluRay.x264.DTS.HDMA.5.1.-.Hon3y
2023-10-10T01:21:17.514028663Z [INFO   ]: >>> Detected stalled download (6 out of 6 permitted times): Cabin.Boy.1994.1080p.BluRay.x264.DTS-FGT
2023-10-10T01:21:17.514082348Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Antrum.Il.Film.Maledetto.2018.iTA.ENG.AMZN.WEBDL.1080p.x264-HDi.mkv
2023-10-10T01:21:17.514154988Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): The.Breaker.Upperers.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-10T01:21:17.514182329Z [INFO   ]: >>> Detected stalled download (7 out of 6 permitted times): The.Cured.2017.MULTi.Bluray.1080p.x264.DTS-HDMA.5.1-DTOne
2023-10-10T01:21:17.514344694Z [INFO   ]: >>> Removing stalled download: The.Cured.2017.MULTi.Bluray.1080p.x264.DTS-HDMA.5.1-DTOne
2023-10-10T01:21:17.646543928Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): Frankenweenie 2012 1080p Bluray BDrip x265 DTS-HD MA 7.1  D0ct0rLew[UTR-HD].mkv
2023-10-10T01:21:17.646597219Z [INFO   ]: >>> Detected stalled download (1 out of 6 permitted times): The.Valet.2022.iTA-ENG.WEBDL.1080p.x264-CYBER.mkv
2023-10-10T01:21:17.646642821Z [INFO   ]: >>> Detected stalled download (6 out of 6 permitted times): The.Bygone.2019.1080p.BluRay.x264.DD5.1-TayTO
2023-10-10T01:21:17.646832785Z [INFO   ]: >>> Detected stalled download (13 out of 6 permitted times): Driven (2019)(1080p BDRip x265 HEVC 10Mbps DTS-HD MA + AAC 5.1 ENG with ENG-FRE-SPA subs MJR).mkv
2023-10-10T01:21:17.646861481Z [INFO   ]: >>> Removing stalled download: Driven (2019)(1080p BDRip x265 HEVC 10Mbps DTS-HD MA + AAC 5.1 ENG with ENG-FRE-SPA subs MJR).mkv
2023-10-10T01:21:17.796940804Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): The.Boss.2016.THEATRiCAL.1080p.BluRay.x264-CAPRiCORN[EtHD]
2023-10-10T01:21:17.796971714Z [INFO   ]: >>> Detected stalled download (12 out of 6 permitted times): Wildling.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-10T01:21:17.797006824Z [INFO   ]: >>> Removing stalled download: Wildling.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-10T01:21:17.971556582Z [INFO   ]: >>> Detected stalled download (12 out of 6 permitted times): Stolen (2012) 1080p BluRay MKV X264 AC3+DTS HQ NL Subs
2023-10-10T01:21:17.971599702Z [INFO   ]: >>> Removing stalled download: Stolen (2012) 1080p BluRay MKV X264 AC3+DTS HQ NL Subs
2023-10-10T01:21:18.090867475Z [INFO   ]: >>> Detected stalled download (12 out of 6 permitted times): In.a.Valley.of.Violence.2016.REPACK.1080p.BluRay.DTS.x264-IDE[EtHD]
2023-10-10T01:21:18.090911112Z [INFO   ]: >>> Removing stalled download: In.a.Valley.of.Violence.2016.REPACK.1080p.BluRay.DTS.x264-IDE[EtHD]
2023-10-10T01:21:18.166163464Z [INFO   ]: >>> Detected stalled download (13 out of 6 permitted times): Prison.Of.Secrets.1997.1080p.AMZN.WEBRip.DD2.0.x264-alfaHD
2023-10-10T01:21:18.166207134Z [INFO   ]: >>> Removing stalled download: Prison.Of.Secrets.1997.1080p.AMZN.WEBRip.DD2.0.x264-alfaHD
2023-10-10T01:21:18.266926464Z [INFO   ]: >>> Detected stalled download (13 out of 6 permitted times): Sleight.2016.1080p.BluRay.DTS-HD.MA.5.1.x264-iFT
2023-10-10T01:21:18.266972616Z [INFO   ]: >>> Removing stalled download: Sleight.2016.1080p.BluRay.DTS-HD.MA.5.1.x264-iFT
2023-10-10T01:21:18.443657366Z [INFO   ]: >>> Detected stalled download (13 out of 6 permitted times): Bug 2006 1080p BluRay x264-BARC0DE 
2023-10-10T01:21:18.443709014Z [INFO   ]: >>> Removing stalled download: Bug 2006 1080p BluRay x264-BARC0DE 
2023-10-10T01:21:18.574604485Z [INFO   ]: >>> Detected stalled download (2 out of 6 permitted times): I.Am.Vengeance.Retaliation.2020.1080p.Bluray.X264.DTS-EVO[TGx]
2023-10-10T01:21:18.574637045Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): 12.Mighty.Orphans.2021.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx]
2023-10-10T01:21:18.574655896Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): Neighbors.2.Sorority.Rising.2016.BluRay.1080p.x264.DTS-HDChina[PRiME]
2023-10-10T01:21:18.574657995Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): XX-Donne Da Morire 2017 DTS ITA ENG 1080p BluRay x264-BLUWORLD
2023-10-10T01:21:18.574660184Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): Aftermath.Orrori.Dal.Passato.2021.iTA-ENG.WEBDL.1080p.x264-CYBER.mkv
2023-10-10T01:21:18.574681330Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): The.Inkwell.1994.1080p.BluRay.x264-HD4U[rarbg]
2023-10-10T01:21:18.574764196Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): Frontera.2014.1080p.BluRay.DTS-HD.x264-BARC0DE
2023-10-10T01:21:18.574771766Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): The.Other.Side.of.Heaven.2.Fire.of.Faith.2019.1080p.Bluray.X264-EVO[TGx]
2023-10-10T01:21:18.574894168Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): Lucy.In.The.Sky.2019.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-10T01:21:18.574918681Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Skin.2019.1080p.Bluray.X264-EVO[MovCr]
2023-10-10T01:21:18.574921301Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Scouts.Guide.To.The.Zombie.Apocalypse.2015.MULTi.1080p.BluRay.x264-LOST
2023-10-10T01:21:18.574923350Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): True.Story.2015.1080p.BluRay.x264-GECKOS
2023-10-10T01:21:18.574953312Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): The.Pale.Door.2020.1080p.BluRay.x264-PiGNUS[TGx]
2023-10-10T01:21:18.574975438Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): The.Valet.2022.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-10T01:21:18.575064181Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): The Homesman 2014 1080p BluRay x264-BARC0DE 
2023-10-10T01:21:18.575089466Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Dead Man Down 2013 1080p BluRay DTS x264-SilverTorrentHD
2023-10-10T01:21:18.575114704Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Shortwave.2016.Multi.1080p..Blu-ray.x264.DTS-HDMA.5.1-DTOne
2023-10-10T01:21:18.575197545Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): 12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]
2023-10-10T01:21:18.575223044Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): [ext.to] Killerman.2019.iTA.ENG.AC3.TrueHD.1080p.BluRay.x264-ODS
2023-10-10T01:21:18.575251450Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): A.Midsummer.Nights.Dream.2016.1080p.BluRay.x264-CAPRiCORN[EtHD]
2023-10-10T01:21:18.575343765Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): Viral 2016 1080p BluRay x264 DTS 5.1 - Hon3y
2023-10-10T01:21:18.575366668Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Becoming.2020.1080p.BluRay.x264-RUSTED[TGx]
2023-10-10T01:21:18.575388347Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Every.Day.2018.1080p.BluRay.x264-DRONES[EtHD]
2023-10-10T01:21:18.575479455Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Impossible.Monsters.2019.1080p.BluRay.x264-CADAVER[EtHD]
2023-10-10T01:21:18.575502725Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): [ext.to] Anna Karenina 2012 1080p BluRay DTS x264-LEGi0N
2023-10-10T01:21:18.581768140Z [INFO   ]: >>> Detected missing metadata download (2 out of 6 permitted times): The.Eyes.of.My.Mother.2016.1080p.BluRay.x264.x264.DTSHD5.1-DDR
2023-10-10T01:21:18.581804532Z [INFO   ]: >>> Detected missing metadata download (4 out of 6 permitted times): Blue Crush 2 (2011) (1080p BDRip x265 10bit DTS-HD MA 5.1 - r0b0t) [TAoE].mkv
2023-10-10T01:21:18.581807101Z [INFO   ]: >>> Detected missing metadata download (6 out of 6 permitted times): Mama.2013.1080p.BluRay.x264-SPARKS [PublicHD]
2023-10-10T01:21:18.581812857Z [INFO   ]: >>> Detected missing metadata download (2 out of 6 permitted times): [ext.to] Infini 2015 Bluray 1080p DTS-HD x264-Grym
2023-10-10T01:21:18.581814993Z [INFO   ]: >>> Detected missing metadata download (3 out of 6 permitted times): [ext.to] A Haunted House 2 2014 1080p BluRay x264 DTS-HD MA 5 1-RARBG
2023-10-10T01:21:18.581827717Z [INFO   ]: >>> Detected missing metadata download (3 out of 6 permitted times): The.Light.Between.Oceans.2016.1080p.BluRay.x264.DTS-WiKi[EtHD]
2023-10-10T01:21:18.581966839Z [INFO   ]: >>> Detected missing metadata download (3 out of 6 permitted times): 0f922978aee1c632c41f6d3044a7731dd9f8c712
2023-10-10T01:21:18.581990200Z [INFO   ]: >>> Detected missing metadata download (4 out of 6 permitted times): Jay and Silent Bob Reboot 2019 ITA ENG RU 1080p BluRay H264 XFM
2023-10-10T01:21:18.581992754Z [INFO   ]: >>> Detected missing metadata download (11 out of 6 permitted times): Wander.2020.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT
2023-10-10T01:21:18.581994749Z [INFO   ]: >>> Removing missing metadata download: Wander.2020.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT
2023-10-10T01:21:18.698201167Z [INFO   ]: >>> Detected missing metadata download (1 out of 6 permitted times): I.Used.to.Be.Famous.2022.2160p.NF.WEB-DL.DDP5.1.Atmos.DV.MKV.x265-SMURF
2023-10-10T01:21:18.698229058Z [INFO   ]: >>> Detected missing metadata download (3 out of 6 permitted times): [ext.to] Mega.Time.Squad.2018.1080p.BluRay.x264-BRMP[EtHD]
2023-10-10T01:21:18.698239013Z [INFO   ]: >>> Detected missing metadata download (11 out of 6 permitted times): [ext.to] Far From the Madding Crowd 2015 Bluray 1080p DTS-HD x264-Grym
2023-10-10T01:21:18.698242536Z [INFO   ]: >>> Removing missing metadata download: [ext.to] Far From the Madding Crowd 2015 Bluray 1080p DTS-HD x264-Grym
2023-10-10T01:21:18.839296820Z [INFO   ]: >>> Detected missing metadata download (3 out of 6 permitted times): [ext.to] The Strangers 2008 Unrated Bluray 1080p DTS-HD x264-Grym
2023-10-10T01:21:18.839312314Z [INFO   ]: >>> Detected missing metadata download (3 out of 6 permitted times): [ext.to] An.Affair.to.Die.For.Relazione.Omicida.2019.iTA.ENG.AMZN.WEBDL.1080p.x264-HDi.mkv
2023-10-10T01:21:19.359777570Z [VERBOSE]: Cleaning queue on Sonarr:
2023-10-10T01:21:19.362756834Z [VERBOSE]: >>> Queue is empty.
2023-10-10T01:21:19.362772953Z [VERBOSE]: 
2023-10-10T01:21:19.362812408Z [VERBOSE]: Queue clean-up complete!
2023-10-10T01:31:19.463372828Z [VERBOSE]: --------------------------------------------------
2023-10-10T01:31:19.463394746Z [VERBOSE]: Cleaning queue on Radarr:
2023-10-10T01:31:19.488283097Z [INFO   ]: >>> Detected stalled download (6 out of 6 permitted times): After.The.Dark.2013.1080p.BluRay.DTS-HD.MA.5.1.x264-PublicHD
2023-10-10T01:31:19.488306549Z [INFO   ]: >>> Detected stalled download (7 out of 6 permitted times): The.Belko.Experiment.2016.1080p.BluRay.x264.DTS.HDMA.5.1.-.Hon3y
2023-10-10T01:31:19.488315868Z [INFO   ]: >>> Removing stalled download: The.Belko.Experiment.2016.1080p.BluRay.x264.DTS.HDMA.5.1.-.Hon3y
2023-10-10T01:31:19.600830576Z [INFO   ]: >>> Detected stalled download (1 out of 6 permitted times): A.United.Kingdom.2016.BluRay.1080p.DTS.x264-CHD[EtHD]
2023-10-10T01:31:19.600868708Z [INFO   ]: >>> Detected stalled download (1 out of 6 permitted times): Amityville.The.Awakening.2017.BluRay.1080p.x264.DTS-HD.MA5.1-DTOne
2023-10-10T01:31:19.600895009Z [INFO   ]: >>> Detected stalled download (7 out of 6 permitted times): Cabin.Boy.1994.1080p.BluRay.x264.DTS-FGT
2023-10-10T01:31:19.600897217Z [INFO   ]: >>> Removing stalled download: Cabin.Boy.1994.1080p.BluRay.x264.DTS-FGT
2023-10-10T01:31:19.733797602Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): Antrum.Il.Film.Maledetto.2018.iTA.ENG.AMZN.WEBDL.1080p.x264-HDi.mkv
2023-10-10T01:31:19.733811824Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): The.Breaker.Upperers.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-10T01:31:19.733814419Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Frankenweenie 2012 1080p Bluray BDrip x265 DTS-HD MA 7.1  D0ct0rLew[UTR-HD].mkv
2023-10-10T01:31:19.733816563Z [INFO   ]: >>> Detected stalled download (2 out of 6 permitted times): The.Valet.2022.iTA-ENG.WEBDL.1080p.x264-CYBER.mkv
2023-10-10T01:31:19.733824675Z [INFO   ]: >>> Detected stalled download (7 out of 6 permitted times): The.Bygone.2019.1080p.BluRay.x264.DD5.1-TayTO
2023-10-10T01:31:19.733911280Z [INFO   ]: >>> Removing stalled download: The.Bygone.2019.1080p.BluRay.x264.DD5.1-TayTO
2023-10-10T01:31:19.891227849Z [INFO   ]: >>> Detected stalled download (14 out of 6 permitted times): Driven (2019)(1080p BDRip x265 HEVC 10Mbps DTS-HD MA + AAC 5.1 ENG with ENG-FRE-SPA subs MJR).mkv
2023-10-10T01:31:19.891259358Z [INFO   ]: >>> Removing stalled download: Driven (2019)(1080p BDRip x265 HEVC 10Mbps DTS-HD MA + AAC 5.1 ENG with ENG-FRE-SPA subs MJR).mkv
2023-10-10T01:31:20.034726664Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): The.Boss.2016.THEATRiCAL.1080p.BluRay.x264-CAPRiCORN[EtHD]
2023-10-10T01:31:20.034777205Z [INFO   ]: >>> Detected stalled download (1 out of 6 permitted times): In Full Bloom 2019 1080p BluRay DD5.1 x264-EA[EtHD]
2023-10-10T01:31:20.034779836Z [INFO   ]: >>> Detected stalled download (1 out of 6 permitted times): American.Honey.2016.1080p.BluRay.x264.DTS-WiKi[EtHD]
2023-10-10T01:31:20.034793294Z [INFO   ]: >>> Detected stalled download (13 out of 6 permitted times): Wildling.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-10T01:31:20.034818255Z [INFO   ]: >>> Removing stalled download: Wildling.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-10T01:31:20.171760414Z [INFO   ]: >>> Detected stalled download (13 out of 6 permitted times): Stolen (2012) 1080p BluRay MKV X264 AC3+DTS HQ NL Subs
2023-10-10T01:31:20.171796014Z [INFO   ]: >>> Removing stalled download: Stolen (2012) 1080p BluRay MKV X264 AC3+DTS HQ NL Subs
2023-10-10T01:31:20.356375147Z [INFO   ]: >>> Detected stalled download (13 out of 6 permitted times): In.a.Valley.of.Violence.2016.REPACK.1080p.BluRay.DTS.x264-IDE[EtHD]
2023-10-10T01:31:20.356424830Z [INFO   ]: >>> Removing stalled download: In.a.Valley.of.Violence.2016.REPACK.1080p.BluRay.DTS.x264-IDE[EtHD]
2023-10-10T01:31:20.511993441Z [INFO   ]: >>> Detected stalled download (14 out of 6 permitted times): Prison.Of.Secrets.1997.1080p.AMZN.WEBRip.DD2.0.x264-alfaHD
2023-10-10T01:31:20.512033136Z [INFO   ]: >>> Removing stalled download: Prison.Of.Secrets.1997.1080p.AMZN.WEBRip.DD2.0.x264-alfaHD
2023-10-10T01:31:20.677347091Z [INFO   ]: >>> Detected stalled download (14 out of 6 permitted times): Sleight.2016.1080p.BluRay.DTS-HD.MA.5.1.x264-iFT
2023-10-10T01:31:20.677361732Z [INFO   ]: >>> Removing stalled download: Sleight.2016.1080p.BluRay.DTS-HD.MA.5.1.x264-iFT
2023-10-10T01:31:20.849360289Z [INFO   ]: >>> Detected stalled download (14 out of 6 permitted times): Bug 2006 1080p BluRay x264-BARC0DE 
2023-10-10T01:31:20.849379491Z [INFO   ]: >>> Removing stalled download: Bug 2006 1080p BluRay x264-BARC0DE 
2023-10-10T01:31:20.981155716Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): I.Am.Vengeance.Retaliation.2020.1080p.Bluray.X264.DTS-EVO[TGx]
2023-10-10T01:31:20.981179407Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): 12.Mighty.Orphans.2021.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx]
2023-10-10T01:31:20.981208036Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Neighbors.2.Sorority.Rising.2016.BluRay.1080p.x264.DTS-HDChina[PRiME]
2023-10-10T01:31:20.981219336Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): XX-Donne Da Morire 2017 DTS ITA ENG 1080p BluRay x264-BLUWORLD
2023-10-10T01:31:20.981293274Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Aftermath.Orrori.Dal.Passato.2021.iTA-ENG.WEBDL.1080p.x264-CYBER.mkv
2023-10-10T01:31:20.981304290Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): The.Inkwell.1994.1080p.BluRay.x264-HD4U[rarbg]
2023-10-10T01:31:20.981307742Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Frontera.2014.1080p.BluRay.DTS-HD.x264-BARC0DE
2023-10-10T01:31:20.981345022Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): The.Other.Side.of.Heaven.2.Fire.of.Faith.2019.1080p.Bluray.X264-EVO[TGx]
2023-10-10T01:31:20.981350926Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Lucy.In.The.Sky.2019.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-10T01:31:20.981437192Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): Skin.2019.1080p.Bluray.X264-EVO[MovCr]
2023-10-10T01:31:20.981448028Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): Scouts.Guide.To.The.Zombie.Apocalypse.2015.MULTi.1080p.BluRay.x264-LOST
2023-10-10T01:31:20.981451605Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): True.Story.2015.1080p.BluRay.x264-GECKOS
2023-10-10T01:31:20.981454340Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): The.Pale.Door.2020.1080p.BluRay.x264-PiGNUS[TGx]
2023-10-10T01:31:20.981538659Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): The.Valet.2022.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-10T01:31:20.981549252Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): The Homesman 2014 1080p BluRay x264-BARC0DE 
2023-10-10T01:31:20.981552955Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): Dead Man Down 2013 1080p BluRay DTS x264-SilverTorrentHD
2023-10-10T01:31:20.981560347Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): Shortwave.2016.Multi.1080p..Blu-ray.x264.DTS-HDMA.5.1-DTOne
2023-10-10T01:31:20.981636996Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): 12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]
2023-10-10T01:31:20.981647464Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): [ext.to] Killerman.2019.iTA.ENG.AC3.TrueHD.1080p.BluRay.x264-ODS
2023-10-10T01:31:20.981655538Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): A.Midsummer.Nights.Dream.2016.1080p.BluRay.x264-CAPRiCORN[EtHD]
2023-10-10T01:31:20.981732681Z [INFO   ]: >>> Detected stalled download (4 out of 6 permitted times): Viral 2016 1080p BluRay x264 DTS 5.1 - Hon3y
2023-10-10T01:31:20.981750318Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): Becoming.2020.1080p.BluRay.x264-RUSTED[TGx]
2023-10-10T01:31:20.981756397Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): Impossible.Monsters.2019.1080p.BluRay.x264-CADAVER[EtHD]
2023-10-10T01:31:20.981771077Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): [ext.to] Anna Karenina 2012 1080p BluRay DTS x264-LEGi0N
2023-10-10T01:31:20.990218082Z [INFO   ]: >>> Detected missing metadata download (3 out of 6 permitted times): The.Eyes.of.My.Mother.2016.1080p.BluRay.x264.x264.DTSHD5.1-DDR
2023-10-10T01:31:20.990235267Z [INFO   ]: >>> Detected missing metadata download (5 out of 6 permitted times): Blue Crush 2 (2011) (1080p BDRip x265 10bit DTS-HD MA 5.1 - r0b0t) [TAoE].mkv
2023-10-10T01:31:20.990274896Z [INFO   ]: >>> Detected missing metadata download (7 out of 6 permitted times): Mama.2013.1080p.BluRay.x264-SPARKS [PublicHD]
2023-10-10T01:31:20.990290188Z [INFO   ]: >>> Removing missing metadata download: Mama.2013.1080p.BluRay.x264-SPARKS [PublicHD]
2023-10-10T01:31:21.131101414Z [INFO   ]: >>> Detected missing metadata download (3 out of 6 permitted times): [ext.to] Infini 2015 Bluray 1080p DTS-HD x264-Grym
2023-10-10T01:31:21.131151325Z [INFO   ]: >>> Detected missing metadata download (4 out of 6 permitted times): [ext.to] A Haunted House 2 2014 1080p BluRay x264 DTS-HD MA 5 1-RARBG
2023-10-10T01:31:21.131313577Z [INFO   ]: >>> Detected missing metadata download (4 out of 6 permitted times): The.Light.Between.Oceans.2016.1080p.BluRay.x264.DTS-WiKi[EtHD]
2023-10-10T01:31:21.131348446Z [INFO   ]: >>> Detected missing metadata download (4 out of 6 permitted times): 0f922978aee1c632c41f6d3044a7731dd9f8c712
2023-10-10T01:31:21.131505478Z [INFO   ]: >>> Detected missing metadata download (5 out of 6 permitted times): Jay and Silent Bob Reboot 2019 ITA ENG RU 1080p BluRay H264 XFM
2023-10-10T01:31:21.131537730Z [INFO   ]: >>> Detected missing metadata download (12 out of 6 permitted times): Wander.2020.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT
2023-10-10T01:31:21.131703380Z [INFO   ]: >>> Removing missing metadata download: Wander.2020.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT
2023-10-10T01:31:21.277495984Z [INFO   ]: >>> Detected missing metadata download (2 out of 6 permitted times): I.Used.to.Be.Famous.2022.2160p.NF.WEB-DL.DDP5.1.Atmos.DV.MKV.x265-SMURF
2023-10-10T01:31:21.277530221Z [INFO   ]: >>> Detected missing metadata download (4 out of 6 permitted times): [ext.to] Mega.Time.Squad.2018.1080p.BluRay.x264-BRMP[EtHD]
2023-10-10T01:31:21.277533002Z [INFO   ]: >>> Detected missing metadata download (12 out of 6 permitted times): [ext.to] Far From the Madding Crowd 2015 Bluray 1080p DTS-HD x264-Grym
2023-10-10T01:31:21.277562964Z [INFO   ]: >>> Removing missing metadata download: [ext.to] Far From the Madding Crowd 2015 Bluray 1080p DTS-HD x264-Grym
2023-10-10T01:31:21.415673176Z [INFO   ]: >>> Detected missing metadata download (4 out of 6 permitted times): [ext.to] The Strangers 2008 Unrated Bluray 1080p DTS-HD x264-Grym
2023-10-10T01:31:21.415747300Z [INFO   ]: >>> Detected missing metadata download (4 out of 6 permitted times): [ext.to] An.Affair.to.Die.For.Relazione.Omicida.2019.iTA.ENG.AMZN.WEBDL.1080p.x264-HDi.mkv
2023-10-10T01:31:21.965437366Z [VERBOSE]: Cleaning queue on Sonarr:
2023-10-10T01:31:21.974020798Z [VERBOSE]: >>> Queue is empty.
2023-10-10T01:31:21.974061714Z [VERBOSE]: 
2023-10-10T01:31:21.974140477Z [VERBOSE]: Queue clean-up complete!

Still seeing Times>MaxTimes. Not sure why... In a few cases, it is double if not more than the max. :|

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

I am just going to let it run. I am not saying that the script does nothing - It IS doing things and affecting change in Radarr and Sonarr.

I am kind of curious how high these numbers can go for certain DLs. Hehe!

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

Not quite sure yet what's going on. Just to not chase ghosts; you have not left the "TEST_RUN" setting on "true" by any chance?

Assuming that you have not (which is correct), I find interesting that you get the lines about "Removing missing metadata download" and "Removing stalled download", since these are logged directly after the REST command is sent to delete these items; and that you do not get any error from that command. If the command failed, I would have at least expected some error.

I have no idea how to reproduce this tbh, thus tapping a bit in the dark.
First question: Could you try the following?

  • Go to Radarr/Queue
  • Select one of those downloads that has already been flagged as stalled many times more than what the permitted threshold is by decluttarr
  • Try to manually remove the item from the queue, with the settings a) remove from download client: checked, b) blocklist: checked, c) skip redownload: unchecked
    Does this work? If it does not, then it's not an issue with decluttarr, but something is wrong with your radarr/qbit setup

Second question; do you use any login to get into your radarr? I have login in radarr disabled, since i use oauth, and I wonder whether the delete command is blocked due to permissions.. (on a second thought, don't think that makes sense; the pw should not make any difference, since we use the API key to authenticate..)

Thanks for any pointers, maybe we figure this out together

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

OK - I have updated logs, and, now that I am done with work for the day, I can answer your Qs.

  • TEST_RUN has never been enabled or even defined. That is not part of the ENV args on the container, nor did I see an option for it in the provided docker compose file, so I didn't use it nor define it.
  • Radarr and Sonarr both use authentication, BUT auth is bypassed for local network. I did define the username and password and the beginning of the script shows that it auths just fine. Plus, it DOES work for the vast majority of torrents. On some, however, it just never removes them. Not sure if it may have something to do with special characters or what...
  • I typically go into Radarr/Sonarr and select all of the stalled DLs (most people don't realize that you can sort by status - It's the cloud icon!) and do precisely as you describe. And I have done that a few times over the course of the last few days. It functions exactly as it should, so I have absolutely no idea why Decluttarr would fail at it and for so long with no error messages or anything.

Here are the latest logs with some truly unbelievable numbers (LOL!):

2023-10-10T20:49:16.561183864Z [VERBOSE]: --------------------------------------------------
2023-10-10T20:49:16.561233607Z [VERBOSE]: Cleaning queue on Radarr:
2023-10-10T20:49:16.618759940Z [INFO   ]: >>> Detected stalled download (6 out of 6 permitted times): The.Belko.Experiment.2016.1080p.BluRay.x264.DTS.HDMA.5.1.-.Hon3y
2023-10-10T20:49:16.618802285Z [INFO   ]: >>> Detected stalled download (7 out of 6 permitted times): Coyote.Lake.2019.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT[TGx]
2023-10-10T20:49:16.618935087Z [INFO   ]: >>> Removing stalled download: Coyote.Lake.2019.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT[TGx]
2023-10-10T20:49:16.767490165Z [INFO   ]: >>> Detected stalled download (5 out of 6 permitted times): Attack.of.the.Unknown.2020.1080p.BluRay.x264-PiGNUS[TGx]
2023-10-10T20:49:16.767518458Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): Summerland.2020.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx] ⭐
2023-10-10T20:49:16.767571746Z [INFO   ]: >>> Detected stalled download (3 out of 6 permitted times): Antrum.Il.Film.Maledetto.2018.iTA.ENG.AMZN.WEBDL.1080p.x264-HDi.mkv
2023-10-10T20:49:16.767581420Z [INFO   ]: >>> Detected stalled download (7 out of 6 permitted times): The.Cured.2017.MULTi.Bluray.1080p.x264.DTS-HDMA.5.1-DTOne
2023-10-10T20:49:16.767685416Z [INFO   ]: >>> Removing stalled download: The.Cured.2017.MULTi.Bluray.1080p.x264.DTS-HDMA.5.1-DTOne
2023-10-10T20:49:16.960443013Z [INFO   ]: >>> Detected stalled download (14 out of 6 permitted times): The.Eyes.of.My.Mother.2016.1080p.BluRay.x264.x264.DTSHD5.1-DDR
2023-10-10T20:49:16.960471634Z [INFO   ]: >>> Removing stalled download: The.Eyes.of.My.Mother.2016.1080p.BluRay.x264.x264.DTSHD5.1-DDR
2023-10-10T20:49:17.080338586Z [INFO   ]: >>> Detected stalled download (2 out of 6 permitted times): Hell.Fest.2018.1080p.BluRay.x264-Replica[EtHD]
2023-10-10T20:49:17.080354021Z [INFO   ]: >>> Detected stalled download (6 out of 6 permitted times): Aftermath.Orrori.Dal.Passato.2021.iTA-ENG.WEBDL.1080p.x264-CYBER.mkv
2023-10-10T20:49:17.080521147Z [INFO   ]: >>> Detected stalled download (11 out of 6 permitted times): Frankenweenie 2012 1080p Bluray BDrip x265 DTS-HD MA 7.1  D0ct0rLew[UTR-HD].mkv
2023-10-10T20:49:17.080531599Z [INFO   ]: >>> Removing stalled download: Frankenweenie 2012 1080p Bluray BDrip x265 DTS-HD MA 7.1  D0ct0rLew[UTR-HD].mkv
2023-10-10T20:49:17.208448722Z [INFO   ]: >>> Detected stalled download (7 out of 6 permitted times): American.Honey.2016.1080p.BluRay.x264.DTS-WiKi[EtHD]
2023-10-10T20:49:17.208462776Z [INFO   ]: >>> Removing stalled download: American.Honey.2016.1080p.BluRay.x264.DTS-WiKi[EtHD]
2023-10-10T20:49:17.338394626Z [INFO   ]: >>> Detected stalled download (119 out of 6 permitted times): The.Boss.2016.THEATRiCAL.1080p.BluRay.x264-CAPRiCORN[EtHD]
2023-10-10T20:49:17.338410302Z [INFO   ]: >>> Removing stalled download: The.Boss.2016.THEATRiCAL.1080p.BluRay.x264-CAPRiCORN[EtHD]
2023-10-10T20:49:17.483689365Z [INFO   ]: >>> Detected stalled download (23 out of 6 permitted times): Arsenal.2017.1080p.BluRay.DD5.1.x264-HR[EtHD]
2023-10-10T20:49:17.483709845Z [INFO   ]: >>> Removing stalled download: Arsenal.2017.1080p.BluRay.DD5.1.x264-HR[EtHD]
2023-10-10T20:49:17.587649343Z [INFO   ]: >>> Detected stalled download (13 out of 6 permitted times): [ext.to] A Haunted House 2 2014 1080p BluRay x264 DTS-HD MA 5 1-RARBG
2023-10-10T20:49:17.587697771Z [INFO   ]: >>> Removing stalled download: [ext.to] A Haunted House 2 2014 1080p BluRay x264 DTS-HD MA 5 1-RARBG
2023-10-10T20:49:17.656990384Z [INFO   ]: >>> Detected stalled download (118 out of 6 permitted times): I.Am.Vengeance.Retaliation.2020.1080p.Bluray.X264.DTS-EVO[TGx]
2023-10-10T20:49:17.657041738Z [INFO   ]: >>> Removing stalled download: I.Am.Vengeance.Retaliation.2020.1080p.Bluray.X264.DTS-EVO[TGx]
2023-10-10T20:49:17.805151390Z [INFO   ]: >>> Detected stalled download (119 out of 6 permitted times): 12.Mighty.Orphans.2021.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx]
2023-10-10T20:49:17.805206538Z [INFO   ]: >>> Removing stalled download: 12.Mighty.Orphans.2021.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx]
2023-10-10T20:49:17.918860611Z [INFO   ]: >>> Detected stalled download (119 out of 6 permitted times): The.Inkwell.1994.1080p.BluRay.x264-HD4U[rarbg]
2023-10-10T20:49:17.918883857Z [INFO   ]: >>> Removing stalled download: The.Inkwell.1994.1080p.BluRay.x264-HD4U[rarbg]
2023-10-10T20:49:18.065747237Z [INFO   ]: >>> Detected stalled download (119 out of 6 permitted times): Lucy.In.The.Sky.2019.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-10T20:49:18.065797477Z [INFO   ]: >>> Removing stalled download: Lucy.In.The.Sky.2019.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-10T20:49:18.513201795Z [INFO   ]: >>> Detected stalled download (34 out of 6 permitted times): In Full Bloom 2019 1080p BluRay DD5.1 x264-EA[EtHD]
2023-10-10T20:49:18.513249111Z [INFO   ]: >>> Removing stalled download: In Full Bloom 2019 1080p BluRay DD5.1 x264-EA[EtHD]
2023-10-10T20:49:18.569856982Z [INFO   ]: >>> Detected stalled download (120 out of 6 permitted times): Scouts.Guide.To.The.Zombie.Apocalypse.2015.MULTi.1080p.BluRay.x264-LOST
2023-10-10T20:49:18.569879474Z [INFO   ]: >>> Removing stalled download: Scouts.Guide.To.The.Zombie.Apocalypse.2015.MULTi.1080p.BluRay.x264-LOST
2023-10-10T20:49:18.695087878Z [INFO   ]: >>> Detected stalled download (120 out of 6 permitted times): True.Story.2015.1080p.BluRay.x264-GECKOS
2023-10-10T20:49:18.695130336Z [INFO   ]: >>> Removing stalled download: True.Story.2015.1080p.BluRay.x264-GECKOS
2023-10-10T20:49:18.802108728Z [INFO   ]: >>> Detected stalled download (120 out of 6 permitted times): The.Pale.Door.2020.1080p.BluRay.x264-PiGNUS[TGx]
2023-10-10T20:49:18.802148760Z [INFO   ]: >>> Removing stalled download: The.Pale.Door.2020.1080p.BluRay.x264-PiGNUS[TGx]
2023-10-10T20:49:18.847053614Z [INFO   ]: >>> Detected stalled download (120 out of 6 permitted times): The.Valet.2022.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-10T20:49:18.847070231Z [INFO   ]: >>> Removing stalled download: The.Valet.2022.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-10T20:49:18.981157894Z [INFO   ]: >>> Detected stalled download (81 out of 6 permitted times): The Homesman 2014 1080p BluRay x264-BARC0DE 
2023-10-10T20:49:18.981209012Z [INFO   ]: >>> Removing stalled download: The Homesman 2014 1080p BluRay x264-BARC0DE 
2023-10-10T20:49:19.043370069Z [INFO   ]: >>> Detected stalled download (120 out of 6 permitted times): Shortwave.2016.Multi.1080p..Blu-ray.x264.DTS-HDMA.5.1-DTOne
2023-10-10T20:49:19.043392492Z [INFO   ]: >>> Removing stalled download: Shortwave.2016.Multi.1080p..Blu-ray.x264.DTS-HDMA.5.1-DTOne
2023-10-10T20:49:19.601942662Z [INFO   ]: >>> Detected stalled download (120 out of 6 permitted times): 12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]
2023-10-10T20:49:19.601971008Z [INFO   ]: >>> Removing stalled download: 12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]
2023-10-10T20:49:19.711127565Z [INFO   ]: >>> Detected stalled download (120 out of 6 permitted times): [ext.to] Killerman.2019.iTA.ENG.AC3.TrueHD.1080p.BluRay.x264-ODS
2023-10-10T20:49:19.711147512Z [INFO   ]: >>> Removing stalled download: [ext.to] Killerman.2019.iTA.ENG.AC3.TrueHD.1080p.BluRay.x264-ODS
2023-10-10T20:49:19.826612731Z [INFO   ]: >>> Detected stalled download (50 out of 6 permitted times): Becoming.2020.1080p.BluRay.x264-RUSTED[TGx]
2023-10-10T20:49:19.826632200Z [INFO   ]: >>> Removing stalled download: Becoming.2020.1080p.BluRay.x264-RUSTED[TGx]
2023-10-10T20:49:19.935922064Z [INFO   ]: >>> Detected stalled download (120 out of 6 permitted times): Impossible.Monsters.2019.1080p.BluRay.x264-CADAVER[EtHD]
2023-10-10T20:49:19.935953916Z [INFO   ]: >>> Removing stalled download: Impossible.Monsters.2019.1080p.BluRay.x264-CADAVER[EtHD]
2023-10-10T20:49:20.074594321Z [INFO   ]: >>> Detected stalled download (48 out of 6 permitted times): [ext.to] Anna Karenina 2012 1080p BluRay DTS x264-LEGi0N
2023-10-10T20:49:20.074641688Z [INFO   ]: >>> Removing stalled download: [ext.to] Anna Karenina 2012 1080p BluRay DTS x264-LEGi0N
2023-10-10T20:49:20.230878619Z [INFO   ]: >>> Detected missing metadata download (120 out of 6 permitted times): Blue Crush 2 (2011) (1080p BDRip x265 10bit DTS-HD MA 5.1 - r0b0t) [TAoE].mkv
2023-10-10T20:49:20.230930396Z [INFO   ]: >>> Removing missing metadata download: Blue Crush 2 (2011) (1080p BDRip x265 10bit DTS-HD MA 5.1 - r0b0t) [TAoE].mkv
2023-10-10T20:49:20.747239921Z [VERBOSE]: Cleaning queue on Sonarr:
2023-10-10T20:49:20.749833800Z [VERBOSE]: >>> Queue is empty.
2023-10-10T20:49:20.749852795Z [VERBOSE]: 
2023-10-10T20:49:20.749855471Z [VERBOSE]: Queue clean-up complete!

If it were more than a few clicks to remedy the issue, I am sure I would care more. The way I see it, as it is, it still saves me a bunch of time - I really hate the idea of manually doing this every 10 minutes. If I were in your shoes, though, this would get to me...hahaha. I go a little OCD when it comes to my scripting...

Good luck! Let me know if you need any info from me.

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

THEY ALL HAVE BRACKETS!!!! Every single one of them! Could that be the issue?

Edit...wait...nevermind. 'Shortwave' does not have brackets...

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

More digging and discovery... I did a manually clear of ALL stalled/no-meta DLs before the most recent Decluttarr scan.

Log:

2023-10-11T04:41:43.031630066Z [VERBOSE]: --------------------------------------------------
2023-10-11T04:41:43.031689018Z [VERBOSE]: Cleaning queue on Radarr:
2023-10-11T04:41:43.092045610Z [INFO   ]: >>> Detected stalled download (166 out of 6 permitted times): Lucy.In.The.Sky.2019.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-11T04:41:43.092095013Z [INFO   ]: >>> Removing stalled download: Lucy.In.The.Sky.2019.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-11T04:41:43.256479457Z [INFO   ]: >>> Detected stalled download (1 out of 6 permitted times): In Full Bloom 2019 1080p BluRay DD5.1 x264-EA[EtHD]
2023-10-11T04:41:43.256531431Z [INFO   ]: >>> Detected stalled download (128 out of 6 permitted times): The Homesman 2014 1080p BluRay x264-BARC0DE 
2023-10-11T04:41:43.256639586Z [INFO   ]: >>> Removing stalled download: The Homesman 2014 1080p BluRay x264-BARC0DE 
2023-10-11T04:41:43.362348434Z [INFO   ]: >>> Detected stalled download (167 out of 6 permitted times): 12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]
2023-10-11T04:41:43.362388233Z [INFO   ]: >>> Removing stalled download: 12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]
2023-10-11T04:41:43.488436720Z [INFO   ]: >>> Detected stalled download (167 out of 6 permitted times): Impossible.Monsters.2019.1080p.BluRay.x264-CADAVER[EtHD]
2023-10-11T04:41:43.488456228Z [INFO   ]: >>> Removing stalled download: Impossible.Monsters.2019.1080p.BluRay.x264-CADAVER[EtHD]
2023-10-11T04:41:43.617809226Z [INFO   ]: >>> Detected missing metadata download (5 out of 6 permitted times): [ext.to] Infini 2015 Bluray 1080p DTS-HD x264-Grym
2023-10-11T04:41:43.617878132Z [INFO   ]: >>> Detected missing metadata download (15 out of 6 permitted times): [ext.to] A Haunted House 2 2014 1080p BluRay x264 DTS-HD MA 5 1-RARBG
2023-10-11T04:41:43.617989024Z [INFO   ]: >>> Removing missing metadata download: [ext.to] A Haunted House 2 2014 1080p BluRay x264 DTS-HD MA 5 1-RARBG
2023-10-11T04:41:43.755629039Z [INFO   ]: >>> Detected missing metadata download (1 out of 6 permitted times): [ext.to] Killerman.2019.iTA.ENG.AC3.TrueHD.1080p.BluRay.x264-ODS
2023-10-11T04:41:44.072268043Z [VERBOSE]: Cleaning queue on Sonarr:
2023-10-11T04:41:44.080697121Z [VERBOSE]: >>> Queue is empty.
2023-10-11T04:41:44.080735464Z [VERBOSE]: 
2023-10-11T04:41:44.080857254Z [VERBOSE]: Queue clean-up complete!

I took note of the high number ones and looked in qBit only to find that those torrents are NOT THERE. So, it looks like Decluttarr is tracking non-existent DLs (they are NOT in qBit). And I have no idea how...

image

NOTE: I took the qBit screenshot a few minutes after clearing it using Radarr, so a couple of the movies have since reappeared. I CAN confirm, though, that ALL of the high number ones were NOT in qBit at the time of the log copy.

Hmm...this does explain the issue though! :)

I will clear it again in the morning and get logs and qBit screens closer together to be sure I am not losing my mind.

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

Hi,

thanks a lot for your detailed inputs. I think we're on to something here.

What I would be interested in is whether the items that are "out of threshold" (ie. 176/6) etc. are on the Radarr Queue (that you already confirmed NOT to be on qbit when decluttarr picks them up)

Can you confirm that they are neither in the Radarr queue NOR on the qbit when they are flagged?

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

OK - I let it run all night long. Then I cleared Radarr after my last download completed, checking the third box to skip looking for another release.

image

I then verified that qBit was clear...

image

Now for the latest logs...

2023-10-11T18:25:34.330523525Z [VERBOSE]: --------------------------------------------------
2023-10-11T18:25:34.330583657Z [VERBOSE]: Cleaning queue on Radarr:
2023-10-11T18:25:34.338869971Z [VERBOSE]: >>> Queue is empty.
2023-10-11T18:25:34.338921037Z [VERBOSE]: Cleaning queue on Sonarr:
2023-10-11T18:25:34.347524401Z [VERBOSE]: >>> Queue is empty.
2023-10-11T18:25:34.347566277Z [VERBOSE]: 
2023-10-11T18:25:34.347705932Z [VERBOSE]: Queue clean-up complete!

So, we are now clean and fresh with no rogue DLs. I'll start a Radarr scan (I have a LOT in Radarr, so it'll take a bit) and we will see where we go from here.

Edit: To answer your question, above, starting fresh and seeing what will happen is probably the best option to see what is really going on. Now, there should be no question that all apps see NOTHING. After a bunch of DLs are started, replaced, replaced, repeatedly...that should show where the issue is.

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

I have a hunch.. are you downloading multiple different torrents for the same movie at the same time?

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Not that I am aware of. If I manually DL something, I may add a few torrents of the same movie to make sure I get it, but I use a separate category that Radarr can't see (- Movie). Radarr uses the '- Radarr' category. Both cats have the same settings and go to the same final destination, but Radarr is unaware of that. :)

Oh...AFAIK, qBit will not allow duplicate torrents, so that shouldn't be an issue anyway.

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

I did not mean the same torrent twice, but two torrents (different qualities for instance) for the same movie.

I get from your answer that that's not the case.

Im in the dark really what went on, curious to see next fresh logs

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Just going to put this here for now:

2023-10-11T20:15:36.465268383Z [INFO   ]: >>> Detected missing metadata download (7 out of 6 permitted times): The.Eyes.of.My.Mother.2016.1080p.BluRay.x264.x264.DTSHD5.1-DDR**
2023-10-11T20:15:36.465300959Z [INFO   ]: >>> Removing missing metadata download: The.Eyes.of.My.Mother.2016.1080p.BluRay.x264.x264.DTSHD5.1-DDR

image

2023-10-11T20:55:40.677301360Z [INFO   ]: >>> Detected missing metadata download (11 out of 6 permitted times): The.Eyes.of.My.Mother.2016.1080p.BluRay.x264.x264.DTSHD5.1-DDR
2023-10-11T20:55:40.677340750Z [INFO   ]: >>> Removing missing metadata download: The.Eyes.of.My.Mother.2016.1080p.BluRay.x264.x264.DTSHD5.1-DDR

image

Doing the math: Torrent removed every 10 minutes. Torrent with the same name added every time as well. 7 attempts at 20:15. And at 20:55, 11 attempts.

I think I see what is going on. Allow me to hypothesize a bit here:

  1. I have a BUNCH of indexers in Prowlarr, thus they are in Radarr/Sonarr as well.
  2. The same torrents (litterally - like, bit-level comparison) can exist across multiple indexers. They are the same in every way, but they are on a different indexer.
  3. The same torrent NAMES can exist across multiple indexers, all with different trackers listed, which makes them different in a way, but for the same bits.

Say, for instance, I download '123-ABC (2010) 1080p-ME' from indexer A. It fails. Your script removes it and finds the same torrent on indexer B and starts it. Do this for 10 indexers and do you pile up attempts? Does your script see the difference between them? i.e. Does it reset the counter for the torrent it removed? Or does it only care about a torrents name, which means it will see the second torrent, see it has the same name, and continue to add attempts to it?

You get what I am saying?

TECHNICALLY, this is not an error. It is simply failing to reset the counter for a given torrent name after it removes the torrent. I like what is actually taking place, though. It only gives the same torrent from another indexer 10 minutes to download something. I just WISHED the counter for those torrents would stay at MAX+1 (so that it will still take action) instead of continuously going up to infinity. That would make the logs look better, in my humble opinion. Could you imaging if the same torrent was found across a couple hundred indexers? Maybe a few people renamed the same torrent on those same indexers, now making the same torrent exist a few thousand times over multiple indexers? That count could get astronomical - Even though it IS doing what it should be.

This is also part of the reason I hate the Arrses - Their method for blacklisting a torrent is DUMB. If the blacklisting were done appropriately in the first place, this would not be an issue.

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

hi Mike

what the script does it looks at the Radarr Queue (literally what you have on that queue tab in the Radarr app) and then checks the status of these downloads.

If the queueID is stalled, then it adds it to a list of stalled items, and adds the number to it how many times this queue item was consecutively found as stalled.

Once it exceeds the number of permitted stalls, it sends the delete request to Radarr, who then should blacklist the download and remove it from Radarr & Qbit.

I am still not really understanding what happens here.

The script says it finds these downloads of yours and they are past the permitted stalls threshold, and it correctly says it will now remove them, and with the removing comes blacklisting.

Why in the next iteration it still finds this particular queueID is a miracle to me.

Can we (again) try step by step to figure out whats happening?

  • Go to radarr and look for one of the queue items that has already been marked in decluttarr as beyond threshold
  • Can you figure out the queue ID (the id of Radarr for this item) and the download has assosciated with this item in qbit (something like 598e8cb1e951b17c38f3559d167796b5609..)
  • Can you go to qbit and note down the corresponding hash

Then after the script as attempted removing this item, do the same again and mark down these three items and paste them here?

Maybe this will give us an idea what's going on.

Cheers

Update: I have an idea what's causing this. Maybe the QueueID that I am using is an ascending integer and not a unique ID per download; that would mean that if we download one stalled download, the saved queueID for a subsequent one would we wrong (since that one would now be previousqueueID -1). Please can you do the above, I'll look into this comment, thank you

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

hi Mike,

the folks from Sonarr confirmed that the ID should not change when deleting other queue items, so my hunch was wrong.

What I have prepared is a version that has more logs, maybe that helps us.
Can you get the :dev version (instead of the :latest) and set the LOG_LEVEL: DEBUG, and put the PERMITTED_ATTEMPTS: 1.

there will be tons of logs, please put them on a pastebin. hopefully those will reveal what's going on.

PS: Maybe have a quick glance over the log before you paste it; on debug level i can't control all logs that are printed, just in case there's anything sensitive in there you don't want to share

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

OK - I will make the change to the container and fire it up. I'll have data for you in an hour or so. Maybe a little more. Here goes...

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Got an error when trying to run the container: 'No such image ghcr.io/manimatter/decluttarr:dev'. I'll wait for you to figure that one out. Let me know when to try again.

Edit 2: I tried again, thinking I may have typoed...nope. I even went to the repo at ghcr.io/manimatter/decluttarr and see the dev tag there, so I don't know why it isn't pulling the image...

More error info for you:

Image Error:
image

Head Error:
image

Until then, I will go back to how I had it before.

FYI - I don't think it would make a difference, but I am running Docker with Portainer. It makes it super simple to update/replace containers. If you need ENV info from a running container, I can screenshot those for you and blur out sensitive data.

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

thats super strange. just pulled the image myself and worked perfectly:
image: ghcr.io/manimatter/decluttarr:dev

I can also see it on github:
https://github.com/ManiMatter/decluttarr/pkgs/container/decluttarr
image

are you sure you can't pull it?

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

I had to pull it directly with Docker, refresh Portainer to see the image, replace the :latest container with the :dev container WITHOUT downloading the image (since I already had it), and now it is behaving. Odd that portainer wouldn't allow the image to download, but docker did without issue...considering Portainer is simply a WebUI for Docker. Weird.

I'll have logs for you in a bit.

Also, I agree...holy CRAP with the debug log. It does log everything...LOL!

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

It's run a couple cycles through already, so I reviewed the data - Nothing personal in there from what I can tell.

I'll let it run for about an hour or so and then post up to pastebin. Quick question - Do you want timestamps or do you care either way?

Thanks!

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Pasted with timestamps.

https://pastebin.com/Uy4NRK7n

Thanks!

EDIT: Updated with larger time span. I will also attach a log file here as well. Pastebin does not allow for pastes larger than 512KB...

Attached: Decluttarr_logs.txt

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

Thank you for the logs Mike.

I looked at the ones on pastebin, and was not able to figure out what's going on. Everything looks perfect.
I've also reached out to the sonarr guys with the problem, since it looks like the delete is not reflected in the queue: https://pastebin.com/xsQNDgJV

What I've now done is a refinement that before pulling the queue from sonarr, I force sonarr to refresh it.
I've uploaded a new version on :dev - could you please try if that fixes the issue for you?

If yes, I will then push to the latest version.

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Of course! I just checked and, funny enough, WatchTower had auto-updated the Decluttarr:dev container. So, let me get more torrents added and get you some logs. :)

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

New Logs: Decluttarr_logs.txt

Opted to attach instead of pastebin due to the size. Let me know what you think.

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

I'm scratching my head.. and tap in the dark.

Sorry that it takes so long to figure out what's causing this.
If I knew how to reproduce the error at least I could simulate it myself, but so far not encountering it...

Tryin to isolate the error, I wrote a standalone script that gets the queue, wipes all downloads, and gets the queue again.
With this, we can see if at least the deleting works correctly. In theory, the queue should be empty after running this.

Could you please execute this script (Link) on your side from within the container (mind that it deletes all your downloads, so you might want do to this in a quiet minute..) and post the logs?

In addition, I added even more logs to the :dev version, namely printing out the queue AFTER deletion, to see if items that were in the queue actually disappear. Also here, if you could paste the logs, I'd appreciate.

Thanks for your patience and your support.

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

What kind of script is this? PY? SH? Let me know and then I'll run it on the container.

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Sorry for the long delay...I had to take a couple days off...

Did you want me to run this against Radarr or Sonarr? The issue appears to be more prevalent in Radarr as I use it WAY more frequently.

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

This is from the script, run against Radarr:

2023-10-15 18:41:07,630 [VERBOSE]: ****START - REFRESHING QUEUE****
2023-10-15 18:41:07,662 [VERBOSE]: ****Removing all queue items****
2023-10-15 18:41:07,662 [VERBOSE]: queue id: 855858022, download id: 68F83966142792A0884C9B16813C0F903273C469, action: deleted, title: The.Breaker.Upperers.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-15 18:41:07,791 [VERBOSE]: queue id: 808965168, download id: 7B29819071A62EECB35C1663CDB5E9143B9BD055, action: deleted, title: Black.or.White.2014.1080p.BluRay.x264.DTS-WiKi [MovietaM]
2023-10-15 18:41:07,900 [VERBOSE]: queue id: 520014297, download id: C90FD3F9C428C66D61AE7838A7E4F1EDE592AD56, action: deleted, title: The.Bygone.2019.1080p.BluRay.x264.DD5.1-TayTO
2023-10-15 18:41:07,992 [VERBOSE]: queue id: 218208545, download id: 3385E3298E576D26499DA3538DFA1C203F364CAC, action: deleted, title: Jay.And.Silent.Bob.Reboot.2019.Bluray.1080p.ITA.ENG.RU.H264.XFM.mkv
2023-10-15 18:41:08,122 [VERBOSE]: queue id: 533553469, download id: 41B27E99DB247D460ACC23379F42491BE282B72C, action: deleted, title: The.Light.Between.Oceans.2016.1080p.BluRay.x264.DTS-WiKi[EtHD]
2023-10-15 18:41:08,290 [VERBOSE]: queue id: 833680634, download id: AE2E09E17D59EE09153D124FF737C19030E7701A, action: deleted, title: [ext.to] Wilderness.2006.1080p.AMZN.WEBRip.DDP2.0.x264-BLUTONiUM
2023-10-15 18:41:08,360 [VERBOSE]: queue id: 965967911, download id: 0026EB45B50784C99945DD2F70BC3EF73D02B9B9, action: deleted, title: [ext.to] Mega.Time.Squad.2018.1080p.BluRay.x264-BRMP[EtHD]
2023-10-15 18:41:08,424 [VERBOSE]: queue id: 1942056958, download id: 28A54BD006BDDCF795DBA8F3BA6176C65307D73C, action: deleted, title: [ext.to] I.See.You.2019.iTA.AC3.ENG.DTS.1080p.Bluray.x264-ODS
2023-10-15 18:41:08,537 [VERBOSE]: queue id: 1176288675, download id: 0F922978AEE1C632C41F6D3044A7731DD9F8C712, action: deleted, title: 0f922978aee1c632c41f6d3044a7731dd9f8c712
2023-10-15 18:41:08,598 [VERBOSE]: queue id: 1077879451, download id: 66BE89C4E94855D4D74664BD5936345C15BBDE80, action: deleted, title: Becoming.2020.1080p.BluRay.x264-RUSTED[TGx]
2023-10-15 18:41:08,744 [VERBOSE]: **************************************************
2023-10-15 18:41:08,744 [VERBOSE]: ****END - REFRESHING QUEUE****
2023-10-15 18:41:08,756 [VERBOSE]: End - Queue is empty

So, another bit of oddness now that I have been running Decluttarr for a while without clearing anything...

I check qBit after running the above script and see this:

image

Looks like Radarr/qBit are WAY out of sync:

image

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

I restarted Radarr and it synced up without issue. Then I ran your script:

2023-10-15 21:50:18,553 [VERBOSE]: ****START - REFRESHING QUEUE****
2023-10-15 21:50:18,582 [VERBOSE]: ****Removing all queue items****
2023-10-15 21:50:18,582 [VERBOSE]: queue id: 1398249681, download id: 1FD43B3210AED16357C28DD1B1E0316152C68AA1, action: deleted, title: Viral 2016 1080p BluRay x264 DTS 5.1 - Hon3y
2023-10-15 21:50:18,778 [VERBOSE]: queue id: 855858022, download id: 68F83966142792A0884C9B16813C0F903273C469, action: deleted, title: The.Breaker.Upperers.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-15 21:50:18,936 [VERBOSE]: queue id: 520014297, download id: C90FD3F9C428C66D61AE7838A7E4F1EDE592AD56, action: deleted, title: The.Bygone.2019.1080p.BluRay.x264.DD5.1-TayTO
2023-10-15 21:50:19,083 [VERBOSE]: queue id: 808965168, download id: 7B29819071A62EECB35C1663CDB5E9143B9BD055, action: deleted, title: Black.or.White.2014.1080p.BluRay.x264.DTS-WiKi [MovietaM]
2023-10-15 21:50:19,227 [VERBOSE]: queue id: 218208545, download id: 3385E3298E576D26499DA3538DFA1C203F364CAC, action: deleted, title: Jay.And.Silent.Bob.Reboot.2019.Bluray.1080p.ITA.ENG.RU.H264.XFM.mkv
2023-10-15 21:50:19,378 [VERBOSE]: queue id: 2058758739, download id: 7CB7E063003D9F44E3A36D0600E98F8387DF25F4, action: deleted, title: Summerland.2020.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx] ⭐
2023-10-15 21:50:19,529 [VERBOSE]: queue id: 158404543, download id: 533A5ECC60A0BCB43FB476080F50D1E58DD47857, action: deleted, title: The.Twin.2022.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx]
2023-10-15 21:50:19,655 [VERBOSE]: queue id: 418467687, download id: 795D616742A5DE89E259A4BF4BA5D1115C503C5A, action: deleted, title: The.Djinn.2021.ITA-ENG.1080p.BluRay.DDP5.1.x264-gattopollo.mkv
2023-10-15 21:50:19,797 [VERBOSE]: queue id: 184359412, download id: 99606333C96C645523EE8DC6CD15C33B8BCDE7A9, action: deleted, title: On.the.Basis.of.Sex.2018.1080p.BluRay.x264-GECKOS[EtHD]
2023-10-15 21:50:19,966 [VERBOSE]: queue id: 1921272624, download id: D43BA7705009B399DB8ADB8ED23ABC46A9EB991B, action: deleted, title: After.The.Dark.2013.1080p.BluRay.DTS-HD.MA.5.1.x264-PublicHD
2023-10-15 21:50:20,014 [VERBOSE]: queue id: 2072900635, download id: 2667346667C5D1491FF89B24F1845347D28104EA, action: deleted, title: The.Belko.Experiment.2016.1080p.BluRay.x264.DTS.HDMA.5.1.-.Hon3y
2023-10-15 21:50:20,192 [VERBOSE]: queue id: 692041881, download id: D20E1FDF98214DC53A44EB11DD978D52B4632E58, action: deleted, title: Coyote.Lake.2019.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT[TGx]
2023-10-15 21:50:20,307 [VERBOSE]: queue id: 1459822651, download id: 94155B50FDE997D988736C33CCFB014D26815279, action: deleted, title: Amityville.The.Awakening.2017.BluRay.1080p.x264.DTS-HD.MA5.1-DTOne
2023-10-15 21:50:20,457 [VERBOSE]: queue id: 1662351486, download id: 94CE77362B072136C02AA3427C4E2E5795AA7039, action: deleted, title: Attack.of.the.Unknown.2020.1080p.BluRay.x264-PiGNUS[TGx]
2023-10-15 21:50:20,494 [VERBOSE]: queue id: 773679613, download id: CD1507345C48820BAAA8DB3E524FEC4634D0B343, action: deleted, title: Cabin.Boy.1994.1080p.BluRay.x264.DTS-FGT
2023-10-15 21:50:20,672 [VERBOSE]: queue id: 1732066231, download id: 01177AA609F87FC0018DFB1098C5D0971D209CD7, action: deleted, title: Antrum.Il.Film.Maledetto.2018.iTA.ENG.AMZN.WEBDL.1080p.x264-HDi.mkv
2023-10-15 21:50:20,792 [VERBOSE]: queue id: 13313319, download id: F4432D26A81C043BACF483061DA142FB34EB4F86, action: deleted, title: The Hot Chick 2002 WEBdl ITA ENG 1080p x264 Paso77.mkv
2023-10-15 21:50:20,907 [VERBOSE]: queue id: 1409801062, download id: 07A70BE668A4F1B39B6377902E54D5B88BE80AF2, action: deleted, title: The.Eyes.of.My.Mother.2016.1080p.BluRay.x264.x264.DTSHD5.1-DDR
2023-10-15 21:50:21,052 [VERBOSE]: queue id: 1779211362, download id: EACCCAE1CA0D7910BEB87AC8FCC221AFDAFFB891, action: deleted, title: The.Inkwell.1994.1080p.BluRay.x264-HD4U[rarbg]
2023-10-15 21:50:21,193 [VERBOSE]: queue id: 917207479, download id: A4C5E8135254E668ADBEAA6654A44634ADC82D9A, action: deleted, title: Hell.Fest.2018.1080p.BluRay.x264-Replica[EtHD]
2023-10-15 21:50:21,355 [VERBOSE]: queue id: 516400563, download id: 79EE33F93B9400A36C92E95D29A652A4EEAA63BB, action: deleted, title: Frankenweenie 2012 1080p Bluray BDrip x265 DTS-HD MA 7.1  D0ct0rLew[UTR-HD].mkv
2023-10-15 21:50:21,531 [VERBOSE]: queue id: 996185639, download id: 3F2A4D69B979E8809747B44488558407EC536FE9, action: deleted, title: Arsenal.2017.DTS.ITA.ENG.1080p.BluRay.x264-BLUWORLD.mkv
2023-10-15 21:50:21,575 [VERBOSE]: queue id: 2017804820, download id: B5F2C4695E221CDEEF6DEE7713F82136925424EE, action: deleted, title: American.Honey.2016.1080p.BluRay.x264.DTS-WiKi[EtHD]
2023-10-15 21:50:21,771 [VERBOSE]: queue id: 645077948, download id: 83282A8B4FE7AC05EA05B8BA4ED4DB25A6838BBE, action: deleted, title: Driven (2019)(1080p BDRip x265 HEVC 10Mbps DTS-HD MA + AAC 5.1 ENG with ENG-FRE-SPA subs MJR).mkv
2023-10-15 21:50:21,965 [VERBOSE]: queue id: 658989989, download id: F715FB8DC69E0202F2FE1BF870F4035CD7A1C4E7, action: deleted, title: [ext.to] Infini 2015 Bluray 1080p DTS-HD x264-Grym
2023-10-15 21:50:22,093 [VERBOSE]: queue id: 84812643, download id: 35AC12A9FA9295794B11356F68E8FA058850D872, action: deleted, title: The.Boss.2016.THEATRiCAL.1080p.BluRay.x264-CAPRiCORN[EtHD]
2023-10-15 21:50:22,227 [VERBOSE]: queue id: 540957929, download id: EAD3F50FF34BB6338B594B2F117E033E2C544658, action: deleted, title: In Full Bloom 2019 1080p BluRay DD5.1 x264-EA[EtHD]
2023-10-15 21:50:22,294 [VERBOSE]: queue id: 1674583083, download id: 0A92A6F8A430162373E15D9CD469B27389B3BDBE, action: deleted, title: Prison.Of.Secrets.1997.1080p.AMZN.WEBRip.DD2.0.x264-alfaHD
2023-10-15 21:50:22,477 [VERBOSE]: queue id: 1724822319, download id: B5489897F3B5AE1D09D1B170CDE517BCCF0C0E44, action: deleted, title: [ext.to] A.Midsummer.Nights.Dream.2016.1080p.BluRay.x264-CAPRiCORN[EtHD]
2023-10-15 21:50:22,542 [VERBOSE]: queue id: 1853225908, download id: 1986750F1F9E51268F4D94EFDB9C5A1FC225E891, action: deleted, title: [ext.to] Anna Karenina 2012 1080p BluRay DTS x264-LEGi0N
2023-10-15 21:50:22,714 [VERBOSE]: queue id: 564823484, download id: 5E8E821A9F60BE6FA2687090EB3E4F89801FCB32, action: deleted, title: SNATCHED 2017 Multi HQ 1080p Blu-Ray x264 DTSHD 7.1 -DTOne
2023-10-15 21:50:22,862 [VERBOSE]: queue id: 2108117172, download id: E89E4DF1742F9F0155210C55DA83EBF563A1CA49, action: deleted, title: [ext.to] Blue Crush 2 (2011) (1080p BDRip x265 10bit DTS-HD MA 5.1 - r0b0t) [TAoE].mkv
2023-10-15 21:50:22,941 [VERBOSE]: queue id: 667508863, download id: 9BC4735B233C79DC297B58F3654A5E23C29AFD3D, action: deleted, title: Impossible.Monsters.2019.1080p.BluRay.x264-CADAVER[EtHD]
2023-10-15 21:50:23,122 [VERBOSE]: queue id: 1378229430, download id: C353666443779FA14CE9B3D2557168A9267419FA, action: deleted, title: Shortwave.2016.Multi.1080p..Blu-ray.x264.DTS-HDMA.5.1-DTOne
2023-10-15 21:50:23,247 [VERBOSE]: queue id: 734750282, download id: 630009C4E0DA497514AE384102D241B2F2E1CFE6, action: deleted, title: Lucy.In.The.Sky.2019.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-15 21:50:23,381 [VERBOSE]: queue id: 1961644359, download id: A51E4AE81B3B48A3CC6D68FFF15165C85AECEBA6, action: deleted, title: Scouts.Guide.To.The.Zombie.Apocalypse.2015.MULTi.1080p.BluRay.x264-LOST
2023-10-15 21:50:23,505 [VERBOSE]: queue id: 1942056958, download id: 28A54BD006BDDCF795DBA8F3BA6176C65307D73C, action: deleted, title: [ext.to] I.See.You.2019.iTA.AC3.ENG.DTS.1080p.Bluray.x264-ODS
2023-10-15 21:50:23,611 [VERBOSE]: queue id: 993868775, download id: 6E7B5793CE845F84067C32DB821E7B1523F5B930, action: deleted, title: Renegades (1989)-alE13
2023-10-15 21:50:23,735 [VERBOSE]: queue id: 1126489510, download id: 882B02226A80CE06E64F7C5E52C08584ED6C6AD7, action: deleted, title: Sleight.2016.1080p.BluRay.DTS-HD.MA.5.1.x264-iFT
2023-10-15 21:50:23,894 [VERBOSE]: queue id: 726566394, download id: 852D547C0395B4255CFA6F81EC4A629CF497ED57, action: deleted, title: [ext.to] A Haunted House 2 2014 1080p BluRay x264 DTS-HD MA 5 1-RARBG
2023-10-15 21:50:23,943 [VERBOSE]: queue id: 1176288675, download id: 0F922978AEE1C632C41F6D3044A7731DD9F8C712, action: deleted, title: 0f922978aee1c632c41f6d3044a7731dd9f8c712
2023-10-15 21:50:24,133 [VERBOSE]: queue id: 2028891011, download id: 5B59D45E17463A5E3488C43A3BDA66FD82F5F2AB, action: deleted, title: The.Other.Side.of.Heaven.2.Fire.of.Faith.2019.1080p.Bluray.X264-EVO[TGx]
2023-10-15 21:50:24,184 [VERBOSE]: queue id: 1549946317, download id: 68DC75D8A4F39E00D299380EC4ED8AF5E6194B3E, action: deleted, title: True.Story.2015.1080p.BluRay.x264-GECKOS
2023-10-15 21:50:24,319 [VERBOSE]: queue id: 1738401641, download id: 68115DE10FA05B87EDCCC19E9D92841E8058B688, action: deleted, title: 12.Mighty.Orphans.2021.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx]
2023-10-15 21:50:24,396 [VERBOSE]: queue id: 1153340023, download id: B4B92E7F676FDFD1507964E3F4D5C9B251FC670F, action: deleted, title: The.Valet.2022.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-15 21:50:24,595 [VERBOSE]: queue id: 850250387, download id: 220F5C2F59F372F21E65BE8862A049B79E217C22, action: deleted, title: Wander.2020.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT
2023-10-15 21:50:24,723 [VERBOSE]: queue id: 965967911, download id: 0026EB45B50784C99945DD2F70BC3EF73D02B9B9, action: deleted, title: [ext.to] Mega.Time.Squad.2018.1080p.BluRay.x264-BRMP[EtHD]
2023-10-15 21:50:24,783 [VERBOSE]: queue id: 1009742474, download id: 646592856831D67FA49AA628ADA4030C99592F40, action: deleted, title: Bug 2006 1080p BluRay x264-BARC0DE
2023-10-15 21:50:24,909 [VERBOSE]: queue id: 175144133, download id: C3E88A8A4D23D2D8E5CA089F50E369141C03F0DC, action: deleted, title: Every.Day.2018.1080p.BluRay.x264-DRONES[EtHD]
2023-10-15 21:50:24,997 [VERBOSE]: queue id: 2095412308, download id: D7D4F134DD277EEC798BA5825CD5F8FD398232CE, action: deleted, title: In.a.Valley.of.Violence.2016.REPACK.1080p.BluRay.DTS.x264-IDE[EtHD]
2023-10-15 21:50:25,046 [VERBOSE]: queue id: 600126588, download id: 7579790DEA732BD2B7E116BF24EB23989F07A6F1, action: deleted, title: 12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]
2023-10-15 21:50:25,169 [VERBOSE]: queue id: 533553469, download id: 41B27E99DB247D460ACC23379F42491BE282B72C, action: deleted, title: The.Light.Between.Oceans.2016.1080p.BluRay.x264.DTS-WiKi[EtHD]
2023-10-15 21:50:25,298 [VERBOSE]: queue id: 1636376297, download id: 163DD006D1E5EFD4D3DE987D567074DFAAF86A84, action: deleted, title: Aftermath.Orrori.Dal.Passato.2021.iTA-ENG.WEBDL.1080p.x264-CYBER.mkv
2023-10-15 21:50:25,403 [VERBOSE]: queue id: 1077879451, download id: 66BE89C4E94855D4D74664BD5936345C15BBDE80, action: deleted, title: Becoming.2020.1080p.BluRay.x264-RUSTED[TGx]
2023-10-15 21:50:25,519 [VERBOSE]: queue id: 2134729177, download id: DBF7339DEDEF7331C1EFDC1F0C80548F1B40233F, action: deleted, title: [ext.to] The Strangers 2008 Unrated Bluray 1080p DTS-HD x264-Grym
2023-10-15 21:50:25,610 [VERBOSE]: queue id: 744128369, download id: 40E7AA5B5FE8A2DC5B44FDE5CA33332DCE344D28, action: deleted, title: The Homesman 2014 1080p BluRay x264-BARC0DE
2023-10-15 21:50:25,656 [VERBOSE]: queue id: 971350059, download id: DF5DD79A8D1D8A36C9100766CABF1785401C0CB7, action: deleted, title: The.Pale.Door.2020.1080p.BluRay.x264-PiGNUS[TGx]
2023-10-15 21:50:25,751 [VERBOSE]: queue id: 833680634, download id: AE2E09E17D59EE09153D124FF737C19030E7701A, action: deleted, title: [ext.to] Wilderness.2006.1080p.AMZN.WEBRip.DDP2.0.x264-BLUTONiUM
2023-10-15 21:50:25,799 [VERBOSE]: queue id: 1949767645, download id: 7DC9236E05DE47F67910C991843BAD2A0154E381, action: deleted, title: [ext.to] An.Affair.to.Die.For.Relazione.Omicida.2019.iTA.ENG.AMZN.WEBDL.1080p.x264-HDi.mkv
2023-10-15 21:50:25,872 [VERBOSE]: queue id: 1091751329, download id: 143A49134C8C906376895579B396DBDFC8F50AA2, action: deleted, title: Diminuendo.2018.1080p.BluRay.x264.DD5.1-FGT[TGx]
2023-10-15 21:50:25,941 [VERBOSE]: queue id: 1111888361, download id: F3714B4765BE81E379A062539561F5DE3E69E985, action: deleted, title: [ext.to] Far From the Madding Crowd 2015 Bluray 1080p DTS-HD x264-Grym
2023-10-15 21:50:25,990 [VERBOSE]: queue id: 1745862670, download id: 6FCBBB5ABCB8E75CCAABE1AC9DDB8632DC5FBC0E, action: deleted, title: Wildling.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-15 21:50:26,062 [VERBOSE]: queue id: 1245629590, download id: 76437AB1717FA989342B4CA1F8E64873ACC8E5B9, action: deleted, title: I.Am.Vengeance.Retaliation.2020.1080p.Bluray.X264.DTS-EVO[TGx]
2023-10-15 21:50:26,153 [VERBOSE]: queue id: 377648987, download id: 874B52E284A099F59C42EAF3ABBA6B4ADBE2E1F9, action: deleted, title: [ext.to] Killerman.2019.iTA.ENG.AC3.TrueHD.1080p.BluRay.x264-ODS
2023-10-15 21:50:26,226 [VERBOSE]: queue id: 1752856448, download id: 03D48DBEA980BDE76C79BA4C5E1F748D5E6B3E30, action: deleted, title: [ext.to] Star.Time.1992.1080p.BluRay.x264-LATENCY
2023-10-15 21:50:26,267 [VERBOSE]: queue id: 1378524256, download id: 308A3D83BB402A36C7C98BCEE7CDD83FC45D2795, action: deleted, title: Frontera.2014.1080p.BluRay.DTS-HD.x264-BARC0DE
2023-10-15 21:50:26,338 [VERBOSE]: queue id: 902343556, download id: 014BEA8A549947F9A738BD271A065B387EAACD15, action: deleted, title: Wrong.Turn.6.Last.Resort.2014.1080p.BluRay.x264.DTS.dxva-WiNTeaM
2023-10-15 21:50:26,394 [VERBOSE]: **************************************************
2023-10-15 21:50:26,394 [VERBOSE]: ****END - REFRESHING QUEUE****
2023-10-15 21:50:26,409 [VERBOSE]: End - Queue is empty

Your script did precisely what it was supposed to do. Cleared everything out without issue.

Thanks!

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

I hope you had a good weekend :)

I feel we are on to something here, but the root cause is still in the dark for me.

Where the logs read ****START - REFRESHING QUEUE**** and ****END - REFRESHING QUEUE****, the queue gets refreshed in Radarr as if you were hitting that "recycling" button on the top above the queue (API Command 'RefreshMonitoredDownloads')

Then when looking at your qbit screenshot, there's plenty of stuff there, despite in theory everything having just been removed. In addition, also Radarr shows some items (although fewer), and I would have expected none given we just wiped the queue (which is what the logs also suggest).

Few questions:

  1. How much time elapsed between the end of the script (ending 2023-10-15 18:41:08,756) and when you took the screenshots from qBit and Radarr?

  2. If you run the purger script, and you have qbit & radarr windows open, what do you see happening when the script executes? Do you see that everything disappears, and it reappears again? I wonder whether for some reason radarr re-adds the torrents just after deleting them or something like that (ie some sort of "autoheal" and a problem with the blocklist)

btw, really appreciate your patience with this and your help providing all of these logs

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Alright, I will try to be as accurate as possible.

  1. The first time I ran your script, I figure Radarr wasn't behaving correctly. I took the qBit SS about 30 seconds later and then verified that the queue in Radarr was still showing empty. It wasn't for a couple more minutes that I realized I should grab a SS of Radarr. This is when I figured it would be a good idea to restart Radarr to see if the queue would sync up with qBit - and it did. So, I ran the script the second time. While the script was executing, I was watching the queue disappear in Radarr. Radarr started searching again for the removed DLs.

  2. When I run the script, I watch the items get removed from both Radarr and qBit. Radarr starts searching and, after a bit, the queue starts loading up again, both in Radarr and qBit.

What I can do, tomorrow, is record a video of the script executing while Radarr and qBit are in the background, so that you can actually watch how it behaves. I am on a 4K screen and I have multiple machines I can remote into so that all the info needed to capture is available in one shot. :)

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

That'd be excellent, thank you mike.

What I need to understand is the following:

2023-10-15 18:41:07,662 [VERBOSE]: queue id: 855858022, download id: 68F83966142792A0884C9B16813C0F903273C469, action: deleted, title:
The.Breaker.Upperers.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-15 18:41:08,744 [VERBOSE]: **************************************************
2023-10-15 18:41:08,744 [VERBOSE]: END - REFRESHING QUEUE
2023-10-15 18:41:08,756 [VERBOSE]: End - Queue is empty

2023-10-15 21:50:18,778 [VERBOSE]: queue id: 855858022, download id: 68F83966142792A0884C9B16813C0F903273C469, action: deleted, title: The.Breaker.Upperers.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-15 21:50:26,394 [VERBOSE]: **************************************************
2023-10-15 21:50:26,394 [VERBOSE]: END - REFRESHING QUEUE
2023-10-15 21:50:26,409 [VERBOSE]: End - Queue is empty

Why does 855858022 come back? It seems to have been deleted (which you said you saw happening), and still it is there again 3h later.

Can you see if you find this one on your blocklist on Radarr?

When you run the script tomorrow, can you please 1) pull the logs when you run it, and 2) then again wait a few minutes, run it again, and 3) pull the logs again? In theory, there should be nothing; in practice, I think we'll see the same Ids coming back. 4) Can you then please also take a SS from your blocklist?

Many thanks

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Well...this part you aren't going to like. Remember how I said that the manner in which the Arrs 'block' a torrent is DUMB? Allow me to give you an example.

My blocklist pages are 250 items long. I have 73 PAGES of blocklist. And here is the first page (alphabetically):

12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 3 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 5 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 8 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 12 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 14 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 15 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 16 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 17 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 18 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 20 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 23 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 24 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 25 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 27 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 28 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 1 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 3 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 8 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 11 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 15 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 17 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 20 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 20 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 21 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 21 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 26 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 26 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 26 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 28 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 30 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 31 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 2 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 2 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 3 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 5 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 8 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[TGx]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 17 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 18 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 22 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 25 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 28 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 29 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 30 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 2 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 8 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 11 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 13 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 14 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 16 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 16 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 17 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 20 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 21 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 22 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 24 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 24 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 5 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 5 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 8 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
12 Feet Deep	12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023

Pretty dumb, right?

I started a thread a while back letting them know, but they laughed at me and called me names. I'll admit, I was a bit abrasive myself, but I had spent hours trying to figure out why the same torrents kept being downloaded over and over again. Their method of blacklisting a 'release' is to block the torrent name and indexer pair. i.e. "12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]":"1337x (Prowlarr)". They don't block a hash of the torrent (which would be smartest), they don't block the raw torrent name (which would be smarter), no... They block the friendly name of a torrent and it's associated indexer.

This brings me back to multiple users, uploading the same torrent to multiple indexers over and over again. They are each considered a different torrent by the Arrs. Each indexer can have over a hundred of the same torrent, uploaded by a different user, friendly-named differently and the Arrs are completely ignorant to it.

As for THAT specific blocklist item:

The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 6 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 7 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 8 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 9 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 12 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 14 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 15 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 16 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 18 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 20 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 23 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 24 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 25 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 27 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jun 28 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 1 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 3 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 6 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 7 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 8 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 9 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 10 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 11 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 15 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 17 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 20 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 20 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 21 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 21 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 26 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 26 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 26 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 28 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 30 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Jul 31 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 2 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 2 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 3 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 7 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 7 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 8 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 9 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 9 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 17 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 18 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 22 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 25 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 28 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 29 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Aug 30 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 2 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 8 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 9 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 10 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 11 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 13 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 14 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 16 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 16 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 17 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 20 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 21 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 22 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 24 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Sep 24 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 4 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 5 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 5 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 6 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 7 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 8 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 9 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 10 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 11 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 11 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 11 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 11 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 11 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 11 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 12 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 12 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 12 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 12 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 12 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 12 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 12 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 13 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 13 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 13 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 13 2023
The Breaker Upperers	The Breaker Upperers 2018 1080p Bluray X264-EVO EtHD	English	Bluray-1080p	1080p+ BluRay or WebDL/Rip Releases	Oct 13 2023

It's only been blocked a FEW times... LOL!

My ticket with them...like three years ago or so: Radarr/Radarr#3863

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

I thought about another issue with the Radarr/qBit sync: If the script runtime (10 minutes) is less than the amount of time needed for Radarr to actually search for the removed torrents... In MY case, I currently have 70 torrents in the Radarr queue. If, say, 60 of those are stalled, there is absolutely no way Radarr will search for 60 torrents in a 10 minute window. Then the script runs again and clears out more, so now it will 'stack' searches. Or perpetually searches for removed queue items...either way, I think that would be bad.

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

Mh. We might need to raise it with them again. If you are right, that way of implementation the blocklist could really benefit from an improvement.

Before we do that, can you share five screenshots please:

  1. Your blocklist where we see the The Breaker Upperers 2018 item
  2. For two of these blocked entries, can you share a screenshot of the details? Ie. from the list above, they all look exactly the same; if what you are saying is true, then I'd expect in the details to see a difference in Indexer
  3. When you go to the movies tab, you can see the two download attempts that is failed. Can you take a screenshot of the fail message please (as there we can see the Grab ID)

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

I am going to give it a few hours. I am about to change a couple things:

  1. I am going to set Decluttarr to 60 min runtimes with 1 max failure. 60 mins should give it enough time to search for any replacements.
  2. I am going to clear Radarr's queue (without search), restart Radarr, and clear qBit.
  3. I am going to tell Radarr to do a full search for everything on the list.

In a few hours, I should have more accurate data to provide. At that time, I will also take the time to go through the blocklist...which is going to be a GIANT pain in the ass...

So, I am going to do those three things and then pass out for a few hours.

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Also, I believe a part of your python needs to be modified - These debug logs shed some light there:

2023-10-16T12:14:29.266647255Z [DEBUG]: http://172.20.0.101:7878 "GET /api/v3/queue?page=1&pageSize=30&includeUnknownMovieItems=true HTTP/1.1" 200 None

Included in that line is a pagifying portion that needs to be set to max value (250). 30 per page is not enough if you're only looking at a single page. If there is a way to remove the pagification to see the WHOLE queue via the api, that should be your goal.

I am thinking that perhaps your script may not see some of the queue if there are more than 30 in the queue.

Just food for thought.

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

OK!

Your requested screenshots, sir:

  1. Part 1:
    image
    Part 2:
    image
  • The list continues on...I could shrink down the text size, but I am sure you get the point.
  1. Details 1:
    image
  • I selected the first entry and opened the details. That's why I made the SS larger, to show you which one I selected.
    Details 2:
    image
  • I selected the second entry and opened the details. Here, I discovered that the details were identical to the first, so I started opening more details of random entries. This is when I discovered that every single one of these entries is from the same indexer...sigh... I did stumble across a few more recent ones that were from other indexers.
  1. The history for The Breaker Upperers...pages and pages of failures.
    image
    First, let's start with the failures, from the top:
    image
    image
  • Yes, you see that right. The first and second entries are identical, but are NOT the same entry... And so I scroll down a bit and grab another...
    image
  • This one is the bottom pictured entry from Oct 13. It is also identical to the two most recent. The GrabIDs match.

I have no fucking clue what is going on now. What I do know is that your script works. I now know that Radarr has an issue keeping the queue synced with qBit, but a restart of Radarr fixes that issue - Though, there currently is no method of scheduling such a Radarr restart. The Arrs all seem to have a fundamental flaw in the method with which they 'block releases' - And, frankly, that term straight up pisses me off. Releases are NOT torrents. Grr; You don't need to hear this.

Sigh...I do not know where to go from here. So, let me know if you need any more info and I will just do as you ask.

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

I also promised you a video of the test script you wrote in action...

Here is the output:

2023-10-16 16:10:43,267 [VERBOSE]: ****START - REFRESHING QUEUE****
2023-10-16 16:10:43,289 [VERBOSE]: ****Removing all queue items****
2023-10-16 16:10:43,289 [VERBOSE]: queue id: 520014297, download id: C90FD3F9C428C66D61AE7838A7E4F1EDE592AD56, action: deleted, title: The.Bygone.2019.1080p.BluRay.x264.DD5.1-TayTO
2023-10-16 16:10:43,382 [VERBOSE]: queue id: 808965168, download id: 7B29819071A62EECB35C1663CDB5E9143B9BD055, action: deleted, title: Black.or.White.2014.1080p.BluRay.x264.DTS-WiKi [MovietaM]
2023-10-16 16:10:43,544 [VERBOSE]: queue id: 218208545, download id: 3385E3298E576D26499DA3538DFA1C203F364CAC, action: deleted, title: Jay.And.Silent.Bob.Reboot.2019.Bluray.1080p.ITA.ENG.RU.H264.XFM.mkv
2023-10-16 16:10:43,696 [VERBOSE]: queue id: 158404543, download id: 533A5ECC60A0BCB43FB476080F50D1E58DD47857, action: deleted, title: The.Twin.2022.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx]
2023-10-16 16:10:43,841 [VERBOSE]: queue id: 418467687, download id: 795D616742A5DE89E259A4BF4BA5D1115C503C5A, action: deleted, title: The.Djinn.2021.ITA-ENG.1080p.BluRay.DDP5.1.x264-gattopollo.mkv
2023-10-16 16:10:44,041 [VERBOSE]: queue id: 184359412, download id: 99606333C96C645523EE8DC6CD15C33B8BCDE7A9, action: deleted, title: On.the.Basis.of.Sex.2018.1080p.BluRay.x264-GECKOS[EtHD]
2023-10-16 16:10:44,186 [VERBOSE]: queue id: 1921272624, download id: D43BA7705009B399DB8ADB8ED23ABC46A9EB991B, action: deleted, title: After.The.Dark.2013.1080p.BluRay.DTS-HD.MA.5.1.x264-PublicHD
2023-10-16 16:10:44,300 [VERBOSE]: queue id: 2072900635, download id: 2667346667C5D1491FF89B24F1845347D28104EA, action: deleted, title: The.Belko.Experiment.2016.1080p.BluRay.x264.DTS.HDMA.5.1.-.Hon3y
2023-10-16 16:10:44,439 [VERBOSE]: queue id: 692041881, download id: D20E1FDF98214DC53A44EB11DD978D52B4632E58, action: deleted, title: Coyote.Lake.2019.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT[TGx]
2023-10-16 16:10:44,548 [VERBOSE]: queue id: 1459822651, download id: 94155B50FDE997D988736C33CCFB014D26815279, action: deleted, title: Amityville.The.Awakening.2017.BluRay.1080p.x264.DTS-HD.MA5.1-DTOne
2023-10-16 16:10:44,664 [VERBOSE]: queue id: 1662351486, download id: 94CE77362B072136C02AA3427C4E2E5795AA7039, action: deleted, title: Attack.of.the.Unknown.2020.1080p.BluRay.x264-PiGNUS[TGx]
2023-10-16 16:10:44,853 [VERBOSE]: queue id: 2058758739, download id: 7CB7E063003D9F44E3A36D0600E98F8387DF25F4, action: deleted, title: Summerland.2020.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx] ⭐
2023-10-16 16:10:45,070 [VERBOSE]: queue id: 1732066231, download id: 01177AA609F87FC0018DFB1098C5D0971D209CD7, action: deleted, title: Antrum.Il.Film.Maledetto.2018.iTA.ENG.AMZN.WEBDL.1080p.x264-HDi.mkv
2023-10-16 16:10:45,105 [VERBOSE]: queue id: 855858022, download id: 68F83966142792A0884C9B16813C0F903273C469, action: deleted, title: The.Breaker.Upperers.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-16 16:10:45,335 [VERBOSE]: queue id: 13313319, download id: F4432D26A81C043BACF483061DA142FB34EB4F86, action: deleted, title: The Hot Chick 2002 WEBdl ITA ENG 1080p x264 Paso77.mkv
2023-10-16 16:10:45,428 [VERBOSE]: queue id: 1409801062, download id: 07A70BE668A4F1B39B6377902E54D5B88BE80AF2, action: deleted, title: The.Eyes.of.My.Mother.2016.1080p.BluRay.x264.x264.DTSHD5.1-DDR
2023-10-16 16:10:45,569 [VERBOSE]: queue id: 917207479, download id: A4C5E8135254E668ADBEAA6654A44634ADC82D9A, action: deleted, title: Hell.Fest.2018.1080p.BluRay.x264-Replica[EtHD]
2023-10-16 16:10:45,611 [VERBOSE]: queue id: 516400563, download id: 79EE33F93B9400A36C92E95D29A652A4EEAA63BB, action: deleted, title: Frankenweenie 2012 1080p Bluray BDrip x265 DTS-HD MA 7.1  D0ct0rLew[UTR-HD].mkv
2023-10-16 16:10:45,769 [VERBOSE]: queue id: 645077948, download id: 83282A8B4FE7AC05EA05B8BA4ED4DB25A6838BBE, action: deleted, title: Driven (2019)(1080p BDRip x265 HEVC 10Mbps DTS-HD MA + AAC 5.1 ENG with ENG-FRE-SPA subs MJR).mkv
2023-10-16 16:10:45,902 [VERBOSE]: queue id: 84812643, download id: 35AC12A9FA9295794B11356F68E8FA058850D872, action: deleted, title: The.Boss.2016.THEATRiCAL.1080p.BluRay.x264-CAPRiCORN[EtHD]
2023-10-16 16:10:45,970 [VERBOSE]: queue id: 540957929, download id: EAD3F50FF34BB6338B594B2F117E033E2C544658, action: deleted, title: In Full Bloom 2019 1080p BluRay DD5.1 x264-EA[EtHD]
2023-10-16 16:10:46,097 [VERBOSE]: queue id: 1535230251, download id: 47B352D72B6F2D23F99DA7E182FB227A2E1A17D0, action: deleted, title: Arsenal.2017.1080p.BluRay.DD5.1.x264-HR[EtHD]
2023-10-16 16:10:46,229 [VERBOSE]: queue id: 1942056958, download id: 28A54BD006BDDCF795DBA8F3BA6176C65307D73C, action: deleted, title: [ext.to] I.See.You.2019.iTA.AC3.ENG.DTS.1080p.Bluray.x264-ODS
2023-10-16 16:10:46,388 [VERBOSE]: queue id: 734750282, download id: 630009C4E0DA497514AE384102D241B2F2E1CFE6, action: deleted, title: Lucy.In.The.Sky.2019.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-16 16:10:46,532 [VERBOSE]: queue id: 1009742474, download id: 646592856831D67FA49AA628ADA4030C99592F40, action: deleted, title: Bug 2006 1080p BluRay x264-BARC0DE
2023-10-16 16:10:46,604 [VERBOSE]: queue id: 1738401641, download id: 68115DE10FA05B87EDCCC19E9D92841E8058B688, action: deleted, title: 12.Mighty.Orphans.2021.1080p.Bluray.DTS-HD.MA.5.1.X264-EVO[TGx]
2023-10-16 16:10:46,746 [VERBOSE]: queue id: 1961644359, download id: A51E4AE81B3B48A3CC6D68FFF15165C85AECEBA6, action: deleted, title: Scouts.Guide.To.The.Zombie.Apocalypse.2015.MULTi.1080p.BluRay.x264-LOST
2023-10-16 16:10:46,921 [VERBOSE]: queue id: 726566394, download id: 852D547C0395B4255CFA6F81EC4A629CF497ED57, action: deleted, title: [ext.to] A Haunted House 2 2014 1080p BluRay x264 DTS-HD MA 5 1-RARBG
2023-10-16 16:10:47,094 [VERBOSE]: queue id: 1111888361, download id: F3714B4765BE81E379A062539561F5DE3E69E985, action: deleted, title: [ext.to] Far From the Madding Crowd 2015 Bluray 1080p DTS-HD x264-Grym
2023-10-16 16:10:47,199 [VERBOSE]: queue id: 667508863, download id: 9BC4735B233C79DC297B58F3654A5E23C29AFD3D, action: deleted, title: Impossible.Monsters.2019.1080p.BluRay.x264-CADAVER[EtHD]
2023-10-16 16:10:47,278 [VERBOSE]: queue id: 2108117172, download id: E89E4DF1742F9F0155210C55DA83EBF563A1CA49, action: deleted, title: [ext.to] Blue Crush 2 (2011) (1080p BDRip x265 10bit DTS-HD MA 5.1 - r0b0t) [TAoE].mkv
2023-10-16 16:10:47,404 [VERBOSE]: queue id: 850250387, download id: 220F5C2F59F372F21E65BE8862A049B79E217C22, action: deleted, title: Wander.2020.1080p.BluRay.x264.DTS-HD.MA.5.1-FGT
2023-10-16 16:10:47,516 [VERBOSE]: queue id: 1245629590, download id: 76437AB1717FA989342B4CA1F8E64873ACC8E5B9, action: deleted, title: I.Am.Vengeance.Retaliation.2020.1080p.Bluray.X264.DTS-EVO[TGx]
2023-10-16 16:10:47,618 [VERBOSE]: queue id: 1153340023, download id: B4B92E7F676FDFD1507964E3F4D5C9B251FC670F, action: deleted, title: The.Valet.2022.iTA-ENG.WEBDL.2160p.x265-CYBER.mkv
2023-10-16 16:10:47,653 [VERBOSE]: queue id: 1636376297, download id: 163DD006D1E5EFD4D3DE987D567074DFAAF86A84, action: deleted, title: Aftermath.Orrori.Dal.Passato.2021.iTA-ENG.WEBDL.1080p.x264-CYBER.mkv
2023-10-16 16:10:47,759 [VERBOSE]: queue id: 971350059, download id: DF5DD79A8D1D8A36C9100766CABF1785401C0CB7, action: deleted, title: The.Pale.Door.2020.1080p.BluRay.x264-PiGNUS[TGx]
2023-10-16 16:10:47,904 [VERBOSE]: queue id: 1853225908, download id: 1986750F1F9E51268F4D94EFDB9C5A1FC225E891, action: deleted, title: [ext.to] Anna Karenina 2012 1080p BluRay DTS x264-LEGi0N
2023-10-16 16:10:48,004 [VERBOSE]: queue id: 1549946317, download id: 68DC75D8A4F39E00D299380EC4ED8AF5E6194B3E, action: deleted, title: True.Story.2015.1080p.BluRay.x264-GECKOS
2023-10-16 16:10:48,088 [VERBOSE]: queue id: 1077879451, download id: 66BE89C4E94855D4D74664BD5936345C15BBDE80, action: deleted, title: Becoming.2020.1080p.BluRay.x264-RUSTED[TGx]
2023-10-16 16:10:48,133 [VERBOSE]: queue id: 1745862670, download id: 6FCBBB5ABCB8E75CCAABE1AC9DDB8632DC5FBC0E, action: deleted, title: Wildling.2018.1080p.Bluray.X264-EVO[EtHD]
2023-10-16 16:10:48,208 [VERBOSE]: queue id: 377648987, download id: 874B52E284A099F59C42EAF3ABBA6B4ADBE2E1F9, action: deleted, title: [ext.to] Killerman.2019.iTA.ENG.AC3.TrueHD.1080p.BluRay.x264-ODS
2023-10-16 16:10:48,311 [VERBOSE]: queue id: 533553469, download id: 41B27E99DB247D460ACC23379F42491BE282B72C, action: deleted, title: The.Light.Between.Oceans.2016.1080p.BluRay.x264.DTS-WiKi[EtHD]
2023-10-16 16:10:48,413 [VERBOSE]: queue id: 965967911, download id: 0026EB45B50784C99945DD2F70BC3EF73D02B9B9, action: deleted, title: [ext.to] Mega.Time.Squad.2018.1080p.BluRay.x264-BRMP[EtHD]
2023-10-16 16:10:48,442 [VERBOSE]: queue id: 1949767645, download id: 7DC9236E05DE47F67910C991843BAD2A0154E381, action: deleted, title: [ext.to] An.Affair.to.Die.For.Relazione.Omicida.2019.iTA.ENG.AMZN.WEBDL.1080p.x264-HDi.mkv
2023-10-16 16:10:48,534 [VERBOSE]: queue id: 2134729177, download id: DBF7339DEDEF7331C1EFDC1F0C80548F1B40233F, action: deleted, title: [ext.to] The Strangers 2008 Unrated Bluray 1080p DTS-HD x264-Grym
2023-10-16 16:10:48,611 [VERBOSE]: queue id: 175144133, download id: C3E88A8A4D23D2D8E5CA089F50E369141C03F0DC, action: deleted, title: Every.Day.2018.1080p.BluRay.x264-DRONES[EtHD]
2023-10-16 16:10:48,722 [VERBOSE]: queue id: 1724822319, download id: B5489897F3B5AE1D09D1B170CDE517BCCF0C0E44, action: deleted, title: [ext.to] A.Midsummer.Nights.Dream.2016.1080p.BluRay.x264-CAPRiCORN[EtHD]
2023-10-16 16:10:48,814 [VERBOSE]: queue id: 1378524256, download id: 308A3D83BB402A36C7C98BCEE7CDD83FC45D2795, action: deleted, title: Frontera.2014.1080p.BluRay.DTS-HD.x264-BARC0DE
2023-10-16 16:10:48,896 [VERBOSE]: queue id: 1398249681, download id: 1FD43B3210AED16357C28DD1B1E0316152C68AA1, action: deleted, title: Viral 2016 1080p BluRay x264 DTS 5.1 - Hon3y
2023-10-16 16:10:48,986 [VERBOSE]: queue id: 1091751329, download id: 143A49134C8C906376895579B396DBDFC8F50AA2, action: deleted, title: Diminuendo.2018.1080p.BluRay.x264.DD5.1-FGT[TGx]
2023-10-16 16:10:49,038 [VERBOSE]: queue id: 600126588, download id: 7579790DEA732BD2B7E116BF24EB23989F07A6F1, action: deleted, title: 12.Feet.Deep.2017.1080p.BluRay.x264-VETO[EtHD]
2023-10-16 16:10:49,129 [VERBOSE]: queue id: 1176288675, download id: 0F922978AEE1C632C41F6D3044A7731DD9F8C712, action: deleted, title: 0f922978aee1c632c41f6d3044a7731dd9f8c712
2023-10-16 16:10:49,228 [VERBOSE]: **************************************************
2023-10-16 16:10:49,228 [VERBOSE]: ****END - REFRESHING QUEUE****
2023-10-16 16:10:49,236 [VERBOSE]: End - Queue is empty

And here is a link to the video: https://youtu.be/vCiQtqsLTTk

Note: It'll take a little bit to grant you access to the full 4K video while it is being processed. Until then, it'll just be a blurry mess...sorry.

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

...and just like that, they close the issue. That is why I stopped even bringing stuff to their attention. If you show even an iota of intelligence...they pretty much give you a giant middle finger and tell you to fuck off. I was even NICE. I gave an example of how to improve it.

The response? Basically, "Sonarr does what WE say it does. It doesn't have enough information to accurately block releases..."

Us: "YES! That is exactly what we're saying!!!!!"

Them: "Issue closed."

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Sorry...I can't comment on that thread anymore. The dude literally said 'If our shit isn't working, it's because of your shitty indexers, NOT because of our shit.'

I can't talk to people like that.

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

it's back open ;) do you want to join the sonarr discord that? let's offer our help to markus, maybe we can help him figure it out and it helps our cause. I'll be there the next 30min or so, joining too?
https://discord.com/channels/383686866005917708/383688189941907459

from decluttarr.

MikeFalcor avatar MikeFalcor commented on May 26, 2024

Hmmm...when I click that link, Discord barfs on it saying that nothing exists...LOL

Alright...finally got on.

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

Sonarr Discord, #support thread..

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

Hi @MikeFalcor

According to the sonarr ticket, the issue should be resolved. Please could you upgrade to the lastest version of sonarr once their fix is part of it and let me know if the problem is now resolved?

NB: I have not tested it myself yet, but I think they added an "advanced" option to reject torrents post download.
See here:
[FieldDefinition(8, Type = FieldType.Checkbox, Label = "Reject Blocklisted Torrent Hashes While Grabbing", HelpText = "If a torrent is blocked by hash it may not properly be rejected during RSS/Search for some indexers, enabling this will allow it to be rejected after the torrent is grabbed, but before it is sent to the client.", Advanced = true)]

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

@MikeFalcor - Closing this (assuming it's resolved for you) - pls comment if otherwise

from decluttarr.

Fieldy1999 avatar Fieldy1999 commented on May 26, 2024

Hi,
I wasnt sure if I should create a new issue as its simillar to what has been discussed above. Let me know if I need to create a new issue.
The issue I have which is mentioned above at #8 (comment)

So qbittorrent is showing more torrents in the list compared to what is displayed in Sonarr

I think that when Decluttarr removes and adds another verision of the file to qbittorrent this doesnt appear to get added to Sonarrs list. This evenutally leads to Sonarr reporting no active torrents, which leads Decluttarr reporting a clean list but in actual fact there are many stalled torrents in Qbittorent

When Sonarr is restarted via docker it picks up the correct number of torrents in Qbittorent but the issue eventually reoccurs requiring regular Sonarr restarts.

Thanks

from decluttarr.

ManiMatter avatar ManiMatter commented on May 26, 2024

hi @Fieldy1999
Decluttar does not add any torrents itself. It tells Sonarr to delete a torrent, Sonarr deletes it from qbit and removes it from Sonarr. Then Sonarr goes and grabs a new torrent (which one it grabs is completely up to Sonarr, Decluttar has no stake in this).

Please create a separate issue if your problem persists. Before doing so, please kindly check the following:

  • That you have the nightly version of Sonarr and Radarr
  • That you have the latest version of qBit
  • That for each indexer in Sonarr/Radarr you have turned on the flag for "Reject Blocklisted Torrent Hashes While Grabbing"

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.