Advertisement
Guest User

Untitled

a guest
Jul 30th, 2010
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. 2010-07-30 03:40:22.625 Python Database Connection: Using connection settings from /home/doug/.mythtv/config.xml
  2. Traceback (most recent call last):
  3. File "/usr/local/share/mythtv/mythvideo/scripts/jamu.py", line 6420, in <module>
  4. main()
  5. File "/usr/local/share/mythtv/mythvideo/scripts/jamu.py", line 6405, in main
  6. process.processMythTvMetaData()
  7. File "/usr/local/share/mythtv/mythvideo/scripts/jamu.py", line 5573, in processMythTvMetaData
  8. self._downloadScheduledRecordedGraphics()
  9. File "/usr/local/share/mythtv/mythvideo/scripts/jamu.py", line 5220, in _downloadScheduledRecordedGraphics
  10. programs = self._getScheduledRecordedProgramList()
  11. File "/usr/local/share/mythtv/mythvideo/scripts/jamu.py", line 5069, in _getScheduledRecordedProgramList
  12. recordedDetails = dict(RecordedProgram.fromRecorded(recordedRecord))
  13. File "/usr/local/lib/python2.6/dist-packages/MythTV/dataheap.py", line 303, in fromRecorded
  14. return cls((recorded.chanid, recorded.progstart), recorded._db)
  15. File "/usr/local/lib/python2.6/dist-packages/MythTV/database.py", line 230, in __init__
  16. DBData.__init__(self, data, db)
  17. File "/usr/local/lib/python2.6/dist-packages/MythTV/database.py", line 122, in __init__
  18. self._pull()
  19. File "/usr/local/lib/python2.6/dist-packages/MythTV/database.py", line 274, in _pull
  20. DBData._pull(self)
  21. File "/usr/local/lib/python2.6/dist-packages/MythTV/database.py", line 132, in _pull
  22. raise MythError('DBData() could not find unique entry')
  23. File "/usr/local/lib/python2.6/dist-packages/MythTV/exceptions.py", line 30, in __init__
  24. self.message = str(self.args[0])
  25. IndexError: tuple index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement