Advertisement
Guest User

Untitled

a guest
Feb 10th, 2012
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. 23:04:58 T:124043264 ERROR: Error Type: <type 'exceptions.TypeError'>
  2. 23:04:58 T:124043264 ERROR: Error Contents: Parse() argument 1 must be string or read-only buffer, not bool
  3. 23:04:58 T:124043264 ERROR: Traceback (most recent call last):
  4. File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/default.py", line 57, in <module>
  5. modes ( )
  6. File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/default.py", line 32, in modes
  7. home.Main()
  8. File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/resources/lib/_home.py", line 18, in __init__
  9. self.addMainHomeItems()
  10. File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/resources/lib/_home.py", line 23, in addMainHomeItems
  11. tree = ElementTree.XML(xml)
  12. File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/xml/etree/ElementTree.py", line 963, in XML
  13. parser.feed(text)
  14. File "/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/xml/etree/ElementTree.py", line 1245, in feed
  15. self._parser.Parse(data, 0)
  16. TypeError: Parse() argument 1 must be string or read-only buffer, not bool
  17. 23:04:58 T:111849472 ERROR: GetDirectory - Error getting plugin://plugin.video.hulu
  18. 23:04:58 T:111849472 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.hulu) failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement