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
l
loc
Voice
Posts: 15
Joined: Fri May 05, 2006 5:37 am

Post by loc »

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 21 20:34:39 UTC 2006
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

If it's a configure error it is likely due to the fact there's an unbalanced quote on line 7555. Remove the unneeded quote and it should compile.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

http://members.dandy.net/~fbn/tclDict852_linux.i586.tar.bz2

Post by rosc2112 »

I posted the compiled version, the original src tarball and my do_configure.sh file in one tar.bz2 file located here:

http://members.dandy.net/~fbn/tclDict85 ... 86.tar.bz2

I used these options for configure:

./configure --enable-threads --enable-shared
l
loc
Voice
Posts: 15
Joined: Fri May 05, 2006 5:37 am

Post by loc »

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?

Code: Select all

[19:50] Loading TVRage.com Primetime Schedule Script v1.0 RC2
[19:50] tvrage.tcl info: Loaded tvrage.conf successfully.
[19:50] tvrage.tcl info: Loaded themes/default.theme successfully.
attempt to provide package dict 8.5 failed: package dict 8.5.2 provided instead
[19:50] Successfully loaded TVRage.com Primetime Schedule Script v1.0 RC2
I put the .so file in the correct dir right? In /usr/lib/tcl8.4/libdict8.5.2.so (& pkgIndex.tcl), and a symbolic link in /usr/lib/ to /usr/lib/tcl8.4/libdict8.5.2.so?

Thanks
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

That error can be ignored. It's a bug in dict 8.5.2.
T
Taz
Voice
Posts: 9
Joined: Sun Oct 23, 2005 10:18 pm

Post by Taz »

I cant seem to find a freebsd port of that, anychance someone out there would know if one exists?
T
Taz
Voice
Posts: 9
Joined: Sun Oct 23, 2005 10:18 pm

Post by Taz »

My current provider says they dont use packages just ports?? He told me to see if i can find one. Howevere I cant seem to find a freebsd port of dict, anychance someone out there would know if one exists?
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

AFAIK the dict package should build fine on *bsd.
e
ebony
Voice
Posts: 1
Joined: Sat Dec 02, 2006 9:57 pm

Post by ebony »

Hi, I'm having probs installing tcldict. Same prob that "loc" had/has. I tried everything of my knowledge but I ca't get it working :( . How do I ignore the error? Can someone send me a pre-compiled version for my system?

My system is:
2.6.15-1.2054_FC5xenU #1 SMP Tue Mar 14 16:18:03 EST 2006 x86_64 x86_64 x86_64 GNU/Linux
s
silicon
Voice
Posts: 1
Joined: Mon Dec 18, 2006 11:31 pm

Post by silicon »

I'm getting this when i try to do the !tomorrow trigger.

Code: Select all

[19:28] Tcl error [::tvrage::tomorrow]: can't read "show(country)": no such element in array
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

silicon wrote:I'm getting this when i try to do the !tomorrow trigger.

Code: Select all

[19:28] Tcl error [::tvrage::tomorrow]: can't read "show(country)": no such element in array
This will be fixed in 1.0, but for a quick fix change the line

Code: Select all

if {![parseCountry $text $show(country)]} { 
in tvrage.tcl to

Code: Select all

if {![parseCountry $text show(country)]} { 
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

As I no longer have a suitable connection to run an eggdrop from development on this script is pretty much finished for the forseeable future. 1.0 should still see the light of day at some point, though, as the code is done and it is just documentation that needs to be finished up.
r
raktivist
Voice
Posts: 15
Joined: Tue Nov 22, 2005 9:08 am

Post by raktivist »

the link provided for the latest rls isnt working anymore. :cry:

can anyone here upload it pls. TIA!
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

The link for 1.0 RC2 still works fine.
d
dhp1080
Voice
Posts: 8
Joined: Mon Aug 14, 2006 4:13 pm

Post by dhp1080 »

!tomorrow seems to be returning the current day's new shows. Any way to fix this would be appreciated.
Post Reply