Ticket #10986: mythtv-log.2.txt

File mythtv-log.2.txt, 1.7 KB (added by pmb@…, 13 years ago)

I made a mistake, here is the correct file.

Line 
1Processing MythTV Data
2Traceback (most recent call last):
3 File "/usr/share/mythtv/hardwareprofile/sendProfile.py", line 420, in <module>
4 main()
5 File "/usr/share/mythtv/hardwareprofile/sendProfile.py", line 403, in main
6 profile = read_profile(gate, smolt.read_uuid())
7 File "/usr/share/mythtv/hardwareprofile/sendProfile.py", line 299, in read_profile
8 profile = smolt.create_profile(gate, uuid)
9 File "/usr/share/mythtv/hardwareprofile/smolt.py", line 1251, in create_profile
10 return create_profile_nocatch(gate, uuid)
11 File "/usr/share/mythtv/hardwareprofile/smolt.py", line 1243, in create_profile_nocatch
12 return _HardwareProfile(gate, uuid)
13 File "/usr/share/mythtv/hardwareprofile/smolt.py", line 517, in __init__
14 self.distro_specific = self.get_distro_specific_data(gate)
15 File "/usr/share/mythtv/hardwareprofile/smolt.py", line 530, in get_distro_specific_data
16 d.gather(gate, debug=True)
17 File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/main.py", line 42, in gather
18 features = create_mythtv_data(gate)
19 File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/data_mythtv.py", line 514, in create_mythtv_data
20 return _Mythtv_data(gate)
21 File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/data_mythtv.py", line 41, in __init__
22 self.get_data(gate)
23 File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/data_mythtv.py", line 469, in get_data
24 self._data.update(self.ProcessVideoProfile())
25 File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/data_mythtv.py", line 332, in ProcessVideoProfile
26 d.decoder = profile.pref_decoder
27 File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/orddict.py", line 45, in __getattr__
28 raise AttributeError(str(name))
29AttributeError: pref_decoder