Code: Select all
2020-09-26 01:24:10.086402 E [404/775] CoreContext xmlparsebase.cpp:350 (ParseChildren) - XMLParseBase: Parent is NULL
2020-09-26 01:24:27.727527 E [404/775] CoreContext xmlparsebase.cpp:350 (ParseChildren) - XMLParseBase: Parent is NULL
2020-09-26 01:24:32.544710 I [404/101271] MetadataDownload metadatagrabber.cpp:453 (RunGrabber) - Running Grabber: /opt/local/share/mythtv/metadata/Television/ttvdb.py -l en -a US -D 72336 6 13
2020-09-26 01:24:33.056925 I [404/101271] MetadataDownload metadatagrabber.cpp:453 (RunGrabber) - Running Grabber: /opt/local/share/mythtv/metadata/Television/ttvdb.py -l en -a US -C 72336
2020-09-26 01:24:33.731585 I [404/101271] MetadataDownload metadatagrabber.cpp:453 (RunGrabber) - Running Grabber: /opt/local/share/mythtv/metadata/Movie/tmdb3.py -l en -a US -D 72336
2020-09-26 01:24:34.300168 I [404/101271] MetadataDownload metadatacommon.cpp:1202 (ParseMetadataItem) - Result Found, Season 6 Episode 13
2020-09-26 01:24:34.300562 I [404/101271] MetadataDownload metadatadownload.cpp:176 (run) - Returning Metadata Results: Reno 911! 6 13
Running the "/opt/local/share/mythtv/metadata/Television/ttvdb.py -l en -a US -D 72336 6 13" command directly in Terminal gives me this output:
Code: Select all
Traceback (most recent call last):
File "/opt/local/share/mythtv/metadata/Television/ttvdb.py", line 2578, in <module>
sys.exit(main())
File "/opt/local/share/mythtv/metadata/Television/ttvdb.py", line 2278, in main
userkey=tvdb_account.account_identifier)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/MythTV/ttvdb/tvdb_api.py", line 693, in __init__
self.session.remove_expired_responses()
File "/Users/[username]/Library/Python/2.7/lib/python/site-packages/requests_cache/core.py", line 177, in remove_expired_responses
self.cache.remove_old_entries(datetime.utcnow() - self._cache_expire_after)
File "/Users/[username]/Library/Python/2.7/lib/python/site-packages/requests_cache/backends/base.py", line 110, in remove_old_entries
response, created_at = self.responses[key]
File "/Users/[username]/Library/Python/2.7/lib/python/site-packages/requests_cache/backends/storage/dbdict.py", line 169, in __getitem__
return pickle.loads(bytes(super(DbPickleDict, self).__getitem__(key)))
ImportError: No module named ordered_dict

