Advertisement
Guest User

Untitled

a guest
Jul 16th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. jams@mythbunta1:~/client$ ./sendProfile.py -p --submitOnly -a
  2. Processing MythTV Data
  3. Traceback (most recent call last):
  4. File "./sendProfile.py", line 420, in <module>
  5. main()
  6. File "./sendProfile.py", line 403, in main
  7. profile = read_profile(gate, smolt.read_uuid())
  8. File "./sendProfile.py", line 299, in read_profile
  9. profile = smolt.create_profile(gate, uuid)
  10. File "/home/jams/client/smolt.py", line 1276, in create_profile
  11. return create_profile_nocatch(gate, uuid)
  12. File "/home/jams/client/smolt.py", line 1268, in create_profile_nocatch
  13. return _HardwareProfile(gate, uuid)
  14. File "/home/jams/client/smolt.py", line 539, in __init__
  15. self.distro_specific = self.get_distro_specific_data(gate)
  16. File "/home/jams/client/smolt.py", line 548, in get_distro_specific_data
  17. d.gather(gate, debug=True)
  18. File "/home/jams/client/distros/mythtv_data/main.py", line 100, in gather
  19. features = create_mythtv_data(gate)
  20. File "/home/jams/client/distros/mythtv_data/data_mythtv.py", line 486, in create_mythtv_data
  21. return _Mythtv_data(gate)
  22. File "/home/jams/client/distros/mythtv_data/data_mythtv.py", line 21, in __init__
  23. self.get_data(gate)
  24. File "/home/jams/client/distros/mythtv_data/data_mythtv.py", line 431, in get_data
  25. self._data.update(self.ProcessStorage())
  26. File "/home/jams/client/distros/mythtv_data/data_mythtv.py", line 183, in ProcessStorage
  27. data.videototal, data.videofree = processdirs(sgs)
  28. File "/home/jams/client/distros/mythtv_data/data_mythtv.py", line 154, in processdirs
  29. stat = os.statvfs(path)
  30. TypeError: must be string, not StorageGroup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement