PDA

View Full Version : [Fixed] ioBv20 IMDB error


sh0gun
12-30-2004, 02:31 PM
Hi, using latest reg'd versions of io and ioB, suddenly my (precmd)imdb checks from channel have stopped working. i have blowfish running.. and all other cmds from chan are working.. i get this on the partyline:

Tcl error [ioB:decryptcmd]: can't read "location": no such variable

Thanks.. :)

InNeedof
01-04-2005, 03:01 PM
had this problem myself... look for this line in iobanana.tcl

regexp {title/tt[0-9]+/} $oldpage(meta) location

change to

regexp {title/tt[0-9]+/} $oldpage(body) location

worked for me and found on this forum somehwere so the thx are not for me... mind u took me ages to search for it