Is there a way to collect the log files without compromising data security? Sharing log files which includes records of every file on my NAS is not an option and even more so on an open forum.
When reading the agent logs I can see that they all report issue with Python. This is an excerpt from the TheTVDB log.
“2021-09-20 18:26:55,913 (7f3004b8d848) : INFO (core:349) - Starting framework core - Version: 2.6.3, Build: 757abe6 (Tue Sep 14 16:33:37 UTC 2021)
2021-09-20 18:26:55,913 (7f3004b8d848) : DEBUG (core:361) - Using the elevated policy
2021-09-20 18:26:55,914 (7f3004b8d848) : DEBUG (core:450) - Starting runtime component.
2021-09-20 18:26:55,915 (7f3004b8d848) : DEBUG (core:450) - Starting caching component.
2021-09-20 18:26:55,916 (7f3004b8d848) : DEBUG (core:450) - Starting data component.
2021-09-20 18:26:55,916 (7f3004b8d848) : DEBUG (core:450) - Starting networking component.
2021-09-20 18:26:55,917 (7f3004b8d848) : DEBUG (networking:261) - Loaded HTTP cookies
2021-09-20 18:26:55,938 (7f3004b8d848) : DEBUG (networking:428) - Setting the default network timeout to 20.0
2021-09-20 18:26:55,939 (7f3004b8d848) : DEBUG (core:450) - Starting localization component.
2021-09-20 18:26:55,940 (7f3004b8d848) : INFO (localization:409) - Setting the default locale to en-us
2021-09-20 18:26:55,940 (7f3004b8d848) : DEBUG (core:450) - Starting messaging component.
2021-09-20 18:26:55,940 (7f3004b8d848) : DEBUG (core:450) - Starting debugging component.
2021-09-20 18:26:55,941 (7f3004b8d848) : DEBUG (core:450) - Starting services component.
2021-09-20 18:26:55,941 (7f3001adbb38) : DEBUG (networking:143) - Requesting ‘http://127.0.0.1:32400/system/messaging/clear_events/com.plexapp.agents.thetvdb’
2021-09-20 18:26:55,941 (7f3004b8d848) : DEBUG (core:450) - Starting myplex component.
2021-09-20 18:26:55,943 (7f3004b8d848) : DEBUG (core:450) - Starting notifications component.
2021-09-20 18:26:56,078 (7f3004b8d848) : DEBUG (accessor:68) - Creating a new model access point for provider com.plexapp.agents.thetvdb in namespace ‘metadata’
2021-09-20 18:26:56,083 (7f3004b8d848) : DEBUG (networking:143) - Requesting ‘http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes’
2021-09-20 18:27:01,090 (7f3004b8d848) : ERROR (networking:196) - Error opening URL ‘http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes’
2021-09-20 18:27:01,093 (7f3004b8d848) : CRITICAL (runtime:1299) - Exception getting hosted resource hashes (most recent call last):
File “/volume1/@appstore/PlexMediaServer/Resources/Plug-ins-757abe6b4/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 “/volume1/@appstore/PlexMediaServer/Resources/Plug-ins-757abe6b4/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py”, line 242, in content
return self.str()
File “/volume1/@appstore/PlexMediaServer/Resources/Plug-ins-757abe6b4/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py”, line 220, in str
self.load()
File “/volume1/@appstore/PlexMediaServer/Resources/Plug-ins-757abe6b4/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py”, line 158, in load
f = self._opener.open(req, timeout=self._timeout)
File “/volume1/@appstore/PlexMediaServer/Resources/Python/python27.zip/urllib2.py”, line 435, in open
response = meth(req, response)
File “/volume1/@appstore/PlexMediaServer/Resources/Python/python27.zip/urllib2.py”, line 548, in http_response
‘http’, request, response, code, msg, hdrs)
File “/volume1/@appstore/PlexMediaServer/Resources/Python/python27.zip/urllib2.py”, line 473, in error
return self._call_chain(*args)
File “/volume1/@appstore/PlexMediaServer/Resources/Python/python27.zip/urllib2.py”, line 407, in _call_chain
result = func(*args)
File “/volume1/@appstore/PlexMediaServer/Resources/Python/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”