Server Version#: 1.42.2.10156
Player Version#: 4.147.1
I have two plex servers each pointing to the exact same libraries. Both are ubuntu 24.04.3 LTS running the same PMS versions yet one server has the errors below logged each day and the other server does not. I don’t understand why they are not both encountering the error.
Found ERROR: Nov 19, 2025 21:09:38.093 [124465736637240] ERROR - [MetadataAgent/tv.plex.metadata.agents] Match request for 'Laid (2024)' returned no metadata
Found ERROR: Nov 19, 2025 21:09:38.206 [124465736637240] ERROR - [MetadataAgent/tv.plex.metadata.agents] Match request for 'Salvation' returned no metadata
Found ERROR: Nov 19, 2025 21:09:38.323 [124465736637240] ERROR - [MetadataAgent/tv.plex.metadata.agents] Match request for 'Sharp Objects' returned no metadata
Found ERROR: Nov 19, 2025 21:09:38.458 [124465736637240] ERROR - [MetadataAgent/tv.plex.metadata.agents] Match request for 'The UnXplained Special Presentation' returned no metadata
I’ve done a fix match on the error server and the metadata seems to be correct and identical to the other server yet the errors persist each day.
Possibly different DNS server are used by the two machines. One might prohibiting access to the metadata server of Plex. Try forcing them to use 1.1.1.1 or 8.8.8.8 instead
Maybe different metadata agents have been selected for the two libraries?
Both get the dns server from the router, which points to google’s 8.8.8.8
Both have the same agent and scanner, Plex Movie, but I did notice that the one that doesn’t have the error does not have prefer local metadata checked, the other one does.
Crap, let me correct that. I looked at the Movie libraries, the error is on the TV libraries. Both have the scanner set to Plex TV Series and the agent to Plex Series and the local metadata settings are the same.
Check the paths added to plex, and file naming. If you have /sd01/media/tvshows/a/A-Team and one library points to /sd01/media/tvshow and the second points to /sd01/media/tvshow/a you will get different matching. Same with file names.
Paths and what is setup in your add folder section of your library impact how the server parses TV show names.
As time passes the parse/scanner Plex uses evolves. Some things that used to match may not if the naming is bad, and things that used to not match may match. File structure, naming and permissions are the most common issues we see. Can you post a copy of your server logs?
Can you please provide a screenshot of the add folder section of the library?
Edit: I am not seeing anything major in the logs. I didnt see the server startup logs anywhere in the zip you provided. So restarting it may not be a bad idea. I see there are 2 similar shows, might want to pull both out and Plex dance them.
Suggestion. Remove the 2 similar shows from your library, re-scan the library, empty trash, clean bundles, reboot the server. Wait 5 minutes, add shows back to library, scan library. Wait for scan to finish and wait an extra 5 minutes. Then post the new logs.
Edit of the Edit: Make sure that the prefer local metadata is disabled.
OK did the dance etc. The new logs are attached. Before the dance the two shows were merged in the 2024 show on Plex, now they are separate a 2011 and a 2024 show in Plex. (I fixed the folder name of the 2011 show to include the year).
You are using a docker container, not bare metal Linux
Docker isnt configured to use host networking
Nov 20, 2025 12:23:18.188 [127336979786552] WARN - [HttpClient/HCl#2e] HTTP error requesting GET https://172-17-0-1.c5a4020e6b284ebdb52cf9d9b1610538.plex.direct:32400 (60, SSL peer certificate or SSH remote key was not OK) (SSL: no alternative certificate subject name matches target host name '172-17-0-1.c5a4020e6b284ebdb52cf9d9b1610538.plex.direct') shows some kind of certificate issue
I am seeing plex find and match the Laid show. Can you double check matching is still an issue?
No, plex is bare metal. No docker. Now I do have a bunch of supporting stuff like tautulli, radarr, sonarr, etc that are all in docker containers using bridge mode but both of my plex installs are bare metal and are not on the hosts that have those docker containers.
The containers I use are configured for the default bridge.
No clue what this means since it’s a certificate on plex’s end
I don’t see any errors in the logs but those errors show up daily at 21:09 so I really won’t know until after whatever runs at that time happens tonite since it’s apparently some job plex runs.