Kodi Community Forum

Full Version: PlexBMC Helper - Android Devices
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've setup PlexBMC on all my devices and love it, I use the PlexBMC helper on my 2 Win 8.1 machines and it works with no issues, but I get a script failed error on my AFTV and CX919 Android stick

http://pastebin.com/rztxzqXL

I'm not sure if the issue resides in default.py with the line

Code:
from settings import settings


or if its the 2 lines in settings.py causing the issue

Code:
settings['client_name'] = getGUI('devicename')

Code:
for elem in guidoc.iter(tag=name):
                                            AttributeError: _ElementInterface instance has no attribute 'iter'


is import settings from settings failing because settings.py is failing with client_name and tag=name?
or is settings.py failing because of the issue with default.py importing settings? I'm assuming its the first.
Either way, I'm fairly new to Kodi and scripting in Kodi.

Can someone point me in the right direction to patch/fix this add-on so I can get the full experience from the PlexBMC + PlexBMC helper bundle?


Thank you.
Hi. Were you able to sort out this problem? I am having the same issue with my Android device, but runs perfectly on Windows.