You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to run rules in Maintainerr, the a set of rules fails to run, indicating a "Plex api Communication Failure". Other rule sets and collections work as normal against the same Plex instance, just this one rule set/collection is failing.
To Reproduce
Steps to reproduce the behavior:
Go to 'Rules'
Click on 'Run Rules'
Allow Rules to process. Check debug log for Plex API Communication Failure against this ruleset.
Expected behavior
Expecting the ruleset to process, to allow for the collection to update with the new ruleset
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
OS: Windows 11 23H2 22631.5189
Docker Container
Additional context
Errors in the Debug Log show as below: [maintainerr] | 28/04/2025 13:11:00 [INFO] [RuleExecutorService] Executing rules for 'Shows Leaving Soon' [maintainerr] | 28/04/2025 13:12:59 [WARN] [PlexApiService] Plex api communication failure.. Is the application running? [maintainerr] | 28/04/2025 13:12:59 [DEBUG] [PlexApiService] fetch failed [maintainerr] | 28/04/2025 13:20:30 [INFO] [RuleExecutorService] Execution of rules for 'Shows Leaving Soon' done.
Rules for this Ruleset as below:
`mediaType: SHOWS
rules:
"0":
firstValue: Plex.addDate
action: BEFORE
customValue:
type: custom_days
value: "1460"
"1":
operator: AND
firstValue: Plex.labels
action: NOT_CONTAINS
customValue:
type: text
value: Keep
"2":
operator: AND
firstValue: Plex.sw_amountOfViews
action: EQUALS
customValue:
type: number
value: 0
operator: OR
firstValue: Plex.lastViewedAt
action: BEFORE
customValue:
type: custom_days
value: "1460"
`
The text was updated successfully, but these errors were encountered:
This is not a failure per say, it is a warning that a specific Plex API call failed, processing still completed. This is likely happening when fetching data for one of your rules, and isolated to a single item in that library as there's only 1 log line. Our logging for Plex interactions needs updating to include some more detail to help identification. In the mean time, it would be worth taking a look at your Plex Server logs for any errors if this happens persistently.
Describe the bug
When attempting to run rules in Maintainerr, the a set of rules fails to run, indicating a "Plex api Communication Failure". Other rule sets and collections work as normal against the same Plex instance, just this one rule set/collection is failing.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expecting the ruleset to process, to allow for the collection to update with the new ruleset
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
Additional context
Errors in the Debug Log show as below:
[maintainerr] | 28/04/2025 13:11:00 [INFO] [RuleExecutorService] Executing rules for 'Shows Leaving Soon' [maintainerr] | 28/04/2025 13:12:59 [WARN] [PlexApiService] Plex api communication failure.. Is the application running? [maintainerr] | 28/04/2025 13:12:59 [DEBUG] [PlexApiService] fetch failed [maintainerr] | 28/04/2025 13:20:30 [INFO] [RuleExecutorService] Execution of rules for 'Shows Leaving Soon' done.
Rules for this Ruleset as below:
`mediaType: SHOWS
rules:
action: BEFORE
customValue:
type: custom_days
value: "1460"
firstValue: Plex.labels
action: NOT_CONTAINS
customValue:
type: text
value: Keep
firstValue: Plex.sw_amountOfViews
action: EQUALS
customValue:
type: number
value: 0
firstValue: Plex.lastViewedAt
action: BEFORE
customValue:
type: custom_days
value: "1460"
`
The text was updated successfully, but these errors were encountered: