Go Back   FlashFXP Forums > > > >

bounty's scripts BQUOTA, NEWDIR, BTRIAL, OCSCRIPT, VERSION SCRIPT, IMDB.TCL

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 5.00 average. Display Modes
Old 06-19-2004, 03:42 PM   #121
ramm
Junior Member
 
Join Date: Jun 2004
Posts: 1
Default download probs

fixed
ramm is offline   Reply With Quote
Old 08-18-2004, 02:01 PM   #122
sjaakie
Junior Member
 
Join Date: Jan 2004
Posts: 1
Default

Did imdb changed their stuff again?

i'm getting [20:54] Tcl error [imdb_proc]: can't read "location": no such variable

all the time, but it worked a while and since a few weeks not anymore :S

curl.exe is on the place that is pointed to in the tcl
sjaakie is offline   Reply With Quote
Old 08-20-2004, 04:09 AM   #123
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by sjaakie
Did imdb changed their stuff again?

i'm getting [20:54] Tcl error [imdb_proc]: can't read "location": no such variable

all the time, but it worked a while and since a few weeks not anymore :S

curl.exe is on the place that is pointed to in the tcl
are you using latest imdb version ??
bounty is offline   Reply With Quote
Old 08-20-2004, 04:52 AM   #124
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

fast fix for imdb standalone to fix "director: N/A" bug

search for line :
if [regexp {Directed by</b><br>\n<[^>]+>[^<]+} $html name] {

and replace with:
if [regexp {Directed by</b><br>\n <[^>]+>[^<]+} $html name] {

you can apply the same fix in dzsbot imdb part

have fun
bounty
bounty is offline   Reply With Quote
Old 10-19-2004, 06:11 AM   #125
c00ljim
Junior Member
FlashFXP Registered User
 
Join Date: Oct 2004
Posts: 13
Default

Having problems, will not rspond to any channel commands, and when i turn on debug to see whats going on, this is the response i get in channel: [06:42] -c00lbot- IMDB_DEBUG permission_result == 0...
[07:06] <c00lbot> [05:06] IMDB info version 2.3.3 loaded..
also just to let you know, it did work fine for a week after install, now i get nothing at all.
update, i tried to msg the bot the imdb command; /msg c00lbot !imdb taxi

response;

[07:56] <c00lbot> [05:56] Tcl error [imdb_msghandler]: can't read "location": no such variable
c00ljim is offline   Reply With Quote
Old 11-28-2004, 06:36 AM   #126
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default new imdb v2.3.4 standalone

new imdb script v2.3.4 standalone released

have fun
bounty
bounty is offline   Reply With Quote
Old 12-21-2004, 04:24 AM   #127
c00ljim
Junior Member
FlashFXP Registered User
 
Join Date: Oct 2004
Posts: 13
Post latest stand alone, now not working

Bounty, where back to where we were last month. "error can't read location".
c00ljim is offline   Reply With Quote
Old 12-21-2004, 10:31 AM   #128
doomx303
Junior Member
 
Join Date: Dec 2004
Posts: 5
Unhappy Re: latest stand alone, now not working

Quote:
Originally posted by c00ljim
Bounty, where back to where we were last month. "error can't read location".
I get the same error on a linux eggdrop 1.6.15 using imdb2.3.4 standalone. Also my friend running iobanana's version of imdb is broken too.

Quote:
Tcl error [imdb_proc]: can't read "location": no such variable
Quote:
Tcl error [ioB:imdbinfo]: can't read "location": no such variable

why cant imdb just leave there site alone
doomx303 is offline   Reply With Quote
Old 12-21-2004, 11:00 AM   #129
Tantuss
Junior Member
 
Join Date: Dec 2004
Posts: 2
Default

I fixed it with this:

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

to

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

works only with http so not with curl..

I guess that they removed the meta tags..
Tantuss is offline   Reply With Quote
Old 12-21-2004, 11:05 AM   #130
doomx303
Junior Member
 
Join Date: Dec 2004
Posts: 5
Default

Quote:
Originally posted by Tantuss
I fixed it with this:

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

to

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

works only with http so not with curl..

I guess that they removed the meta tags..
That fixed it thankyou very much Tantuss :banana:
doomx303 is offline   Reply With Quote
Old 12-21-2004, 11:18 AM   #131
doomx303
Junior Member
 
Join Date: Dec 2004
Posts: 5
Unhappy spaces breaking script?

I too have the problem with it breaking using spaces in matrix revolutions or reloaded its weird

Quote:
!imdb matrix revolutions
Tcl error [imdb_proc]: can't read "location": no such variable
if i do

Quote:
!imdb matrixrevolutions
The Matrix Revolutions (2003) - http://www.imdb.com/title/tt0242653/
Directed by: Andy Wachowski
Genre: Action / Thriller / Sci-Fi
i tried this and it worked fine..

Quote:
!imdb temple of doom
Indiana Jones and the Temple of Doom (1984) - http://www.imdb.com/title/tt0087469/
Directed by: Steven Spielberg
Genre: Action / Adventure
any ideas?
doomx303 is offline   Reply With Quote
Old 12-21-2004, 11:28 AM   #132
Tantuss
Junior Member
 
Join Date: Dec 2004
Posts: 2
Default

This is because the tcl does not see that it is redirected and the search page is not given but the result page.. gone see if i can fixe it

edit1:
Somebody who knows how to work with that http stuff..
I now know that this is wrong:
if { [regexp {<title>IMDb name and title search</title>} $html] == 1}

You get directly redirected.. the page has no name.. and i guess also no body (?)
Tantuss is offline   Reply With Quote
Old 12-21-2004, 11:52 AM   #133
doomx303
Junior Member
 
Join Date: Dec 2004
Posts: 5
Default

Quote:
Originally posted by Tantuss
This is because the tcl does not see that it is redirected and the search page is not given but the result page.. gone see if i can fixe it
Ahhh thanks for taking the time to look into it
doomx303 is offline   Reply With Quote
Old 12-22-2004, 01:40 PM   #134
Izguer2000
Junior Member
 
Join Date: Dec 2004
Posts: 18
Default

Change
"{<title>IMDb name and title search</title>} "
to
"{<title>IMDb name and title search}"
and change
"regexp {title/tt[0-9]+/} $oldpage(body)"
back to
"regexp {title/tt[0-9]+/} $oldpage(meta)"
Izguer2000 is offline   Reply With Quote
Old 12-22-2004, 01:55 PM   #135
doomx303
Junior Member
 
Join Date: Dec 2004
Posts: 5
Default cooool

Quote:
Originally posted by Izguer2000
Change
"{<title>IMDb name and title search</title>} "
to
"{<title>IMDb name and title search}"
and change
"regexp {title/tt[0-9]+/} $oldpage(body)"
back to
"regexp {title/tt[0-9]+/} $oldpage(meta)"
That works perfectly now thanks to you both for your help. see you back here when they change the website again

:banana: :banana: :banana: :banana: :banana:
doomx303 is offline   Reply With Quote
Reply

Tags
bounty, fun, imdb.tcl, m8s, script

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Download grinding to a halt bruceh General Discussion 6 09-07-2004 08:29 AM


All times are GMT -5. The time now is 07:31 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)