root@mythtrunk:/
#/root/mythtv-trunk-bindings/mythtv/bindings/python/testbindings.py
running base classes
running orddict PASSED
running dictinvert PASSED
running connections
running msearch PASSED
running base connections
running dbconn PASSED
running beconn PASSED
running xmlconn PASSED
running feconn FAILED
running connection caches
running DBCache
running dbcache_normal PASSED
running dbcache_manual_args PASSED
running dbcache_manual_kw PASSED
running dbcache_upnp SKIPPED
running dbcache_recurse PASSED
running dbcache_storagegroup PASSED
running becache PASSED
running feconn_upnp SKIPPED
running collections
running database objects
running Record
running record_getall PASSED
running record_openone PASSED
running Recorded
running recorded_getall PASSED
running recorded_getone PASSED
running recorded_cast PASSED
running recorded_seek PASSED
running recorded_markup PASSED
running RecordedProgram
running recordedprogram_getall PASSED
running recordedprogram_getone PASSED
running recordedprogram_fromrecorded PASSED
running OldRecorded
running oldrecorded_getall PASSED
running oldrecorded_getone PASSED
running Job
running job_getall PASSED
running job_getone SKIPPED
running Guide
running guide_getall PASSED
running guide_getone PASSED
running guide_record FAILED
running Channel
running chan_getall PASSED
running chan_getone PASSED
running Video
running video_getall PASSED
running video_getone PASSED
running video_create PASSED
running method collections
running MythBE
running mythbe_getrecordings PASSED
running MythDB
running searchRecorded PASSED
running searchOldRecorded PASSED
running searchJobs PASSED
running searchGuide PASSED
running searchRecord PASSED
running MythXML
running mythxml_hosts PASSED
running mythxml_keys PASSED
running mythxml_getkey PASSED
running mythxml_programs PASSED
running mythxml_program FAILED
running mythxml_guide PASSED
running mythxml_expiring PASSED
running MythVideo
running mythvideo_scan PASSED
running mythvideo_search PASSED
---------------------------------
test_feconn Failed:
Traceback (most recent call last):
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/testbindings.py", line 92, in __call__
res = self.func(*args, **kwargs)
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/testbindings.py", line 205, in test_feconn
fe = FEConnection(FRONTEND[0], FRONTEND[1])
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/MythTV/connections.py", line 451, in __init__
self.connect(test)
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/MythTV/connections.py", line 493, in connect
raise MythFEError(MythError.FE_CONNECTION, self.host, self.port)
MythFEError: Connection to frontend 127.0.0.1:6546 failed
---------------------------------
test_guide_record Failed:
Traceback (most recent call last):
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/testbindings.py", line 92, in __call__
res = self.func(*args, **kwargs)
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/testbindings.py", line 71, in __call__
self.func(*args, **kwargs)
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/testbindings.py", line 437, in test_guide_record
record = Record.fromGuide(prog)
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/MythTV/dataheap.py", line 88, in fromGuide
return rec.create()
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/MythTV/dataheap.py", line 53, in create
self._pull()
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/MythTV/database.py", line 254, in _pull
DBData._pull(self)
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/MythTV/database.py", line 131, in _pull
raise MythError('DBData() could not read from database')
MythError: DBData() could not read from database
---------------------------------
test_mythxml_program Failed:
Traceback (most recent call last):
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/testbindings.py", line 92, in __call__
res = self.func(*args, **kwargs)
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/testbindings.py", line 71, in __call__
self.func(*args, **kwargs)
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/testbindings.py", line 589, in test_mythxml_program
xml.getProgramDetails(prog.chanid, prog.starttime)
File "/root/mythtv-trunk-bindings/mythtv/bindings/python/MythTV/methodheap.py", line 836, in getProgramDetails
prog = tree.find('ProgramDetails').find('Program')
AttributeError: 'NoneType' object has no attribute 'find'