Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Items get repeatedly removed and added back to collections #1446

Open
Zipties opened this issue Dec 19, 2024 · 2 comments
Open

Items get repeatedly removed and added back to collections #1446

Zipties opened this issue Dec 19, 2024 · 2 comments

Comments

@Zipties
Copy link

Zipties commented Dec 19, 2024

I am having an issue where all items in the collection are being removed each night, and then being added again shortly after

image

All my rules are exhibiting this behavior and I am pretty stumped over it. Here is one of them

rules:
 - "0":
     - firstValue: Plex.seenBy
       action: CONTAINS
       lastValue: Overseerr.addUser
     - operator: AND
       firstValue: Overseerr.isRequested
       action: EQUALS
       customValue:
         type: boolean
         value: "true"
     - operator: AND
       firstValue: Overseerr.mediaAddedAt
       action: BEFORE
       customValue:
         type: custom_days
         value: "90"
     - operator: AND
       firstValue: Radarr.tags
       action: NOT_CONTAINS_PARTIAL
       customValue:
         type: text
         value: dnd
 - "1":
     - operator: OR
       firstValue: Overseerr.mediaAddedAt
       action: BEFORE
       customValue:
         type: custom_days
         value: "60"
     - operator: AND
       firstValue: Overseerr.isRequested
       action: EQUALS
       customValue:
         type: boolean
         value: "true"
     - operator: AND
       firstValue: Radarr.tags
       action: NOT_CONTAINS_PARTIAL
       customValue:
         type: text
         value: dnd
 - "2":
     - operator: OR
       firstValue: Plex.lastViewedAt
       action: BEFORE
       customValue:
         type: custom_days
         value: "365"
     - operator: AND
       firstValue: Radarr.tags
       action: NOT_CONTAINS_PARTIAL
       customValue:
         type: text
         value: dnd
 - "3":
     - operator: OR
       firstValue: Plex.viewCount
       action: EQUALS
       customValue:
         type: number
         value: 0
     - operator: AND
       firstValue: Plex.addDate
       action: BEFORE
       customValue:
         type: custom_days
         value: "730"
     - operator: AND
       firstValue: Radarr.tags
       action: NOT_CONTAINS_PARTIAL
       customValue:
         type: text
         value: dnd
@benscobie
Copy link
Collaborator

Could you enable debug logging: https://docs.maintainerr.info/Installation.html#enabling-debug-logging

Wait for this to happen a few more times and then attach the logs here.

I'd also suggest using Test Media on one of those seasons a few times per day, save the results and then compare and/or attach here.

@Zipties
Copy link
Author

Zipties commented Dec 24, 2024

Been busy with holiday plans but didn't want to leave this stale. I grabbed the debug logs but haven't looked at them yet, it is still happening though.
maintainerr-2024-12-23.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants