PDA

View Full Version : csoscout error message


fleagles
09-17-2004, 03:29 AM
Need helo with this one as well. I get the following error message when running csoscout. Does anyone know what I did to get this message.

bash-2.02# cd /var/hack
bash-2.02# tivosh ./csoscout.tcl
CSOScout.tcl by AlphaWolf_HK
Cleaning CSO keys for nonencrypted streams..error reading "file10": illegal oper
ation on a directory
while executing
"read $fh 4"
("foreach" body line 6)
invoked from within
"foreach part $parts {
if { [dbobj $part get CommercialSkipOffset] == "" } { continue }
catch { exec mfs_export -c 4 [dbobj $pa..."
("uplevel" body line 8)
invoked from within
"uplevel $body"
invoked from within
"ForeachMfsFile fsid name type "/Recording/NowShowingByClassic" "" {
itrans start
set obj [db $db openidconstruction $fsid]
puts -n..."
(file "./csoscout.tcl" line 32)
aborting open transaction ...
bash-2.02#

psxboy
09-17-2004, 11:28 AM
Same problem as your previous post... mfs_export must be in your path.

-psxboy

dave-o
12-13-2004, 04:49 AM
I am having this same problem (the only difference is my error indacates file13). Here is the output of CSOScout.tcl:


none):/var$ /tivo-bin/csoscout.tcl
CSOScout.tcl by AlphaWolf_HK
Cleaning CSO keys for nonencrypted streams.1.error reading "file13": illegal operation on a directory
while executing
"read $fh 4"
("foreach" body line 6)
invoked from within
"foreach part $parts {
if { [dbobj $part get CommercialSkipOffset] == "" } { continue }
catch { exec mfs_export -c 4 [dbobj $pa..."
("uplevel" body line 10)
invoked from within
"uplevel $body"
invoked from within
"ForeachMfsFile fsid name type "/Recording/NowShowingByClassic" "" {
puts -nonewline "1"

itrans start
set obj [db $db openidconstruction $..."
(file "/tivo-bin/csoscout.tcl" line 32)


I am sure I have mfs_export in my PATH. See:

(none):/var$ echo $PATH
/sbin:/bin:/tivobin:/busybox:/tvbin:/usr/local/bin:/tivo-bin:/var/mfs_ftp


So, please help me understand this!

Thank you!
Dave