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 Movies Now Playing, Top10 & Coming Soon

Support & discussion of released scripts, and announcements of new releases.
s
shadrach
Halfop
Posts: 74
Joined: Fri Dec 14, 2007 6:29 pm

Post by shadrach »

OV2 wrote:shadrach: I've fixed the broken cookies

If you notice something like that you can simply drop me a mail and I'll look into it.
Thank you. 'Cert' definitely works but are you certain 'Plot' is working? Another curious thing is that the actual 'Plot Outline' prefix, which is 'Plot', doesn't appear on a line in channel. Every other prefix is present. These are the options I'v set in the script:

Code: Select all

set announce(IMDBIRC) "%bold%title%bold - %url\n|%boldDirector:%bold %name|\n|%boldGenre:%bold %genre|\n|%boldPlot Keywords:%bold %keywords|\n|%boldPlot:%bold %plot|\n|%boldLanguage:%bold %language|\n|%boldColor: %color|\n|%boldCast:%bold %castline|\n|%boldTagline:%bold %tagline|\n|%boldRating:%bold %rating (%votes votes) %rbar| |%color3%top250%color|\n|%boldComment:%bold %comment|\n|%boldAwards:%bold %awards|\n|%boldRuntime:%bold %time mins.|\n|%boldCert:%bold %cert|\n|%boldFilming Locations:%bold %locations|\n|%boldCompany:%bold %company|"
Probably something embarrassingly obvious I've overlooked but maybe not.
User avatar
schizosmurf
Voice
Posts: 15
Joined: Fri Oct 12, 2007 10:50 am

Post by schizosmurf »

StoN3d wrote:I am having the SAME EXACT problems with the IMDB and NOW Playing scripts and iI have not touched a thing.
They were working now all i get is Data not found in a pm and it will not post the Plot info.
same here, script hasn't been modified since the day i installed it, and now doesn't work, returning "No movie data found." for top 10 coming soon and now playing.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

I'll look at it.
User avatar
schizosmurf
Voice
Posts: 15
Joined: Fri Oct 12, 2007 10:50 am

Post by schizosmurf »

rosc2112 wrote:I'll look at it.
excellent. your efforts are much appreciated
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Heh, the only change that needed to be made, was to change the url in the script to use www.imdb.com instead of "imdb.com" ... works ok once that's changed. I uploaded a fixed version to my site as well, not gonna bother sending it to the archive.
User avatar
schizosmurf
Voice
Posts: 15
Joined: Fri Oct 12, 2007 10:50 am

Post by schizosmurf »

great easy fix and all is working again. thank you again for your time and effort
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Posted a fix today, as I'm finally getting caught up on fixing the many webscripts I have that of course have broken over time.

Uploaded to the archive and here as well (while it lasts)

http://members.dandy.net/~fbn/nip.tcl.txt


Could a moderator also move the other IMDB Script chatter into the proper thread? This thread is for my IMDB Now Playing Script, not OV2's (or original author's version) of the IMDB Movie lookup script. Thanks
F
Fl00k
Voice
Posts: 2
Joined: Wed Jul 16, 2008 12:42 am

nowplaying.tcl imdb url errors

Post by Fl00k »

nowplaying.tcl

It pulls the info fine but the only urls on imdb that are correct are the "top" url's the rest show page not found.
Great script I use it daily, I hope this can be fixed. :)
Keep up the great work.

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

Post by rosc2112 »

I'll look at it.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Fix uploaded.
d
dimitris
Voice
Posts: 2
Joined: Sat Sep 13, 2008 4:53 pm

Post by dimitris »

Code: Select all

wrong # args: should be "proc name args body"
    while executing
"proc nip_pub {nick uhost hand chan text} {
set command [lindex [split $text] 0]
if {([lsearch -exact $::nipchans $chan] == -1) && ($chan != "privmsg..."
    (file "scripts/nip.0.01b.tcl" line 38)
    invoked from within
"source scripts/nip.0.01b.tcl"
    (file "eggdrop.conf" line 259)
[15:30] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
eggdrop not run, report error on nip.0.01b script (the last one)
any idea pls?

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

Post by rosc2112 »

debug.
d
dimitris
Voice
Posts: 2
Joined: Sat Sep 13, 2008 4:53 pm

Post by dimitris »

working now, thx
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

v01e

Post by rosc2112 »

Minor html update.
Post Reply