-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
[BUG] Using full name instead of username #137
Comments
Oh and side note, I noticed when I updated, a bunch of shows/movies that were on my Continue Watching list in Plex that fell off weeks ago were now back on that list again. |
Hey @luigi311 , got some more troubleshooting done... For instance, my Plex username is DevanteWeary but full name is "Devante Weary". The logs shows this when getting to me...
I checked logs before the update a few days ago and I get this...
and then at the very bottom of the log I get this in red...
Also, I tried changing "DevanteWeary" to "Devante Weary" in the user mapping and it simply skips over my watch states. OK hope it helps! Oh just tried with the latest as of now. |
OK you're gonna hate me... but wanted to update with some MORE troubleshooting.. I restored from an appdata restore/backup plugin restore from 01/07/2024 at about 8am... Same issue. |
I don’t store anything in appdata on unraid. Can you try the latest release. Someone found an issue with matching so maybe that will fix your issue. |
Just tried the latest version again and the same exact issue. And just to kinda reiterate... Besides the above logs... I get it saying [MARK] on a bunch of things, including things I haven't watched for months. Also, I just completey removed jellyplex-watched and reinstalled it and put back in the same mapping and am getting the same issue. |
More troubleshooting:
It's like it recognizes I am mapping the right Plex account, but uses the wrong field to actually get the name in Plex. Also, I removed my full name in Plex and it worked correctly. |
I had a similar issue with a specific TV show that I started rewatching a couple of days ago. I marked it as 'not watched' on Plex, and literally a few minutes later, it would set itself back as 'watched.' I tried on different clients as well. Then, when I read about your issue and checked my shadow Jellyfin instance, I noticed that the watched status hadn't synced for a while between plex and jellyfin. I understood that it was the container, confirmed by the fact that Plex started correctly keeping track of the watched/unwatched status of that show. Oddity? It was working fine with another show that was already on deck. |
can you try the :fixes image and see if that works for you. There was an issue where if there was no season number for one of the shows in your library it would cause it to fail to generate a watch list for jellyfin so it would then start marking everything in jellyfin and not sync anything to plex. more information here #108 |
Hey @luigi311 ... So sounds like @bexem 's issue is different that mine. I tested the :fixes and getting the exact same issue.
And to make sure my issue wasn't the same as in #108 , I removed my "full name", marked something as Watched in JF, and ran the test. That was successful and it showed up as Watched in Plex. However, adding my "full name" back again caused the original issue. I know I'm repeating myself but it's like for some reason all of a sudden it's matching against the full name IF you have something in the full name field. When before it wasn't doing that. |
I appear to be having more or less the same issue, interestingly only for certain episodes. maybe a few dozen show like this as marked every time it runs (after the initial run of probably 20k entries in history moving over). log: https://gist.github.com/kariudo/c83384c8b042d53091b1cf741cacccb6 I have a 2 users, Jellyfin had scanned the libraries to match, but had 0 watch history thus far. The initial sync of years of history succeeded after a few hours, now every loop i see just this handful of stuff, i have not removed my "full name" from plex to see if that changes the behavior. These things it keeps syncing should be several years old in the watch history. |
I tested removing the real name on my own profile and I can confirm it fixed it for me when I had a similar issue. |
It would appear that for me removing the full name had no effect, the same few dozen old history items still seem to be |
Found the problem I was having, I will leave my comments here in case someone else experiences the same: Anywho, this was fixed in my edge case by pedantic adding of |
Looks like i lost a change i made before. I reimplemented the fix so it uses usernames and falls back to full names such as for managed accounts. Give it another test and open the issue if there are still issues with it. |
Describe the bug
Hey! Since I updated yesterday, I noticed that everytime it runs, it shows that it's [MARK]s the same movies and episodes everytime.
To Reproduce
Steps to reproduce the behavior:
Either restart the container or let it run on schedule.
Expected behavior
No marking at all unless there is a true change in watch states.
Type:
Unraid
The text was updated successfully, but these errors were encountered: