fagensden / navi-x

Automatically exported from code.google.com/p/navi-x
0 stars 0 forks source link

navi-x xbmc atv2 python error #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
04:02:56 T:804134912 M:129871872   DEBUG: DoWork - took 303 ms to load 
special://skin/backgrounds/programs.jpg
04:03:02 T:101879808 M:133738496   DEBUG: ExecuteXBMCAction : Translating 
ActivateWindow(Programs,Addons,return)
04:03:02 T:101879808 M:133738496   DEBUG: ExecuteXBMCAction : To 
ActivateWindow(Programs,Addons,return)
04:03:02 T:101879808 M:133734400   DEBUG: Activating window ID: 10001
04:03:02 T:101879808 M:133734400   DEBUG: ------ Window Deinit (Home.xml) ------
04:03:02 T:101879808 M:140722176   DEBUG: ------ Window Init (MyPrograms.xml) 
------
04:03:02 T:101879808 M:140722176    INFO: Loading skin file: MyPrograms.xml
04:03:03 T:101879808 M:149397504   DEBUG: CGUIMediaWindow::GetDirectory 
(addons://sources/executable/)
04:03:03 T:101879808 M:149397504   DEBUG:   ParentPath = 
[addons://sources/executable/]
04:03:03 T:102412288 M:149356544   DEBUG: Thread Background Loader start, auto 
delete: 0
04:03:03 T:102412288 M:149340160 WARNING: CreateLoader - Unsupported 
protocol(addons) in addons://more/executable.tbn
04:03:03 T:102412288 M:149340160   DEBUG: Thread Background Loader 102412288 
terminating
04:03:10 T:101879808 M:144588800    INFO: initializing python engine.
04:03:10 T:101879808 M:144580608   DEBUG: PYTHONHOME -> 
/Applications/XBMC.frappliance/Frameworks/
04:03:10 T:101879808 M:144580608   DEBUG: PYTHONPATH -> 
/Applications/XBMC.frappliance/Frameworks/
04:03:10 T:101879808 M:143671296   DEBUG: new python thread created. id=1
04:03:10 T:110440448 M:143663104   DEBUG: Thread XBPyThread start, auto delete: 
0
04:03:10 T:110440448 M:143663104   DEBUG: Python thread: start processing
04:03:11 T:110440448 M:143437824  NOTICE: -->Python Interpreter Initialized<--
04:03:11 T:110440448 M:143437824   DEBUG: Process - The source file to load is 
/var/mobile/Library/Preferences/XBMC/addons/Navi-X/default.py
04:03:11 T:110440448 M:143433728   DEBUG: Process - Setting the Python path to 
/var/mobile/Library/Preferences/XBMC/addons/Navi-X:/Applications/XBMC.frapplianc
e/XBMCData/XBMCHome/addons/script.module.pil/lib:/Applications/XBMC.frappliance/
XBMCData/XBMCHome/addons/script.module.pysqlite/lib:/Applications/XBMC.frapplian
ce/Frameworks:/Applications/XBMC.frappliance/Frameworks/lib/python26.zip:/Applic
ations/XBMC.frappliance/Frameworks/lib/python2.6:/Applications/XBMC.frappliance/
Frameworks/lib/python2.6/plat-darwin:/Applications/XBMC.frappliance/Frameworks/l
ib/python2.6/plat-mac:/Applications/XBMC.frappliance/Frameworks/lib/python2.6/pl
at-mac/lib-scriptpackages:/Applications/XBMC.frappliance/Frameworks/lib/python2.
6/lib-tk:/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-old:/Applic
ations/XBMC.frappliance/Frameworks/lib/python2.6/lib-dynload:/Applications/XBMC.
frappliance/Frameworks/lib/python2.6/site-packages:
04:03:11 T:110440448 M:143433728   DEBUG: Process - Entering source directory 
/var/mobile/Library/Preferences/XBMC/addons/Navi-X
04:03:11 T:110440448 M:143433728   DEBUG: Instantiating addon using 
automatically obtained id of "script.navi-x" dependent on version 1.0 of the 
xbmc.python api
04:03:14 T:110440448 M:143089664   ERROR: 
/var/mobile/Library/Preferences/XBMC/addons/Navi-X/default.py:40: 
DeprecationWarning: os.getcwd() currently lies to you so please use 
addon.getAddonInfo('path') to find the script's root directory and DO NOT make 
relative path accesses based on the results of 'os.getcwd.'
                                              sys.path.append(os.path.join(os.getcwd().replace(";",""),'src'))
04:03:14 T:110440448 M:143089664   ERROR: 
/var/mobile/Library/Preferences/XBMC/addons/Navi-X/default.py:42: 
DeprecationWarning: os.getcwd() currently lies to you so please use 
addon.getAddonInfo('path') to find the script's root directory and DO NOT make 
relative path accesses based on the results of 'os.getcwd.'
                                              RootDir = os.getcwd()
04:03:14 T:110440448 M:143073280   ERROR: 
/var/mobile/Library/Preferences/XBMC/addons/Navi-X/src/navix.py:32: 
DeprecationWarning: os.getcwd() currently lies to you so please use 
addon.getAddonInfo('path') to find the script's root directory and DO NOT make 
relative path accesses based on the results of 'os.getcwd.'
                                              sys.path.append(os.path.join(os.getcwd().replace(";",""),'src'))
04:03:14 T:110440448 M:143069184   ERROR: 
/var/mobile/Library/Preferences/XBMC/addons/Navi-X/src/settings.py:64: 
DeprecationWarning: os.getcwd() currently lies to you so please use 
addon.getAddonInfo('path') to find the script's root directory and DO NOT make 
relative path accesses based on the results of 'os.getcwd.'
                                              RootDir = os.getcwd()
04:03:14 T:110440448 M:142987264   ERROR: 
/var/mobile/Library/Preferences/XBMC/addons/Navi-X/default.py:198: 
DeprecationWarning: os.getcwd() currently lies to you so please use 
addon.getAddonInfo('path') to find the script's root directory and DO NOT make 
relative path accesses based on the results of 'os.getcwd.'
                                              win = navix.MainWindow("skin.xml", os.getcwd())
04:03:14 T:110440448 M:142954496    INFO: Loading skin includes from 
/var/mobile/Library/Preferences/XBMC/addons/Navi-X/resources/skins/Default/720p/
includes.xml
04:03:14 T:110440448 M:142954496    INFO: Error loading includes.xml file 
(/var/mobile/Library/Preferences/XBMC/addons/Navi-X/resources/skins/Default/720p
/includes.xml): Failed to open file (row=0, col=0)
04:03:14 T:101879808 M:142917632   DEBUG: Activating window ID: 13000
04:03:14 T:101879808 M:142917632   DEBUG: ------ Window Deinit (MyPrograms.xml) 
------
04:03:15 T:101879808 M:142913536   DEBUG: ------ Window Init 
(/var/mobile/Library/Preferences/XBMC/addons/Navi-X/resources/skins/Default/720p
/skin.xml) ------
04:03:15 T:101879808 M:142913536    INFO: Loading skin file: 
/var/mobile/Library/Preferences/XBMC/addons/Navi-X/resources/skins/Default/720p/
skin.xml
04:03:15 T:101879808 M:142909440   DEBUG: unable to load 
/var/mobile/Library/Preferences/XBMC/addons/Navi-X/resources/language/english/st
rings.xml: Failed to open file at line 0
04:03:36 T:804134912 M:146034688   DEBUG: Thread Jobworker 804134912 
terminating (autodelete)

Original issue reported on code.google.com by HoTxK...@gmail.com on 30 Aug 2011 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by rodejo16@gmail.com on 18 Sep 2011 at 3:31

GoogleCodeExporter commented 9 years ago
The python interpreter is known to fail for scripts and plugins on XBMC. This 
issue is well known by both Team Navi-X and Team XBMC. Team XBMC has been 
unable to resolve this issue, as well and has documented a resolution of 
restarting XBMC, plain and simple. Thanks.

Bill

Original comment by billdaly111@gmail.com on 29 Oct 2011 at 3:39