Processing MythTV Data
Traceback (most recent call last):
  File "/usr/share/mythtv/hardwareprofile/sendProfile.py", line 420, in <module>
    main()
  File "/usr/share/mythtv/hardwareprofile/sendProfile.py", line 403, in main
    profile = read_profile(gate, smolt.read_uuid())
  File "/usr/share/mythtv/hardwareprofile/sendProfile.py", line 299, in read_profile
    profile = smolt.create_profile(gate, uuid)
  File "/usr/share/mythtv/hardwareprofile/smolt.py", line 1251, in create_profile
    return create_profile_nocatch(gate, uuid)
  File "/usr/share/mythtv/hardwareprofile/smolt.py", line 1243, in create_profile_nocatch
    return _HardwareProfile(gate, uuid)
  File "/usr/share/mythtv/hardwareprofile/smolt.py", line 517, in __init__
    self.distro_specific = self.get_distro_specific_data(gate)
  File "/usr/share/mythtv/hardwareprofile/smolt.py", line 530, in get_distro_specific_data
    d.gather(gate, debug=True)
  File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/main.py", line 42, in gather
    features = create_mythtv_data(gate)
  File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/data_mythtv.py", line 514, in create_mythtv_data
    return _Mythtv_data(gate)
  File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/data_mythtv.py", line 41, in __init__
    self.get_data(gate)
  File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/data_mythtv.py", line 469, in get_data
    self._data.update(self.ProcessVideoProfile())
  File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/data_mythtv.py", line 332, in ProcessVideoProfile
    d.decoder   = profile.pref_decoder
  File "/usr/share/mythtv/hardwareprofile/distros/mythtv_data/orddict.py", line 45, in __getattr__
    raise AttributeError(str(name))
AttributeError: pref_decoder
