Kodi Community Forum

Full Version: scripts not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im running XBMC 10.1 on WIndows XP SP3 with ATI 9600XT video card. The Youtube script and Canada on Demand script fail to load when I select them. Here is part of my log file.

16:53:17 T:3412 M:784445440 NOTICE: Starting XBMC, Platform: Windows XP Professional Service Pack 3 build 2600. Built on Mar 8 2011 (Git:e9e9099, compiler 1500)
16:53:17 T:3412 M:784445440 NOTICE: AMD Athlon™ XP 2500+
16:53:17 T:3412 M:784445440 NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
16:53:17 T:3412 M:784441344 NOTICE: Running with administrator rights
16:53:17 T:3412 M:784441344 NOTICE: special://xbmc/ is mapped to: C:\Program Files\XBMC
16:53:17 T:3412 M:784441344 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files\XBMC
16:53:17 T:3412 M:784441344 NOTICE: special://masterprofile/ is mapped to: C:\Documents and Settings\ox\Application Data\XBMC\userdata
16:53:17 T:3412 M:784441344 NOTICE: special://home/ is mapped to: C:\Documents and Settings\ox\Application Data\XBMC
16:53:17 T:3412 M:784441344 NOTICE: special://temp/ is mapped to: C:\Documents and Settings\ox\Application Data\XBMC\cache
16:53:17 T:3412 M:784441344 NOTICE: The executable running is: C:\Program Files\XBMC\XBMC.exe
16:53:17 T:3412 M:784441344 NOTICE: Log File is located: C:\Documents and Settings\ox\Application Data\XBMC\xbmc.log
16:53:17 T:3412 M:784441344 NOTICE: -----------------------------------------------------------------------
16:53:17 T:3412 M:784416768 NOTICE: Setup SDL
16:53:17 T:3412 M:784142336 NOTICE: Found screen: Plug and Play Monitor on ASUS A9600 Series , adapter 0.
16:53:17 T:3412 M:784138240 NOTICE: Primary mode: 1920x1080 @ 60.00 - Full Screen
16:53:17 T:3412 M:784134144 NOTICE: Additional mode: 320x200 @ 60.00 - Full Screen
........
16:53:17 T:3412 M:784150528 NOTICE: load settings...
16:53:17 T:3412 M:784084992 NOTICE: special://profile/ is mapped to: special://masterprofile/
16:53:17 T:3412 M:784076800 NOTICE: loading special://masterprofile/guisettings.xml
16:53:17 T:3412 M:783855616 NOTICE: Getting hardware information now...
16:53:17 T:3412 M:783855616 NOTICE: Checking resolution 12
16:53:17 T:3412 M:783843328 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
16:53:17 T:3412 M:783826944 NOTICE: Loaded playercorefactory configuration
16:53:17 T:3412 M:783818752 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
16:53:17 T:3412 M:783818752 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
16:53:17 T:3412 M:783818752 NOTICE: No advancedsettings.xml to load (special://masterprofile/advancedsettings.xml)
16:53:17 T:3412 M:783818752 NOTICE: Default DVD Player: dvdplayer
16:53:17 T:3412 M:783818752 NOTICE: Default Video Player: dvdplayer
16:53:17 T:3412 M:783810560 NOTICE: Default Audio Player: paplayer
16:53:17 T:3412 M:783851520 NOTICE: Loading media sources from special://masterprofile/sources.xml
16:53:20 T:3412 M:774795264 NOTICE: initializing playlistplayer
16:53:20 T:3412 M:774795264 NOTICE: DONE initializing playlistplayer
16:53:21 T:3412 M:766361600 NOTICE: initialize done
16:53:21 T:3412 M:766361600 NOTICE: Running the application...
16:53:21 T:3412 M:766341120 NOTICE: ES: Starting event server
16:53:21 T:3636 M:766271488 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
16:53:21 T:3636 M:766267392 NOTICE: UDP: Listening on port 9777
16:53:28 T:3412 M:747380736 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
16:53:31 T:4040 M:745648128 NOTICE: -->Python Interpreter Initialized<--
16:53:33 T:3412 M:744771584 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
16:53:34 T:4040 M:743329792 ERROR: Error Type: exceptions.ImportError
16:53:34 T:4040 M:743329792 ERROR: Error Contents: No module named scanner
16:53:34 T:4040 M:743092224 ERROR: Traceback (most recent call last):
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\plugin.video.canada.on.demand\default.py", line 11, in ?
from channels import *
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\plugin.video.canada.on.demand\channels\ctv.py", line 1, in ?
from theplatform import *
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\plugin.video.canada.on.demand\channels\theplatform.py", line 4, in ?
import simplejson
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\script.module.simplejson\lib\simplejson\__init__.py", line 108, in ?
from decoder import JSONDecoder
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\script.module.simplejson\lib\simplejson\decoder.py", line 7, in ?
from simplejson.scanner import make_scanner
ImportError: No module named scanner
16:53:34 T:3412 M:743190528 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.canada.on.demand/
16:53:34 T:3412 M:743190528 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.canada.on.demand/) failed
16:53:34 T:3412 M:743174144 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
16:55:09 T:3408 M:746434560 WARNING: Previous line repeats 1 times.
16:55:09 T:3408 M:746434560 NOTICE: -->Python Interpreter Initialized<--
16:55:10 T:3408 M:743874560 ERROR: Error Type: exceptions.ImportError
16:55:10 T:3408 M:743874560 ERROR: Error Contents: No module named scanner
16:55:10 T:3408 M:743641088 ERROR: Traceback (most recent call last):
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\plugin.video.canada.on.demand\default.py", line 11, in ?
from channels import *
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\plugin.video.canada.on.demand\channels\ctv.py", line 1, in ?
from theplatform import *
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\plugin.video.canada.on.demand\channels\theplatform.py", line 4, in ?
import simplejson
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\script.module.simplejson\lib\simplejson\__init__.py", line 108, in ?
from decoder import JSONDecoder
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\script.module.simplejson\lib\simplejson\decoder.py", line 7, in ?
from simplejson.scanner import make_scanner
ImportError: No module named scanner
16:55:10 T:3412 M:743665664 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.canada.on.demand/
16:55:10 T:3412 M:743665664 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.canada.on.demand/) failed
16:55:10 T:3412 M:743649280 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
16:57:16 T:3608 M:587960320 WARNING: Previous line repeats 1 times.
16:57:16 T:3608 M:587960320 NOTICE: -->Python Interpreter Initialized<--
16:57:17 T:3608 M:584388608 ERROR: Error Type: exceptions.ImportError
16:57:17 T:3608 M:584388608 ERROR: Error Contents: No module named scanner
16:57:17 T:3608 M:584155136 ERROR: Traceback (most recent call last):
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\plugin.video.canada.on.demand\default.py", line 11, in ?
from channels import *
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\plugin.video.canada.on.demand\channels\ctv.py", line 1, in ?
from theplatform import *
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\plugin.video.canada.on.demand\channels\theplatform.py", line 4, in ?
import simplejson
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\script.module.simplejson\lib\simplejson\__init__.py", line 108, in ?
from decoder import JSONDecoder
File "C:\Documents and Settings\ox\Application Data\XBMC\addons\script.module.simplejson\lib\simplejson\decoder.py", line 7, in ?
from simplejson.scanner import make_scanner
ImportError: No module named scanner
16:57:17 T:3412 M:584183808 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.canada.on.demand/
16:57:17 T:3412 M:584183808 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.canada.on.demand/) failed
16:57:17 T:3412 M:584155136 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0



.......

Any help is appreciated.

-jeff


Removed the old installation and reinstalled and now it seems ok.