View Full Version : Now Showing in TivoWebPlus errors out [6.2]
dmurray14
05-22-2005, 01:32 AM
Any ideas what's going on here? If I try to go to "Now Showing" in TivoWebPlus, I get the following:
INTERNAL SERVER ERROR
--cut here--
action_nowshowing '' ''
can't read "cache_ns_rec": no such variable
while executing
"lsearch $cache_ns_rec $fsid"
(procedure "print_nowshowingrow" line 64)
invoked from within
"print_nowshowingrow $chan $rec $nstype $rcount"
("uplevel" body line 4)
invoked from within
"uplevel $body"
invoked from within
"ForeachMfsFileTrans fsid name type $nowshowingdir "" 15 {
set rec [db $db openid $fsid]
if {$nstype == 6} {
print_nowshowingrow $chan $r..."
(procedure "::action_nowshowing" line 61)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"
--cut here--
Why is this happening?
Thanks,
Dan
Gunnyman
05-22-2005, 09:53 AM
I suggest you read this thread (http://www.dealdatabase.com/forum/showthread.php?t=42325) it explains how to get the stuff that worked in 4.0 working in 6.2.
TWP needs a couple of modifications.
cheer
05-22-2005, 12:28 PM
Also, for what it's worth, I get that screen in TWP every now and then on my 4.01b system. Doing a full reload from the restart menu clears it right up.
dmurray14
05-22-2005, 02:09 PM
I suggest you read this thread (http://www.dealdatabase.com/forum/showthread.php?t=42325) it explains how to get the stuff that worked in 4.0 working in 6.2.
TWP needs a couple of modifications.
Thank you, but where is the tivoweb.cfg file (which I assume is what I'm editing?)
Dan
hayreass
05-22-2005, 03:15 PM
Thank you, but where is the tivoweb.cfg file (which I assume is what I'm editing?)
DanIt's in the main tivoweb folder, but it is not what you edit.
index.itcl, and httpd-tt.tcl need editing. one is found in the main tivoweb folder, the other in modules.
dmurray14
05-22-2005, 03:37 PM
Thanks, but WHERE is the main tivoweb folder! That's what I can't find! :)
Dan
hayreass
05-22-2005, 04:05 PM
It's wherever YOU put it.
We can't know where that is.
Yours will be wherever you installed it, and it'll be named whatever you named it.
Mine is /hack/tivowebplus
You can try this command in a telnet sessionfind / -name tivoweb*It should show you a list of every file that begins with tivoweb.
Edit:
After playing with this command, it seems as though it may only work correctly when run from the root directory.
So if you have no luck, cd to / first.
dmurray14
05-22-2005, 07:40 PM
Thanks, but unfortunately that didn't fix it.
Oh well...
Dan
hayreass
05-22-2005, 10:38 PM
What didn't fix it?
dmurray14
05-22-2005, 10:48 PM
The modifications Gunnyman posted
hayreass
05-22-2005, 10:52 PM
That's peculiar, it worked for me.
Though I admit I don't know if I had the same error.
Are you using the correct version of tivoweb?
dmurray14
05-23-2005, 10:21 PM
1.0 final? That's what I have.
Dan
Oggie
05-25-2005, 05:44 PM
I downloaded 1.0 final and found the two file that need mod'd but I do not see the code that needs to be mod'd. Any help
cheer
05-25-2005, 05:53 PM
I downloaded 1.0 final and found the two file that need mod'd but I do not see the code that needs to be mod'd. Any help
Isn't 1.0 depreciated? I've been running the 1.1 build for a while myself.
Oggie
05-25-2005, 06:27 PM
Where did you find 1.1 and why can I not find the code in these files?
Thinkdiff
05-25-2005, 06:42 PM
a little searching goes a long way..
http://www.dealdatabase.com/forum/showthread.php?t=38724&page=1
Oggie
05-25-2005, 06:59 PM
I found the index.itcl but I can not find senkey.itcl reference in httpd-tt.tcl . This is where I get more confused: The installation is packaged in a .tpm file so how do I modify these files before the files get installed. Thanks
hayreass
05-25-2005, 10:57 PM
That's odd, I followed Thinkdiffs link, and didn't find a TPM, and found the lines referring to sendkey real quick. Lines 23, and 26.
If you are installing from a TPM, just edit the files in the TiVo.
Oggie
05-25-2005, 11:53 PM
I must be crazy because I can not find it in here!
Thinkdiff
05-26-2005, 12:16 AM
if it's not there, don't worry about it. No modification needed
hayreass
05-26-2005, 01:54 AM
I must be crazy because I can not find it in here!
That's not the same file from Thinkdiff's link. And like he said, if the lines aren't there, don't worry about them.
cheer
05-26-2005, 01:27 PM
I found the index.itcl but I can not find senkey.itcl reference in httpd-tt.tcl . This is where I get more confused: The installation is packaged in a .tpm file so how do I modify these files before the files get installed. Thanks
Unless something has changed recently, TWP 1.1 isn't distributed in a .tpm. You sure it's not 1.0?
Oggie
05-26-2005, 02:35 PM
I was using 1.0 final. 1.1 adds the sendkey feature which needs to be disbale for 6.2. That is why is was not in the httpd-tcl file. I finally got tivoweb, hackman, disbaled encryption, tytools, ftp, HMO, and telnet all working. Thanks
dmurray14
05-26-2005, 05:32 PM
So it's working with 6.2?
Oggie
05-26-2005, 09:59 PM
It is working Perfectly!
dmurray14
05-31-2005, 11:10 PM
Can you help me out then? I edited the httpd-tt.tcl file, but I can't for the life of me find index.itcl...
Thanks,
Dan
Also, are you sure your nowshowing is working? Seems like that's the only part of mine that's not.
Dan
fixn278
05-31-2005, 11:11 PM
Can you help me out then? I edited the httpd-tt.tcl file, but I can't for the life of me find index.itcl...
Thanks,
Dan
find / * | grep index.itcl
dmurray14
05-31-2005, 11:15 PM
ah ha...modules!
thanks,
Dan
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.