Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. 20:34:04 T:140489630140160 M:3954163712 NOTICE: -->Python Interpreter Initialized<--
  2. 20:34:05 T:140489630140160 M:3949666304 ERROR: /storage/.xbmc/addons/script.moviequiz/quizlib/gui.py:27: DeprecationWarning: object.__init__() takes no parameters
  3. xbmcgui.WindowXML.__init__(self, xmlFilename, scriptPath)
  4. 20:34:06 T:140489630140160 M:3948568576 NOTICE: MenuGui.onInit
  5. 20:34:06 T:140489630140160 M:3948568576 ERROR: Exception in python script callback execution
  6. 20:34:06 T:140489630140160 M:3948568576 ERROR: Traceback (most recent call last):
  7. 20:34:06 T:140489630140160 M:3948568576 ERROR: File "/storage/.xbmc/addons/script.moviequiz/quizlib/gui.py", line 35, in onInit
  8. 20:34:06 T:140489630140160 M:3948568576 ERROR: database = db.connect()
  9. 20:34:06 T:140489630140160 M:3948568576 ERROR: File "/storage/.xbmc/addons/script.moviequiz/quizlib/db.py", line 217, in connect
  10. 20:34:06 T:140489630140160 M:3948568576 ERROR: settings = _loadSettings()
  11. 20:34:06 T:140489630140160 M:3948568576 ERROR: File "/storage/.xbmc/addons/script.moviequiz/quizlib/db.py", line 238, in _loadSettings
  12. 20:34:06 T:140489630140160 M:3948568576 ERROR: doc = ElementTree.fromstring(xml)
  13. 20:34:06 T:140489630140160 M:3948568576 ERROR: AttributeError
  14. 20:34:06 T:140489630140160 M:3948568576 ERROR: :
  15. 20:34:06 T:140489630140160 M:3948568576 ERROR: class ElementTree has no attribute 'fromstring'
  16. 20:34:07 T:140489630140160 M:3955044352 ERROR: /storage/.xbmc/addons/script.moviequiz/quizlib/gui.py:153: DeprecationWarning: object.__init__() takes no parameters
  17. xbmcgui.WindowXML.__init__(self, xmlFilename, scriptPath)
  18. 20:34:07 T:140489630140160 M:3955044352 ERROR: Exception in python script callback execution
  19. 20:34:07 T:140489630140160 M:3955044352 ERROR: Traceback (most recent call last):
  20. 20:34:07 T:140489630140160 M:3955044352 ERROR: File "/storage/.xbmc/addons/script.moviequiz/quizlib/gui.py", line 102, in onClick
  21. 20:34:07 T:140489630140160 M:3955044352 ERROR: w = QuizGui('script-moviequiz-main.xml', path, addon=self.addon, type=question.TYPE_MOVIE, questionLimit=maxQuestions, maxRating=maxRating)
  22. 20:34:07 T:140489630140160 M:3955044352 ERROR: File "/storage/.xbmc/addons/script.moviequiz/quizlib/gui.py", line 167, in __init__
  23. 20:34:07 T:140489630140160 M:3955044352 ERROR: self.database = db.connect()
  24. 20:34:07 T:140489630140160 M:3955044352 ERROR: File "/storage/.xbmc/addons/script.moviequiz/quizlib/db.py", line 217, in connect
  25. 20:34:07 T:140489630140160 M:3955044352 ERROR: settings = _loadSettings()
  26. 20:34:07 T:140489630140160 M:3955044352 ERROR: File "/storage/.xbmc/addons/script.moviequiz/quizlib/db.py", line 238, in _loadSettings
  27. 20:34:07 T:140489630140160 M:3955044352 ERROR: doc = ElementTree.fromstring(xml)
  28. 20:34:07 T:140489630140160 M:3955044352 ERROR: AttributeError
  29. 20:34:07 T:140489630140160 M:3955044352 ERROR: :
  30. 20:34:07 T:140489630140160 M:3955044352 ERROR: class ElementTree has no attribute 'fromstring'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement