-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
No User is passed through when playing #2115
Comments
Thanks for the issue. What does the PMS do? Does it somehow mark playback progress for the wrong user, e.g. the main PMS user/"admin" instead of a home user? |
I only have the one local user at the moment (the admin/me) so it does mark it correctly, but let me create a new user and see what happens there. I guess I should log into pkc with the new user rather than the admin user? |
Check both please. Please check whether playback progress is marked for the correct user on the PMS side of things. And maybe even what the PMS is reporting as "Currently playing" (your screenshot above) |
The completely missing user information from the plex API when using the PKC is the concern. Anything which consumes that information simply cant function. Trakt sync based on users, session management based on users, etc Below is a snip from the plex session api response
|
@austinwbest can you share how that API response looks like for other Plex players where everything works please? |
Sure bud, here is a couple. I can likely find them for just about any device but i think you'll get the idea. There are basically two kinds of usernames that it should send
So home users will typically be normal names (first example below "Kye") and plex users are the accounts you make with plex.tv since home users do not have a plex.tv account Shield
LG Smart TV
Chrome browser
|
Apologies I've been away for a few days, I'll try and get the details later tonight (if you still need them? Perhaps not judging from the above) |
The above is just 3 other devices that pass in the user info since examples where asked for. The problem is still relevant where this player is not passing any user info to plex Edit: I realized after i answered you where just talkign about the examples. Yea, that part should be handled above |
Help yourself
PKC Settings -> Advanced -> "Reset the database and optionally reset PlexKodiConnect"
and then hitting YES, NODescribe the bug
When playing media, the current user doesn't seem to be passed through to plex (this is causing issues with a third party tool I'm using, Notifiarr, as it needs the current user for tracking etc)
@austinwbest
(Tagging Austin from Notifiarr as we were troubleshooting this earlier and he could see some useful info from his end)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Current user should be displayed
You need to attach a KODI LOG FILE!
A Kodi debug log file is needed that you recorded while you reproduced the bug. Do clean your log of all Plex tokens (="Plex passwords")!!! .
Settings
->System
->Logging
. Then toggle theEnable debug logging
setting.kodi.log
is neededX-Plex-Token
andaccesstoken
and replacing the strings just after that!kodi.log
I am aware that I can delete Plex tokens that I accidentially posted by following the instructions on the PKC wiki
The text was updated successfully, but these errors were encountered: