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.

TVRage.com Schedule Script (Latest: 2.0)

Support & discussion of released scripts, and announcements of new releases.
Post Reply
i
iNFERNiS
Voice
Posts: 13
Joined: Tue Aug 21, 2007 11:03 am

Post by iNFERNiS »

How to install DICT on freebsd?
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Same way you install it on all the other platforms, by reading the documentation that comes along with it (there's a wiki about it.) Look back in this thread or look for the other thread which deals with Dict specifically. It's somewhere on this forum, try searching.
i
iNFERNiS
Voice
Posts: 13
Joined: Tue Aug 21, 2007 11:03 am

Post by iNFERNiS »

I did what the readme says, but the commands don't work. Can't find any info for freebsd.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

"It doesn't work" isn't very useful debug info..
R
RioT
Voice
Posts: 2
Joined: Fri Oct 12, 2007 1:05 am

Post by RioT »

I am new to eggdrops and have a feeling this will be something obvious that I am missing, but would appreciate a prod in the right direction. I can get the tvrage.tcl script to load;

Code: Select all

[12:51] Loading TVRage.com Primetime Schedule Script v1.0 RC2
[12:51] tvrage.tcl info: Loaded tvrage.conf successfully.
[12:51] tvrage.tcl info: Loaded themes/default.theme successfully.
[12:51] Successfully loaded TVRage.com Primetime Schedule Script v1.0 RC2
I then ctcp chat to my bot, issue the command ".chanset #MyChannel +tv" and my bot replies with "What? You need '.help'". It appears that my bot doesn't recognise the ".chanset" command.

Running the bot with "-n" doesn't show any error messages in the console.

Any help on what to do next would be appreciated.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

You need to enable the chanset command inside your eggdrop.conf, look for the lines with "unbind set" and "unbind chanset" and comment them out or change them to "bind set" and "bind chanset" then restart.
R
RioT
Voice
Posts: 2
Joined: Fri Oct 12, 2007 1:05 am

Post by RioT »

Many thanks rosc2112. That did the trick.
d
daedric
Voice
Posts: 4
Joined: Sun Apr 09, 2006 7:45 pm

Post by daedric »

Hello everyone

i've been trying to get this script to work... and by now only half of it works :)

I've tried several versions, and currently i'm with the latest from rosc2112.
After solving the common problems with dict, configuring and testing, i constantly get something like

<BotNick> No schedule is cached for Domingo, 21 Out 2007

* Domingo means Sunday btw

i've tried to run the updatecache command, and although i don't get any errors, .tv/!today never seem to get working.

.set errorInfo returns:

set errorInfo
Currently: can't read "state(after)": no such element in array
Currently: while executing
Currently: "after cancel $state(after)"

Any ideas what can i be doing wrong? Any more info i can provide?
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Sorry for the delay in answering, we moved and I only got back online today..

The error you're seeing indicates the script is failing to connect to the website to retrieve the data. Perhaps you need a longer timeout setting?
C
Carlcox89
Voice
Posts: 1
Joined: Wed Aug 15, 2007 9:15 pm

Post by Carlcox89 »

well i have a eggdrop
i've downloaded tclDict-8.5.2, configured and make install
now i have some new files, like pkgIndex.tcl, libdict8.5.2.so, dictStubInit.o, dictStubLib.o, do_configure.sh, libdictstub8.5.2.a and tclDictObj.o
now i want to know what i have to do....
d
daedric
Voice
Posts: 4
Joined: Sun Apr 09, 2006 7:45 pm

Post by daedric »

@rosc2112

No problem whatsoever! :)
Thank you for your reply, will try and see if the problem really is the timeouts.

I'll post back shortly.

*UPDATE*

To no avail... same error... increased timeout to 240.
Will try and debug...
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

I'm guessing from the info you posted before you are using the script to get data for a different country than USA? Let me know what you have in your config for default country (I'll see if I can reproduce the problem.) Also, try setting it to US for the default country and see if that works, just so we can narrow down the bug.
d
daedric
Voice
Posts: 4
Joined: Sun Apr 09, 2006 7:45 pm

Post by daedric »

@rosc2112 :

The files are exactly has you posted them in your zip.
Didn't change 1 bit... apart from the timout value.

The problem still mantains...
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

If you haven't changed the config and you're using the latest version I posted, I'm completely stumped why it's not retrieving data for you. I just checked my version running on my bot and it works.

Just to make sure, you are using rosc ver 003?

http://members.dandy.net/~fbn/tvrage.rosc.003.tar.bz2
d
daedric
Voice
Posts: 4
Joined: Sun Apr 09, 2006 7:45 pm

Post by daedric »

rosc2112 wrote:If you haven't changed the config and you're using the latest version I posted, I'm completely stumped why it's not retrieving data for you. I just checked my version running on my bot and it works.

Just to make sure, you are using rosc ver 003?

http://members.dandy.net/~fbn/tvrage.rosc.003.tar.bz2
If you want my opinion Rosc... its the DICT.
I can't even remember how i installed it... :(

Yes... i'm using you file.. unchanged.. last version of egg...
Post Reply