croneter / PlexKodiConnect

Plex integration in Kodi done right
GNU General Public License v2.0
1.16k stars 77 forks source link

No User is passed through when playing #2115

Open simonk83 opened 1 day ago

simonk83 commented 1 day ago

Help yourself

Describe 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)

Screenshot 2024-10-02 at 8 40 36 AM

To Reproduce

Steps to reproduce the behavior:

  1. Start something playing
  2. Go to the Dashboard in Plex
  3. See lack of user

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")!!! .

  1. Activate Kodi's debug logging by going to the Kodi Settings -> System -> Logging. Then toggle the Enable debug logging setting.
  2. Restart Kodi to start with a "fresh" log file.
  3. Reproduce the bug.
  4. Follow the Kodi instructions to grab/share the Kodi log file. Usually only kodi.log is needed
  5. Delete all references to any of your Plex tokens by searching for X-Plex-Token and accesstoken and replacing the strings just after that!
    • It's easiest if you copy your token, then use Search&Replace for the entire log file
    • You don't want others to have access to your Plex installation....
  6. Drop your log file here in this issue. Or use a free pasting-service like https://pastebin.com and include the link to it here

kodi.log

I am aware that I can delete Plex tokens that I accidentially posted by following the instructions on the PKC wiki