Traceback (most recent call last): File "/usr/share/mythtv/hardwareprofile/sendProfile.py", line 420, in 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 1249, in create_profile return create_profile_nocatch(gate, uuid) File "/usr/share/mythtv/hardwareprofile/smolt.py", line 1241, in create_profile_nocatch return _HardwareProfile(gate, uuid) File "/usr/share/mythtv/hardwareprofile/smolt.py", line 513, in __init__ self.host = Host(gate, uuid) File "/usr/share/mythtv/hardwareprofile/smolt.py", line 220, in __init__ self.systemMemory = gate.process('ram_size', memory['ram'], 0) TypeError: 'NoneType' object has no attribute '__getitem__'