I’ll post the log from a few moments ago:
2023-02-11 03:09:27,234 (314c) : INFO (core:349) - Starting framework core - Version: 2.6.3, Build: 02189b0 (Mon Jan 30 20:17:43 UTC 2023)
2023-02-11 03:09:27,234 (314c) : DEBUG (core:361) - Using the elevated policy
2023-02-11 03:09:27,234 (314c) : DEBUG (core:450) - Starting runtime component.
2023-02-11 03:09:27,237 (314c) : DEBUG (core:450) - Starting caching component.
2023-02-11 03:09:27,237 (314c) : DEBUG (core:450) - Starting data component.
2023-02-11 03:09:27,237 (314c) : DEBUG (core:450) - Starting networking component.
2023-02-11 03:09:27,239 (314c) : DEBUG (networking:261) - Loaded HTTP cookies
2023-02-11 03:09:27,240 (314c) : DEBUG (networking:428) - Setting the default network timeout to 20.0
2023-02-11 03:09:27,240 (314c) : DEBUG (core:450) - Starting localization component.
2023-02-11 03:09:27,240 (314c) : INFO (localization:409) - Setting the default locale to en-us
2023-02-11 03:09:27,240 (314c) : DEBUG (core:450) - Starting messaging component.
2023-02-11 03:09:27,240 (314c) : DEBUG (core:450) - Starting debugging component.
2023-02-11 03:09:27,240 (314c) : DEBUG (core:450) - Starting services component.
2023-02-11 03:09:27,240 (314c) : DEBUG (core:450) - Starting myplex component.
2023-02-11 03:09:27,240 (6a4) : DEBUG (networking:143) - Requesting ‘http://127.0.0.1:32400/system/messaging/clear_events/com.plexapp.agents.fanarttv’
2023-02-11 03:09:27,240 (314c) : DEBUG (core:450) - Starting notifications component.
2023-02-11 03:09:27,302 (314c) : DEBUG (accessor:68) - Creating a new model access point for provider com.plexapp.agents.fanarttv in namespace ‘metadata’
2023-02-11 03:09:27,305 (314c) : DEBUG (networking:143) - Requesting ‘http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes’
2023-02-11 03:09:27,403 (314c) : ERROR (networking:196) - Error opening URL ‘http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes’
2023-02-11 03:09:27,404 (314c) : CRITICAL (core:574) - Exception getting hosted resource hashes (most recent call last):
File “C:\Program Files\Plex\Plex Media Server\Resources\Plug-ins-02189b09f\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py”, line 1293, in get_resource_hashes
json = self._core.networking.http_request(“http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes”, timeout=10).content
File “C:\Program Files\Plex\Plex Media Server\Resources\Plug-ins-02189b09f\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\networking.py”, line 242, in content
return self.str()
File “C:\Program Files\Plex\Plex Media Server\Resources\Plug-ins-02189b09f\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\networking.py”, line 220, in str
self.load()
File “C:\Program Files\Plex\Plex Media Server\Resources\Plug-ins-02189b09f\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\networking.py”, line 158, in load
f = self._opener.open(req, timeout=self._timeout)
File “C:\Program Files\Plex\Plex Media Server\python27.zip\urllib2.py”, line 435, in open
response = meth(req, response)
File “C:\Program Files\Plex\Plex Media Server\python27.zip\urllib2.py”, line 548, in http_response
‘http’, request, response, code, msg, hdrs)
File “C:\Program Files\Plex\Plex Media Server\python27.zip\urllib2.py”, line 473, in error
return self._call_chain(*args)
File “C:\Program Files\Plex\Plex Media Server\python27.zip\urllib2.py”, line 407, in _call_chain
result = func(*args)
File “C:\Program Files\Plex\Plex Media Server\python27.zip\urllib2.py”, line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found