PlexKodiConnect
PlexKodiConnect copied to clipboard
2 devices reporting as one session/device: PKC's Unique Plex ID cannot be altered
am having this issue similar to the one described here https://github.com/croneter/PlexKodiConnect/issues/764 where i have cloned a kodi instance and if i tried to play the same thing or different things plex dash will show it as one session/device etc. i have tried rebooting the server, changing the device name under pkc settings, closed and opened kodi, generating new unique id in pkc settings but issue still persist, thank you in advance.
Try this: in the PKC settings under Advanced, choose "Generate a new unique Plex device ID" on one of the devices. Restart Kodi. Issue should be solved
this is one of the ts step i took, it did not solve the issue
Do you use Tautulli? Or PKC only?
Make triple sure that you repeat my instructions above to the letter again, including starting Kodi again. Changing the device name is not sufficient
i was using plex built in dashboard to check but let me check again with using Tautulli, and yes am pretty sure i have follow your instruction to the latter, i understand correctly only the cloned kodi need to to run the "Generate a new unique Plex device ID" option right ? is there a way to check the Plex device ID from plex or kodi ?
just checked with Tautulli, same issue still happening
Try this:
- Run Generate a new unique Plex device ID again on BOTH PKC installations
- Use a different device name on BOTH PKC installations
- Shutdown both Kodis
- Restart your Plex Media Server
- Start Kodi
Also make sure - on the Tautulli side, so to speak - that your Kodi devices use different hostnames!
issue still happening, if i remember correctly ,y this didn't used to be like this. am using the same user for this test
Pfffff, there really shouldn't be any issue there! 😢
Kindly share the DEBUG logs from both Kodi devices, see https://github.com/croneter/PlexKodiConnect/wiki/How-to-Report-A-Bug
do u have a discord, so i can send u the files, last time i shared log my plex was hacked
Ouch 🤕 Nope, but you could email them: croneter at gmail
done.
Yes. Got it thanks. I edited your message, deleted my email to prevent spam 😜
ok, i understand
For whatever reason, your unique Plex device ID did not change: Log of device 1:
NOTICE: PLEX.clientinfo: Unique device Id plex_client_Id loaded: 02e0c255-a1a0-4d88-9868-ccdf253c948a
Log of device 2:
NOTICE: PLEX.clientinfo: Unique device Id plex_client_Id loaded: 02e0c255-a1a0-4d88-9868-ccdf253c948a
These strings need to be different from each other.
Workaround:
- Make sure both Kodi instances are not running anymore.
- On one of the 2 devices, navigate to the Kodi userdata directory
- Edit the file
settings.xml
in the folderaddon_data/plugin.video.plexkodiconnect
- Change the string in this line:
<setting id="plex_client_Id">02e0c255-a1a0-4d88-9868-ccdf253c948a</setting>
to something like this (so just a changed last letter a
--> b
<setting id="plex_client_Id">02e0c255-a1a0-4d88-9868-ccdf253c948b</setting>
- You may need to restart the Plex Media Server, don't know
There's indeed a bug there, will fix it if I find the time
ok sounds good, i wonder why this is only happening to me and not others
Happens to me, too. For whatever reason, the new setting value is not written back to file 😢
am trying kodi 19 and the new pkc for it as a ts step, right now
same issue
Should finally be solved with PKC beta version 3.5.9
thank u very much @croneter, i really appreciate it, keep up the good work
was this implemented into Kodi Leia
Not yet
ok
Thanks, I had the same problem (just discovered this after cloning 10 devices :'( ) Changing the setting id="plex_client_Id" worked, only needed to restart Kodi (Android Shield TV 8.2.3, Android 9, Kodi 19.3) and voila.
Thanks for the advice and keep up the good work. And don't let the bugs annoy you too much; It's amazingly good what you've build right here!
where do u change "id="plex_client_Id". btw i found a equal or better alternative, i just haven't play with and kodi in a long time. nor the dev of this project fixed the issue for kodi 17
can confirm the workaround works. however is there any way you can fix or automate the process of generating a new "plex_client_Id" ?