Untitled
By: a guest | Jul 30th, 2010 | Syntax:
None | Size: 1.64 KB | Hits: 40 | Expires: Never
2010-07-30 03:40:22.625 Python Database Connection: Using connection settings from /home/doug/.mythtv/config.xml
Traceback (most recent call last):
File "/usr/local/share/mythtv/mythvideo/scripts/jamu.py", line 6420, in <module>
main()
File "/usr/local/share/mythtv/mythvideo/scripts/jamu.py", line 6405, in main
process.processMythTvMetaData()
File "/usr/local/share/mythtv/mythvideo/scripts/jamu.py", line 5573, in processMythTvMetaData
self._downloadScheduledRecordedGraphics()
File "/usr/local/share/mythtv/mythvideo/scripts/jamu.py", line 5220, in _downloadScheduledRecordedGraphics
programs = self._getScheduledRecordedProgramList()
File "/usr/local/share/mythtv/mythvideo/scripts/jamu.py", line 5069, in _getScheduledRecordedProgramList
recordedDetails = dict(RecordedProgram.fromRecorded(recordedRecord))
File "/usr/local/lib/python2.6/dist-packages/MythTV/dataheap.py", line 303, in fromRecorded
return cls((recorded.chanid, recorded.progstart), recorded._db)
File "/usr/local/lib/python2.6/dist-packages/MythTV/database.py", line 230, in __init__
DBData.__init__(self, data, db)
File "/usr/local/lib/python2.6/dist-packages/MythTV/database.py", line 122, in __init__
self._pull()
File "/usr/local/lib/python2.6/dist-packages/MythTV/database.py", line 274, in _pull
DBData._pull(self)
File "/usr/local/lib/python2.6/dist-packages/MythTV/database.py", line 132, in _pull
raise MythError('DBData() could not find unique entry')
File "/usr/local/lib/python2.6/dist-packages/MythTV/exceptions.py", line 30, in __init__
self.message = str(self.args[0])
IndexError: tuple index out of range