This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

iMDB

Support & discussion of released scripts, and announcements of new releases.
Post Reply
F
FuE-
Halfop
Posts: 57
Joined: Sat Nov 27, 2004 3:46 pm

iMDB

Post by FuE- »

hi i have tried Chilla's IMDb info script latest script from 2004.
And when i do ex. !imdb -c -o One Tree Hill

i get this in party line

Code: Select all

(22:58:41) (F) -=[ chilla's IMDB info version 20040110 loaded ]=- lastupdate 10-01-04
(22:58:41) (F) Userfile loaded, unpacking...
**** THIS IS WHEN I HAVE DONE IMDB SEARCH ***
(22:58:44) (F) * Last context: tclhash.c/684 [Tcl proc: imdb_handler, param: $_pub1 $_pub2 $_pub3 $_pub4 $_pub5]
(22:58:44) (F) * Please REPORT this BUG!
(22:58:44) (F) * Check doc/BUG-REPORT on how to do so.
(22:58:44) (F) * Wrote DEBUG
(22:58:44) (F) * SEGMENT VIOLATION -- CRASHING!
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

does that use http package ? and your probably using a windrop ..
XplaiN but think of me as stupid
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

# set IMDB_ALTERNATIVE 0 = use the internal tcl http 2.3 package
# set IMDB_ALTERNATIVE 1 = use the external curl 6.0+
set IMDB_ALTERNATIVE 0

use curl and set that to 1

http://curl.haxx.se/download.html
http://forum.egghelp.org/viewtopic.php?t=8988
XplaiN but think of me as stupid
F
FuE-
Halfop
Posts: 57
Joined: Sat Nov 27, 2004 3:46 pm

Post by FuE- »

hm, i read it and i have downloaded B0unTy's "working" script
but i get
[18:01] Tcl error [imdb_proc]: can't read "location": no such variable
when i using !imdb <movie>

And in imdb.tcl

Code: Select all

# set IMDB_ALTERNATIVE 0 = use the internal tcl http 2.3 package
# set IMDB_ALTERNATIVE 1 = use the external curl 6.0+
set IMDB_ALTERNATIVE 1

# set here the location path where find curl 6.0+
set binary(CURL) "C:/Jul/bot/scripts/imdb/"
And then regxp fix...

Code: Select all

proc imdb_proc { nick uhost handle chan arg } {
   global IMDB_DEBUG pub_or_not announce random binary IMDB_ALTERNATIVE
   set arg [string map {\\ \\\\ \" \\\" \' \\\' \{ \\\{ \} \\\} \[ \\\[ \] \\\] \( \\\( \) \\\)} $arg]
   # channel_check permission
What shall i do? I feel stupid to ask this but i can't find anything in the fourm who can help me right now....
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I've explained the problem here
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
F
FuE-
Halfop
Posts: 57
Joined: Sat Nov 27, 2004 3:46 pm

Post by FuE- »

aha tnx :)
Post Reply