Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jams@mythbunta1:~/client$ ./sendProfile.py -p --submitOnly -a
- Processing MythTV Data
- Traceback (most recent call last):
- File "./sendProfile.py", line 420, in <module>
- main()
- File "./sendProfile.py", line 403, in main
- profile = read_profile(gate, smolt.read_uuid())
- File "./sendProfile.py", line 299, in read_profile
- profile = smolt.create_profile(gate, uuid)
- File "/home/jams/client/smolt.py", line 1276, in create_profile
- return create_profile_nocatch(gate, uuid)
- File "/home/jams/client/smolt.py", line 1268, in create_profile_nocatch
- return _HardwareProfile(gate, uuid)
- File "/home/jams/client/smolt.py", line 539, in __init__
- self.distro_specific = self.get_distro_specific_data(gate)
- File "/home/jams/client/smolt.py", line 548, in get_distro_specific_data
- d.gather(gate, debug=True)
- File "/home/jams/client/distros/mythtv_data/main.py", line 100, in gather
- features = create_mythtv_data(gate)
- File "/home/jams/client/distros/mythtv_data/data_mythtv.py", line 486, in create_mythtv_data
- return _Mythtv_data(gate)
- File "/home/jams/client/distros/mythtv_data/data_mythtv.py", line 21, in __init__
- self.get_data(gate)
- File "/home/jams/client/distros/mythtv_data/data_mythtv.py", line 431, in get_data
- self._data.update(self.ProcessStorage())
- File "/home/jams/client/distros/mythtv_data/data_mythtv.py", line 183, in ProcessStorage
- data.videototal, data.videofree = processdirs(sgs)
- File "/home/jams/client/distros/mythtv_data/data_mythtv.py", line 154, in processdirs
- stat = os.statvfs(path)
- TypeError: must be string, not StorageGroup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement