PDA

View Full Version : Tivoweb problem


Dicko
02-10-2006, 06:00 AM
Hi there,

Whenever I select episode information for a film in Tivoweb I get the following error:

action_showing '/1889300/11' ''
can't read "mpaaratingnums": no such variable
while executing
"lsearch $mpaaratingnums $mpaarating"
("uplevel" body line 564)
invoked from within
"uplevel $body"
invoked from within
"transaction {uplevel $body}"
(procedure "RetryTransaction" line 5)
invoked from within
"RetryTransaction {

if { [regexp {([0-9]*)/(.*)} $objectid junk fsid subobjid] } {

set showing [db $db openidconstruction $fsid $subobjid]

} ..."
(procedure "::action_showing" line 93)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"

Also for any Channel 5 program I get:

action_showing '/1892732/11' ''
can't read "showingbitnums": no such variable
while executing
"foreach showingbitnum $showingbitnums {

if { $showingbitnum & $showingbits } {

if { $showingbitstr != "" } {

append showingbitstr..."
("uplevel" body line 618)
invoked from within
"uplevel $body"
invoked from within
"transaction {uplevel $body}"
(procedure "RetryTransaction" line 5)
invoked from within
"RetryTransaction {

if { [regexp {([0-9]*)/(.*)} $objectid junk fsid subobjid] } {

set showing [db $db openidconstruction $fsid $subobjid]

} ..."
(procedure "::action_showing" line 93)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"

It's version 1.9.4 by the way.

What do I need to do to fix this?

Regards,
Richard

Dicko
02-10-2006, 05:34 PM
I know it's bad form to answer one's own questions but the problem was caused by having an out of date version of the ui module...

Regards,
Richard

Tivo_noob
02-10-2006, 07:07 PM
Not bad form at all, glad you found out the problem :)