Server Version#: 1.29.1.6260
Player Version#: N/A
Added music, tried last.fm and tried Plex for metadata but in both cases all the music goes into a single album under Various Artists.
plexethememusic Log has this error, which appears to also be in lastfm log and other logs:
2022-09-30 23:57:14,304 (7f8de5d49808) : ERROR (networking:196) - Error opening URL 'http://127.0.0.1:32400/:/plugins/com.plexapp.system/resourceHashes'
2022-09-30 23:57:14,307 (7f8de5d49808) : CRITICAL (runtime:1299) - Exception getting hosted resource hashes (most recent call last):
File "/usr/lib/plexmediaserver/Resources/Plug-ins-420892357/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 "/usr/lib/plexmediaserver/Resources/Plug-ins-420892357/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 242, in content
return self.__str__()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-420892357/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 220, in __str__
self.load()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-420892357/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 158, in load
f = self._opener.open(req, timeout=self._timeout)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/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
It does appear that Plex is listening on that port:
~$ sudo lsof -i -P -n | grep 32400
Plex\x20M 752 plex 10u IPv6 28039 0t0 TCP *:32400 (LISTEN)
Plex\x20M 752 plex 88u IPv6 325965 0t0 TCP 192.168.12.246:32400->192.168.12.240:63886 (ESTABLISHED)
Here is the end of the system log:
2022-10-04 17:25:50,246 (7f6c8eab8b38) : ERROR (networking:196) - Error opening URL 'http://127.0.0.1:32400/:/plugins/com.plexapp.agents.localmedia/messaging/function/X0FnZW50S2l0OlVwZGF0ZU1ldGFkYXRh/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMTAKczIKeHhzNApsYW5nYjFzNQpmb3JjZWIwczgKcGVyaW9kaWNzNQoxMDczNHM0CmRiaWRpMApzNwp2ZXJzaW9ubnMxMApwYXJlbnRHVUlEbnM4CnBhcmVudElEczYKQXJ0aXN0czEwCm1lZGlhX3R5cGVzMzgKcGxleDovL2FydGlzdC81ZWRjNjgwYmM1ZTY0ZmNjMTAxMTViMWZzNApndWlkczQKbnVsbHMyCmlkcjAK'
2022-10-04 17:25:50,254 (7f6c8eadbb38) : INFO (agentservice:586) - Metadata preparation for plex://artist/5edc680bc5e64fcc10115b1f complete
2022-10-04 17:25:50,255 (7f6c8e55bb38) : INFO (agentservice:767) - Bundle with guid plex://artist/5edc680bc5e64fcc10115b1f has been updated - notifying the media server
2022-10-04 17:25:50,255 (7f6c8eadbb38) : DEBUG (runtime:1117) - Created a thread named 'notify_thread'
2022-10-04 17:25:50,256 (7f6c8eadbb38) : DEBUG (agentservice:625) - Removing plex://artist/5edc680bc5e64fcc10115b1f from the update list
2022-10-04 17:25:50,257 (7f6c8e55bb38) : DEBUG (networking:143) - Requesting 'http://127.0.0.1:32400/:/metadata/notify?guid=plex%3A%2F%2Fartist%2F5edc680bc5e64fcc10115b1f&path=Artists%2F2%2Fe5850a1cc45a45c4a7bee1e5cc6ed2355cbe35d.bundle&force=1&queueSize=0&id=10734&success=1&async=1'
2022-10-04 17:25:50,257 (7f6c8eadbb38) : DEBUG (agentservice:638) - Releasing GUID mutex for plex://artist/5edc680bc5e64fcc10115b1f
2022-10-04 17:25:50,258 (7f6c8eadbb38) : DEBUG (agentservice:644) - We're done with the mutex for plex://artist/5edc680bc5e64fcc10115b1f
2022-10-04 17:25:50,324 (7f6c8eab8b38) : CRITICAL (runtime:298) - Exception in task thread (most recent call last):
File "/usr/lib/plexmediaserver/Resources/Plug-ins-420892357/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 296, in _start
obj._exec()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-420892357/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 243, in _exec
self._result = self._f(*self._args, **self._kwargs)
File "/usr/lib/plexmediaserver/Resources/Plug-ins-420892357/System.bundle/Contents/Code/agentservice.py", line 1294, in agent_update_metadata
kwargs=kwargs
File "/usr/lib/plexmediaserver/Resources/Plug-ins-420892357/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/messaging.py", line 86, in call_external_function
packed_result = self._core.networking.http_request(url, cacheTime=0, timeout=None, immediate=True).content
File "/usr/lib/plexmediaserver/Resources/Plug-ins-420892357/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 346, in http_request
return HTTPRequest(self._core, url, data, h, url_cache, encoding, errors, timeout, immediate, sleep, opener, follow_redirects, method)
File "/usr/lib/plexmediaserver/Resources/Plug-ins-420892357/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 118, in __init__
self.load()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-420892357/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 158, in load
f = self._opener.open(req, timeout=self._timeout)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib/plexmediaserver/Resources/Python/python27.zip/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/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 500: Internal Server Error
2022-10-04 18:10:09,853 (7f6c8e55bb38) : DEBUG (runtime:717) - Handling request GET /system/:/prefs
2022-10-04 18:10:09,855 (7f6c8e55bb38) : DEBUG (runtime:814) - Found route matching /system/:/prefs
2022-10-04 18:10:09,857 (7f6c8e55bb38) : DEBUG (runtime:88) - Sending packed state data (99 bytes)
2022-10-04 18:10:09,858 (7f6c8e55bb38) : DEBUG (runtime:924) - Response: [200] MediaContainer, 418 bytes
2022-10-04 18:15:07,316 (7f6c8e55bb38) : DEBUG (runtime:717) - Handling request GET /system/:/prefs
2022-10-04 18:15:07,341 (7f6c8e55bb38) : DEBUG (runtime:814) - Found route matching /system/:/prefs
2022-10-04 18:15:07,343 (7f6c8e55bb38) : DEBUG (runtime:88) - Sending packed state data (99 bytes)
2022-10-04 18:15:07,343 (7f6c8e55bb38) : DEBUG (runtime:924) - Response: [200] MediaContainer, 418 bytes