I've done clean installs using the last 2 builds and can't get it to run on my SA S2 with 9.1. Here's the console output where things go awry:
Code:
wishlists actions: showwishlists
can't read "mods(phone)": no such element in array
while executing
"set vars $mods($mod)"
("foreach" body line 3)
invoked from within
"foreach f $modules {
set mod [file rootname [file tail $f]]
set vars $mods($mod)
#~ append outs "$mod {$vars}n"
foreach {size acts ..."
invoked from within
"if {$changed || !$exists} {
set mod_cache "."
foreach f $modules {
set mod [file rootname [file tail $f]]
set vars $mods($mod)
#~ appe..."
(file "./load.tcl" line 537)
invoked from within
"source $source_dir/load.tcl"
(procedure "load" line 4)
invoked from within
"load 0 $r"
(file "./httpd-tt.tcl" line 27)
Error: The last session did not complete successfully
Exiting to prevent possible reboot loop
Please check the logs and rerun tivoweb when the problem is fixed
I just rebooted the tivo (TWP starts up from rc.sysinit.author). Here's the log (where things go awry):
Code:
wishlists actions: showwishlists
can't read "mods(phone)": no such element in array
while executing
"set vars $mods($mod)"
("foreach" body line 3)
invoked from within
"foreach f $modules {
set mod [file rootname [file tail $f]]
set vars $mods($mod)
#~ append outs "$mod {$vars}n"
foreach {size acts ..."
invoked from within
"if {$changed || !$exists} {
set mod_cache "."
foreach f $modules {
set mod [file rootname [file tail $f]]
set vars $mods($mod)
#~ appe..."
(file "/var/hack/TivoWebPlus/load.tcl" line 537)
invoked from within
"source $source_dir/load.tcl"
(procedure "load" line 4)
invoked from within
"load 0 $r"
(file "/var/hack/TivoWebPlus/httpd-tt.tcl" line 27)
Using data dir /var/hack/TivoWebPlus/
/var/hack/TivoWebPlus/tivoweb: touch: command not found
Starting TWP pid=516
This is the output of ps | grep http:
Code:
303 0 1264 S httpd
304 0 1268 S httpd
305 0 1268 S httpd
306 0 1268 S httpd
307 0 1268 S httpd
309 0 1268 S httpd
310 0 1268 S httpd
311 0 1268 S httpd
312 0 1268 S httpd
602 0 6336 D /tvbin/tivosh /var/hack/TivoWebPlus/httpd-tt.tcl rest
604 0 6336 S /tvbin/tivosh /var/hack/TivoWebPlus/httpd-tt.tcl rest
605 0 6336 S /tvbin/tivosh /var/hack/TivoWebPlus/httpd-tt.tcl rest
607 0 516 S grep http