Server Version#: 1.24.1.4931
OS Version: Windows 10 20H2 Build 19042.1165
Player Versions:
Web (4.64.3) [includes Web version on actual server as well]
iOS (7.22)
Xbox (5.23.1)Platform Version 10.0.22000.1759
Smart TV (5.23.1)Platform Version 4
At random times over the past couple of months, My server has suddenly lost connection to all client applications, both remote and local. When these dropped connection occur I have tested on all of the client (player) applications listed above. The strange part is, that once I restart the server, this issue will occur 2-3 additional times in rapid succession (usually just 5-10 minutes apart), and then the server will function normally for a day or two, then the pattern repeats.
I’ve attached my logs from one of the times I have caught it occurring.
This issue occurred a few times on 2021-08-31 in between the times of 21:15:38 - 21:47:42)
Plex Media Server Logs_2021-08-31_21-43-19.zip (3.3 MB)
I’ve already tried a clean install of PMS due to the logs seeming to indicate a few missing files from the installation. This has not resolved the issue. The logs do show a few critical errors identical to the one listed below:
2021-08-31 21:37:34,229 (2920) : CRITICAL (core:574) - Exception reading file C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1a38e63c6\WebClient.bundle\Contents\Info.plist (most recent call last):
File “C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1a38e63c6\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\storage.py”, line 55, in load
f = open(filename, mode)
File “C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1a38e63c6\Framework.bundle\Contents\Resources\Versions\2\Python\subsystem\ospathfix.py”, line 70, in builtins_open
return builtins[‘_open’](longpathify(uni(filename)), mode, buffering)
IOError: [Errno 2] No such file or directory: u’\\?\C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1a38e63c6\WebClient.bundle\Contents\Info.plist’2021-08-31 21:37:34,229 (2920) : CRITICAL (core:574) - Exception adding bundle: WebClient.bundle (most recent call last):
File “C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1a38e63c6\System.bundle\Contents\Code\bundleservice.py”, line 124, in update_bundles
bundle = BundleInfo(self.system, path, plugin)
File “C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1a38e63c6\System.bundle\Contents\Code\bundleservice.py”, line 18, in init
self.load_plist()
File “C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1a38e63c6\System.bundle\Contents\Code\bundleservice.py”, line 22, in load_plist
plist = Plist.ObjectFromString(Core.storage.load(Core.storage.join_path(self.path, “Contents”, “Info.plist”)))
File “C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1a38e63c6\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\parsekit.py”, line 32, in ObjectFromString
check_size(string, max_size)
File “C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-1a38e63c6\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\parsekit.py”, line 22, in check_size
if len(data) > max_size:
TypeError: object of type ‘NoneType’ has no len()