[mythtv-users] mythvidexport.py and 0.26

Stephen Robertson stephengrobertson at gmail.com
Tue Aug 28 16:06:08 UTC 2012


Hello All,

Should I expect mythvidexport 0.7.5 from
https://github.com/wagnerrp/mythtv-scripts/blob/master/python/mythvidexport.py
to work with 0.26/master?

On first attempt I'm getting:

stephen at bressay:~$ /home/stephen/mythvidexport.py --seekdata
--chanid=1071 --starttime=20120828070800
Traceback (most recent call last):
  File "/home/stephen/mythvidexport.py", line 431, in <module>
    main()
  File "/home/stephen/mythvidexport.py", line 403, in main
    export = VIDEO(opts)
  File "/home/stephen/mythvidexport.py", line 58, in __init__
    self.rec = Recorded((self.chanid,self.starttime), db=self.db)
  File "/usr/lib/python2.7/dist-packages/MythTV/dataheap.py", line
259, in __init__
    DBDataWrite.__init__(self, data, db)
  File "/usr/lib/python2.7/dist-packages/MythTV/database.py", line
297, in __init__
    DBData.__init__(self, data, db)
  File "/usr/lib/python2.7/dist-packages/MythTV/database.py", line
164, in __init__
    self._pull()
  File "/usr/lib/python2.7/dist-packages/MythTV/database.py", line 359, in _pull
    DBData._pull(self)
  File "/usr/lib/python2.7/dist-packages/MythTV/database.py", line 183, in _pull
    raise MythError('DBData() could not read from database')
MythTV.exceptions.MythError: DBData() could not read from database


More information about the mythtv-users mailing list