2011-08-19, 11:49
Firstly; Thanks for the amazing plugin, works perfectly!
Almost..
I'm trying to set up a portable version of XBMC (-p switch) on a usb drive. I used a fresh install and installed plexbmc while in portable mode. Installed fine, I configured my settings. However when I try to run it I get a little popup saying plugin error and nothing would load.
Log file:
I'm no python expert but I think the above is the relevant part of the log. I checked with a working version (non portable) and there is no etree problem there.
Again, I'm no python expert so if you need the full log just ask.
Hope you can help.
Almost..
I'm trying to set up a portable version of XBMC (-p switch) on a usb drive. I used a fresh install and installed plexbmc while in portable mode. Installed fine, I configured my settings. However when I try to run it I get a little popup saying plugin error and nothing would load.
Log file:
Code:
13:50:33 T:3768 M:1148002304 ERROR: Error Type: exceptions.NameError
13:50:33 T:3768 M:1148002304 ERROR: Error Contents: global name 'etree' is not defined
13:50:33 T:3768 M:1147998208 ERROR: Traceback (most recent call last):
File "U:\XBMC\portable_data\addons\plugin.video.plexbmc\default.py", line 3554, in ?
ROOT(url)
File "U:\XBMC\portable_data\addons\plugin.video.plexbmc\default.py", line 494, in ROOT
tree = etree.fromstring(html)
NameError: global name 'etree' is not defined
I'm no python expert but I think the above is the relevant part of the log. I checked with a working version (non portable) and there is no etree problem there.
Again, I'm no python expert so if you need the full log just ask.
Hope you can help.