Advertisement
Guest User

PlexBMC-Adnroid_Helpererror

a guest
Apr 29th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. 20:14:08 T:1644439880 NOTICE: -->Python Interpreter Initialized<--
  2. 20:14:10 T:1521693472 NOTICE: Previous line repeats 3 times.
  3. 20:14:10 T:1521693472 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  4. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  5. Error Type: <type 'exceptions.AttributeError'>
  6. Error Contents: _ElementInterface instance has no attribute 'iter'
  7. Traceback (most recent call last):
  8. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.plexbmc.helper-3.4.2/default.py", line 47, in <module>
  9. from settings import settings
  10. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.plexbmc.helper-3.4.2/resources/lib/settings.py", line 26, in <module>
  11. settings['client_name'] = getGUI('devicename')
  12. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.plexbmc.helper-3.4.2/resources/lib/settings.py", line 16, in getGUI
  13. for elem in guidoc.iter(tag=name):
  14. AttributeError: _ElementInterface instance has no attribute 'iter'
  15. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement