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.

Search found 15 matches

by loc
Thu Nov 16, 2006 3:49 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

Well still couldn't compile, but i used the precompiled version from rosc2112, thanks! The partyline still isnt perfect, but it works. Any idea why im getting these errors? [19:50] Loading TVRage.com Primetime Schedule Script v1.0 RC2 [19:50] tvrage.tcl info: Loaded tvrage.conf successfully. [19:50]...
by loc
Wed Nov 15, 2006 5:16 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

I'm unclear on what from config.log you want to see, its quite a big file :) So if you could post the precompiled binary that would be great. My info btw. ## --------- ## ## Platform. ## ## --------- ## hostname = uname -m = i686 uname -r = 2.6.15-1-686-smp uname -s = Linux uname -v = #1 SMP Tue Feb...
by loc
Wed Nov 15, 2006 3:33 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

./configure --with-tcl=/usr/lib/tcl8.4/ checking for correct TEA configuration... ok (TEA 3.4) checking for Tcl configuration... found /usr/lib/tcl8.4/tclConfig.sh checking for existence of /usr/lib/tcl8.4/tclConfig.sh... loading configure: --prefix defaulting to TCL_PREFIX /usr configure: --exec-p...
by loc
Tue Nov 14, 2006 5:05 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

That's 8.5.1.
by loc
Tue Nov 14, 2006 3:03 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

Argh, i used the precompiled version for this. I cant seem to compile the source, as its giving error (im prolly using the wrong --prefix= parameter). Any ideas?

Thanks
by loc
Mon Nov 13, 2006 5:27 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

Errors :)

Hey, I'm not complaining about dict... thats installed now :) I do get another error that i hope you can help with GaveUp! See output below: [21:31] Loading TVRage.com Primetime Schedule Script v1.0 RC2 [21:31] tvrage.tcl info: Loaded tvrage.conf successfully. [21:31] tvrage.tcl info: Loaded themes/...
by loc
Wed May 17, 2006 4:00 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

qw3rty wrote:loc have you set the +tv? .chanset #yourchan +tv
That was it... Might be a good idea to add that to the info part of the script for tcl newbies like me :) Thanks thu, works great!
by loc
Tue May 16, 2006 4:37 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

http is part of tcl (see here ). Also, if it couldn't find it it should error saying such. Just to be sure, what version of eggdrop and tcl are you using? I've tried it on 2 different shells now, 2 different eggdrop installations, still no go... Eggdrop v1.6.17 OS: Linux 2.6.15-1-686-smp Tcl librar...
by loc
Tue May 16, 2006 3:24 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

GaveUp wrote:Short of adding a number of putlog statments all over the place to see just what it does or doesn't do I'm clueless.
Have you enabled enough error output to the script? Or could it be i missing the http package? Where do i install it?
by loc
Tue May 16, 2006 9:23 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

set token [http::geturl [join [list "http://www.tvrage.com/quickinfo.php?show=" [ncgi::encode [string trimleft $text]]] ""]] #set token [http::geturl [join [list "http://www.tvrage.com/quickinfo.php?show=" [parse:tvrage.com.encodeURL [string trimleft $text]]] "&qu...
by loc
Mon May 15, 2006 12:05 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

The script is still working fine. If it's not working for you make sure you can load this page as that is what is parsed. Well i've tried version 0.2 and 0.5 and neither works. I went to that page you said, and lynx on my shell parses it fine. If i do !today in the channel absolutely nothing happen...
by loc
Sun May 14, 2006 8:02 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 505428

Does this script still work?

Hi, i've installed this script today, but it doesn't appear to work? Any command i give !today !tomorrow, whatever, gives no channel output OR errors/messages on the partyline. I've copied the lastest code snippets from the author into my tcl. Any ideas?
by loc
Sun May 07, 2006 3:26 pm
Forum: Script Support & Releases
Topic: TV script status
Replies: 55
Views: 65888

Is there a way to select which shows to output when doing !today? I don't need to see ALL the series per day, because most of them are not interesting for me. Plus my bot gets kicked from the IRC network due to Flooding
by loc
Fri May 05, 2006 11:57 am
Forum: Script Support & Releases
Topic: TV script status
Replies: 55
Views: 65888

Ok found 1.4, works fine. Bit spammy but does the job :)
by loc
Fri May 05, 2006 5:41 am
Forum: Script Support & Releases
Topic: TV script status
Replies: 55
Views: 65888

This script won't work with sql turned off now?

Hi, I was going to try this script as my old script stopped working with TV.com changing their website. I do not need/want to use sql for simple !tv requests on irc, but it seems when i comment out the sql configuration options in the .tcl the script doesn't work? Is this correct? Is there no way to...