- Server Version#:
1.43.2.10687-563d026ea - Player Version#:
2026.13.0(Plex for Android TV / Fire TV,com.plexapp.android)
I migrated my Plex server to a new machine and cannot get the old, deleted server to stop appearing on one client (an Amazon Fire TV Cube, Plex for Android TV). It shows the old server’s empty duplicate library tiles (Movies / TV Shows / Anime / Documentaries / Hentai) in the Libraries view, alongside my one real, working server.
- Old (ghost) server: name “ACE-AI”, machineIdentifier 8ac800319194a66acbadbeee6f10f65d90720d8a
- New (real) server: name “Ace’s AI PC”, machineIdentifier bb6a9ed2a14797e76b91fa7f00d800fd1e439a6b (owned, online, working)
The ghost is provably gone everywhere EXCEPT this one client. Verified with my account token that the old machineIdentifier 8ac800… (and the name “ACE-AI”) returns ZERO hits from:
- GET https://plex.tv/api/resources?includeHttps=1 → only bb6a9ed…
- GET https://plex.tv/api/v2/resources?includeHttps=1&includeRelay=1 → only bb6a9ed…
- GET https://plex.tv/devices.xml → only bb6a9ed…
- Querying /api/v2/resources as the Fire TV’s own client-identifier → only bb6a9ed…
- The Plex Web / desktop app sidebar shows only “Ace’s AI PC”, no ghost
- LAN: nothing answers as 8ac800…; the old PMS is stopped + disabled; only the new server responds on :32400
- No other Plex Home users on the account
What I’ve already tried (ghost still appears on the Fire TV Libraries view):
- Deleted the old server from the account; deleted its device registration by numeric id (DELETE /devices/.xml → 200)
- Deleted the stale Fire TV client sessions from Authorized Devices
- pm clear on the Plex app ×3 + wiped external cache dirs
- True adb uninstall + reboot (Plex fully absent) + fresh reinstall from scratch + fresh sign-in — ghost STILL returns
- Signed in via both Google SSO and plex tv/link
Because it survived a from-scratch client reinstall (the most thorough client wipe possible), the source cannot be client-local — yet it’s invisible to every account endpoint I can query. That points to a server-side, per-account home/libraries cache inside plex tv that still references the dead machineIdentifier and gets pushed to this client, but which the public resource/devices APIs don’t expose and which I can’t purge myself.
Request: Please purge the stale server reference 8ac800319194a66acbadbeee6f10f65d90720d8a (“ACE-AI”) from my account’s backend home/hub cache so it stops being served to my clients. Account: Ace_in_Space / kyzcreig@gmail.com. Happy to provide server logs or the client’s PMS token if needed.