What Does These Errors Mean? (TyTool)
jewser
joshua at b...
Sun, 16 Jun 2002 15:43:42 -0000
If I don't miss my guess it means you have 3.0 on your Tivo Now. That
script was written for 2.5.X... As a result it no longer works there
is a fixed on on the DealDatabase web site. I created the original
script based on the work of some others. I did not create the patch.
My Tivo still has not upgraded to 3.0. So I do not have a way to test
even this new script.
--jdiner
--- In ExtractStream@y..., "tuvok.rm" <tuvok@r...> wrote:
> I'm trying to use TyTool.
>
> I've copied via Binary tserver_mfs and NowShowing.tcl to the same
> directory on my TiVo. I did a chmod 777 on both files.
>
> On the TiVo I did a ./tserver_mfs .
>
> The first error I get is:
>
> bash-2.02# ./tserver_mfs
> Waiting for an incomming connection!
> SERVER: We got a message! buf = 'SHOWING'
> invalid attribute: RecordQuality
> while executing
> "dbobj $setup get RecordQuality"
> ("uplevel" body line 3)
> invoked from within
> "uplevel $body"
> invoked from within
> "transaction {uplevel $body}"
> (procedure "RetryTransaction" line 5)
> invoked from within
> "RetryTransaction {
> set setup [db $db open /Setup]
> set defrecquality [dbobj $setup get RecordQuality]
> set setuptz [dbobj $setup get T..."
> (procedure "init_db" line 25)
> invoked from within
> "init_db"
> (file "./NowShowing.tcl" line 319)
>
> Then I run TyTool and try to do a "Refresh" and i get:
>
> Connected...
> Getting NowShowing data...
> Sorry.. Could not obtain the list
>
>
> Any idea how to get past these errors?