-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Overseerr - requested by user is null. #1168
Comments
Enabled debug on the container and only new information that was visible when executing the rule was.
Not sure if relevant. |
Hmm, this is an odd one, especially since it works for your own user. Just to be sure, Maintainerr is authenticated with the account that also owns the Plex server, right? What kind of users are you using within Plex? Normal users, or local users? |
Correct.
While I do have a handful of family members, it is a mixture of both local and true Plex users. The ones that I am concerned about are added Plex users.
Overseer users are setup as part of Plex. They are using Plex oauth for authentication. As a side note in answering these questions and maybe you can answer this. These users are NOT friends in Plex. I had simply added them to have access to my Plex server. I had originally had them as friends but removed that. Would that have any impact on this? I am not sure how but could be one caveat that may not be immediately visible. They clearly have access to make requests on overseerr, be visible to overseerr as to who made the request and Plex showing the watch activity, not sure the disconnect otherwise. Thanks. |
You don't need to be friends with someone for Maintainerr to fetch them. All users known by the server should be fetchable. Additionally, it shouldn't matter if a user is locally added. Could you try running the image with the tag 'ghcr.io/jorenn92/maintainerr:main' and enable debug logging? This will, hopefully, provide some extra helpful logs. |
Makes sense, was just a thought but wasn't convinced.
Seems to make no difference. I am testing a movie that I know has been watched and I know the person who watched it was the requester on overseer.
Not sure where to go from here but appreciate the help. |
Hello, I have the same issues, as per my comment in another open issue: |
For what it's worth, I'm seeing the same issue as well. |
There was a mismatch when a Plex user used a 'display name'. I don't know when this changed, since it used to work with display names, but this should be handled in PR #1231. If anyone could try it out with the main/develop image, that would be a great help! |
using version 2.1.2 (docker) and overseer user reuqester is null for all items (it used to work before...)
same in latest and develop |
Describe the bug
When using rules that look at the overseer requested by user, it will return null for any requests that are not mine (owner). This looks to be an old closed issue, #995 that was suggested fixed in #1070. Hoping not user error.
To Reproduce
Steps to reproduce the behavior:
Broken:
Working:
Expected behavior
Media would show the user who requested it for comparison.
Device (please complete the following information):
Additional context
Even using the community rules, like the "Seen by Overseer requester & older than 30 days OR not watched by requester and older than 90 days" will populate only with movies requested by myself and none others (can guarantee there are 'eligible' ones)
The text was updated successfully, but these errors were encountered: