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-1.1.0.tcl help please

Support & discussion of released scripts, and announcements of new releases.
Post Reply
w
wonka071
Voice
Posts: 13
Joined: Sun Aug 27, 2006 9:33 pm

Post by wonka071 »

could someone help loaded this script
use !imdb willy wonka nothing @ all no error @ bot or channel just nothing ?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

wonka071 wrote:could someone help loaded this script
use !imdb willy wonka nothing @ all no error @ bot or channel just nothing ?
I got this:
-Ballarat- Willy Wonka & the Chocolate Factory (1971) - http://www.imdb.com/title/tt0067992/
-Ballarat- Genre: Family / Musical / Fantasy / Comedy
-Ballarat- Tagline: It's everybody's non-pollutionary, anti-institutionary, pro-confectionery factory of fun!
-Ballarat- Synopsis: A poor boy wins the oppurtunity to tour the most eccentric and wonderful candy factory of all.
-Ballarat- Rating: 7.7/10 (23,994 votes) [********--] top/bottom:N/A
-Ballarat- Awards: Nominated for Oscar. Another 1 nomination
-Ballarat- Runtime: 100 mins.
-Ballarat- Country: USA
-Ballarat- Language: English / French / German
-Ballarat- Sound Mix: Mono (Westrex Recording System)
I use the script dated: 14.05.2006 by OV2.

Have you enabled the script via the partyline?

Code: Select all

.chanset #channel +imdb
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
w
wonka071
Voice
Posts: 13
Joined: Sun Aug 27, 2006 9:33 pm

Post by wonka071 »

I got the script from here
Thought I had a reply here the other day, guess I didn't hit the save key. I posted a copy of the script as I have modified it here:
http://members.dandy.net/~fbn/imdb.2112.tcl.txt
But only get this error
5:35pm <wonka071> .chanset #channel +imdb
5:35pm <Bot> Error trying to set +imdb for #channel, invalid mode.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

You probably should have read the notes in my copy that you are using. I removed the chanset crap.

# Jul 31 206 - Got rid of 'proc channel_check_imdb' and just use lsearch $::imdbchans


# Other Configs:

# Channels to allow public use in:
set imdbchans "#mychan #chan2"
w
wonka071
Voice
Posts: 13
Joined: Sun Aug 27, 2006 9:33 pm

Post by wonka071 »

rosc2112 thx for the reply did not see that
? any other part to edit ? still not working for me
Sorry hard to be a noob @ tcl :D
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

If you editted the imdbchans variable, then it should work. Might be helpful if you showed some logs that show the file actually being loaded and any error msgs.
w
wonka071
Voice
Posts: 13
Joined: Sun Aug 27, 2006 9:33 pm

Post by wonka071 »

8:41pm <ITBot> [19:41] IMDB b+ by OV2 loaded
from bot list after rehash

# Other Configs:

# Channels to allow public use in:
set imdbchans "#my channel"

# http connection timeout (milliseconds)
set imdb_timeout "30000"

# flood-control:
set queue_enabled 1
# max requests:
set queue_size 5
# per ? seconds:
set queue_time 30

# for in-channel .imdb request: (1) == send output to channel (0) send output to PRIVMSG
set pub_or_not 1

8:43pm <~wonka071> !imdb willy wonka
thats in channel nothing happens after that
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Ahh I see the problem, my copy uses:

bind pub -|- .imdb imdb_proc

So your command would be .imdb unless you change the bind.
m
mute
Voice
Posts: 2
Joined: Fri Sep 01, 2006 6:31 pm

Umm

Post by mute »

Yea it definately doesnt output anything, i configured everythign, and when i initate the .imdb command in hte channel, nothing happens whatsoever, when looking at the .bind comand though, it shows that that command was used X many times.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

I have no clue what you did to break it. It works fine for me. Try getting a clean copy and then restart your bot to get rid of the extra binds.
m
mute
Voice
Posts: 2
Joined: Fri Sep 01, 2006 6:31 pm

Post by mute »

right, well same thign is happened, re downloaded it aswell, only loaded it as the only script, still get NOTHING at all outputted.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Dunno what to tell you. It works for me. Learn how to debug and post some kind of relevent error info. Saying "it doesn't work" does not tell me what you did to break it.
w
w00f
Halfop
Posts: 49
Joined: Wed Oct 04, 2006 6:50 pm

Post by w00f »

for the most distracted, the imdb.com layout was modified.
the older layout, if that helps somethin can be found ~ http://former.imdb.com

hope update soon :/
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Hmm..Yep, some of the data isn't coming through. I'll look at it and should be able to fix in a little while..
w
w00f
Halfop
Posts: 49
Joined: Wed Oct 04, 2006 6:50 pm

Post by w00f »

thanks man, for sure i'm not the only one who wants that :X
Post Reply