Kodi Community Forum
[XBOX] T3CH Upgrader (Python Script) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: [XBOX] T3CH Upgrader (Python Script) (/showthread.php?tid=29329)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33


- BigBellyBilly - 2008-10-08

I've had no issues during my own beta1 -> beta2 nor any other reports of it failing.
Could you retry with xbmc debug enabled and check the xbmc.log for exceptions ?

Build XBMC-SVN_2008-09-08_rev15452-T3CH.rar contains v1.7.2 should you wish to reload that.


- Bram77 - 2008-10-08

If you want the complete log let me know. I´ve extracted the part where the T3CH Upgrader is loaded

Code:
11:03:51 M: 35741696    INFO: T3CH Upgrader Version: 1.7.3 Date: 29-09-2008

11:03:51 M: 35721216    INFO: Loading skin file: DialogOK.xml

11:03:54 M: 35733504    INFO: > __init__()

11:03:54 M: 35733504    INFO: runMode=NORMAL

11:03:54 M: 35733504    INFO: isSilent=False

11:03:54 M: 35733504    INFO: _init_includes_excludes() forceReset=False

11:03:54 M: 35733504    INFO: _load_file_obj() T:\script_data\T3CH Upgrader\includes.txt

11:03:54 M: 35729408    INFO: _load_file_obj() T:\script_data\T3CH Upgrader\excludes.txt

11:03:54 M: 35729408    INFO: _hardcoded_includes()

11:03:54 M: 35729408    INFO: _hardcoded_excludes()

11:03:54 M: 35729408    INFO: _load_file_obj() T:\script_data\T3CH Upgrader\settings.txt

11:03:54 M: 35729408    INFO: _check_settings()

11:03:54 M: 35790848    INFO: > _set_default_settings() forceReset=False

11:03:54 M: 35749888    INFO: Traceback (most recent call last):

11:03:54 M: 35729408    INFO:   File "Q:\scripts\T3CH Upgrader\default.py", line 1900, in ?

11:03:54 M: 35749888    INFO:

11:03:54 M: 35729408    INFO: Main(runMode)

11:03:54 M: 35729408    INFO:   File "Q:\scripts\T3CH Upgrader\default.py", line 112, in __init__

11:03:54 M: 35729408    INFO:

11:03:54 M: 35729408    INFO: self._check_settings()

11:03:54 M: 35729408    INFO:   File "Q:\scripts\T3CH Upgrader\default.py", line 138, in _check_settings

11:03:54 M: 35729408    INFO:

11:03:54 M: 35729408    INFO: while forceSetup or not self._set_default_settings(False):

11:03:54 M: 35729408    INFO:   File "Q:\scripts\T3CH Upgrader\default.py", line 149, in _set_default_settings

11:03:54 M: 35729408    INFO:

11:03:54 M: 35729408    INFO: items = {

11:03:54 M: 35729408    INFO: NameError

11:03:54 M: 35729408    INFO: :

11:03:54 M: 35729408    INFO: global name '__language__' is not defined

11:03:54 M: 35729408    INFO:

11:03:54 M: 35729408   ERROR: Scriptresult: Error

11:03:54 M: 35729408    INFO: Python script stopped

11:03:54 M: 36233216    INFO: Python, unloading python24.dll cause no scripts are running anymore



- BigBellyBilly - 2008-10-08

You have PM.


- Burncycle - 2008-10-08

Does a script running count as non-use to the shutdown timer? If so, could the script override said timer so the xbox doesn't turn off automatically in the middle?


- marstedt - 2008-10-16

I'm getting the same error trying to update an older version of xbmc.

I installed T3CH Upgrader 1.73 from the xbmcscripts script. When I try to run T3CH Upgrader the error message is:

====
XBMC Language Error

Failed to load xbmc.Language builtin.
Update your XBMC to a newer version.
====

Help?


- BigBellyBilly - 2008-10-16

Script is detecting that your not on an XBMC Atlantis build. XBMC system info page will confirm this.

v1.7.3 is intended for once your on an Atlantis build.

Re-install v1.7.2 , upgrade to latest XBMC build, then you will be ok to use v1.7.3 from then onwards.

I've now changed the error prompt to better inform user of whats happening.

BBB


- Temhil - 2008-10-17

Just few words to say thank you for your script which is so useful!
Big GrinBig GrinBig GrinBig Grin


- marstedt - 2008-10-17

Where would be a good place to get 1.7.2?


- Bram77 - 2008-10-17

Where you can get it is mentioned a few posts back.
I´ve made it a bit easier to download..... Get it from http://xbmc-favorites.googlecode.com/files/T3CH%20Upgrader%20v1.7.2.rar


- marstedt - 2008-10-17

Bram77 Wrote:Where you can get it is mentioned a few posts back.

I looked back to page 38, but I don't see any link references.

Bram77 Wrote:I´ve made it a bit easier to download..... Get it from http://xbmc-favorites.googlecode.com/files/T3CH%20Upgrader%20v1.7.2.rar

Much better, thanks!


- BigBellyBilly - 2008-10-17

the back reference was to the T3CH build that contained v1.7.2, post #406

Build XBMC-SVN_2008-09-08_rev15452-T3CH.rar

but, thanks to Bram77 for the additional hosting


- marstedt - 2008-10-17

Thanks guys! Everything's ticking along nicely now.


- Burncycle - 2008-10-21

Burncycle Wrote:Does a script running count as non-use to the shutdown timer? If so, could the script override said timer so the xbox doesn't turn off automatically in the middle?

Any thoughts on this Huh I'd love to be able to hit the switch and walk away without having to babysit the xbox. I don't want it shutting down as it's trying to write the config file. Eek


- BigBellyBilly - 2008-10-21

why not just try it (you dont have to use the upgrader script) then report your findings in an appropriate thread ?


- cromity123 - 2008-11-13

BBB,
Script won't upgrade me to 8.10 Final T3ch build - is it cos of T3ch website layout changes? (he's dropped the old 2.0.1 stable builds)
I keep getting the error "No T3ch build could be found!" then click OK and it closes, so I can't get to the menu to "Change to a different t3ch" etc.
anything i can easily edit in the script to get it to go straight to the upgrader menu?