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.
Support & discussion of released scripts, and announcements of new releases.
FuE-
Halfop
Posts: 57 Joined: Sat Nov 27, 2004 3:46 pm
Post
by FuE- » Sat Feb 26, 2005 6:00 pm
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!
Ofloo
Owner
Posts: 953 Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:
Post
by Ofloo » Sun Feb 27, 2005 11:35 am
does that use http package ? and your probably using a windrop ..
XplaiN but think of me as stupid
FuE-
Halfop
Posts: 57 Joined: Sat Nov 27, 2004 3:46 pm
Post
by FuE- » Sun Feb 27, 2005 11:52 am
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....
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Sat Mar 05, 2005 6:14 pm
I've explained the problem
here
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
FuE-
Halfop
Posts: 57 Joined: Sat Nov 27, 2004 3:46 pm
Post
by FuE- » Sat Mar 05, 2005 7:47 pm
aha tnx