Bug #99
closedPython Script Errors
0%
Description
Plugins and scripts gives errors using build 30555, think it was working fine around this point 30547.
Debug Log showing errors
http://pastebin.com/sr6nRGwa
Thanks Team
Updated by paybac about 14 years ago
Something to do wit windowsXML. To Scripts/plugins need to be updated or does xbmc need to revert back?
Updated by dandar3 about 14 years ago
Thanks paybac!
I would highlight the following lines in the xbmc.log - did the location for Window XMLs has changed?
Just wondering if something has changed in r30547 and like Payback said, I need to fix my plugin or this is a bug in XBMC, thanks.
08:36:01 M: 28356608 INFO: -->Python script returned the following error<-- 08:36:01 M: 28356608 ERROR: Error Type: exceptions.TypeError 08:36:01 M: 28356608 ERROR: Error Contents: XML File for Window is missing 08:36:01 M: 28340224 ERROR: Traceback (most recent call last): File "Q:\plugins\programs\XBMC Zone Installer\default.py", line 93, in ? gui = plugin.GUI( "xbmczone_addon_info.xml", os.getcwd(), "default" ) [[TypeError]]: XML File for Window is missing 08:36:01 M: 28340224 INFO: -->End of Python script error report<--
Updated by arnova about 14 years ago
Weird, I recall seeing this regression before. Probably something needs to be additionally merged for this to work...
Updated by arnova about 14 years ago
I think it's caused by https://sourceforge.net/apps/trac/xbmc4xbox/attachment/ticket/91/xbmc4xbox-winxml.diff
Updated by nuka1195 about 14 years ago
could be caused by that, make sure the script passes the default resolution now. it defaults to 720p. it should not error though, but may if the default resolution is PAL and you don't specify it.
Updated by buzz about 14 years ago
looking at that patch the resolution stuff doesn't seem related, as it looks more like its failing to find the window xml spec?
Updated by arnova about 14 years ago
Just tested on my PAL Xbox but I can't reproduce it on my PAL Xbox. I assume it has something to do with running an Xbox in 720p?
Updated by paybac about 14 years ago
I will add that i am running a PAL Xbox in NTSC in 720p. I also just switched it back to PAL and ran the plugins again. Same error.
Updated by buzz about 14 years ago
Ignore my previous comment. i hadn't noticed that the resolution is used in the paths.
Updated by arnova about 14 years ago
Hopefully fixed in r30567. Please report back.
Updated by paybac about 14 years ago
Due to missing skin textures in 30569 it makes this very difficult to navigate a skin. First try it wouldnt add plugins just not sure why. Will keep trying to see if they work but cant report anything at this stage.
Spoke with a script guy at XBMC (Malte) and he said there were some changes in Dharma which meant he had to modify his script. Not sure if that pertains to this problem or not? Maybe the patch was fine just the script guys needed to update?
Updated by paybac about 14 years ago
Plugins and Scripts are working fine now, tested with Rom Collection Browser, Zone Installer and notepad.
Updated by arnova about 14 years ago
Please test again with r30570 since I modified the Python code again...
Updated by arnova about 14 years ago
- Status changed from In Progress to Closed
- Resolution set to fixed