flyingpie

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by flyingpie

  1. HI, Running current version of unraid, and the default version of LINUXSERVER.IO - PLEX MEDIA SERVER. Started getting the following errors in log. I have highlighted what I suspect is the problem. I have no docker paths exposing /usr/.... Thoughts ? 2022-01-30 14:57:52,710 (15090b9b7b38) : CRITICAL (storage:60) - Exception reading file /usr/lib/plexmediaserver/Resources/Plug-ins-f11334058/WebClient.bundle/Contents/Info.plist (most recent call last): File "/usr/lib/plexmediaserver/Resources/Plug-ins-f11334058/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/storage.py", line 55, in load f = open(filename, mode) IOError: [Errno 2] No such file or directory: '/usr/lib/plexmediaserver/Resources/Plug-ins-f11334058/WebClient.bundle/Contents/Info.plist' 2022-01-30 14:57:52,711 (15090b2f4b38) : DEBUG (runtime:717) - Handling request GET /system/agents 2022-01-30 14:57:52,714 (15090b9b7b38) : CRITICAL (bundleservice:141) - Exception adding bundle: WebClient.bundle (most recent call last): File "/usr/lib/plexmediaserver/Resources/Plug-ins-f11334058/System.bundle/Contents/Code/bundleservice.py", line 131, in update_bundles Log('Found duplicate identifier at %s for bundled plugin (%s), ignoring duplicate plugin.' % (path, bundle.identifier)) File "/usr/lib/plexmediaserver/Resources/Plug-ins-f11334058/System.bundle/Contents/Code/bundleservice.py", line 18, in __init__ self.load_plist() File "/usr/lib/plexmediaserver/Resources/Plug-ins-f11334058/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 "/usr/lib/plexmediaserver/Resources/Plug-ins-f11334058/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/parsekit.py", line 32, in ObjectFromString check_size(string, max_size) File "/usr/lib/plexmediaserver/Resources/Plug-ins-f11334058/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()