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
d
davidp
Voice
Posts: 6
Joined: Mon Oct 09, 2006 10:03 pm

no0b questions

Post by davidp »

Hey, i just ran across this script and its a great script. i have tired to install it using the README but i get this error, please help

thanks

Tcl error [pub:tvrage.com.today]: syntax error in expression "!true"
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

Can you provide any specifics about your setup that I can use to recreate the problem?
d
davidp
Voice
Posts: 6
Joined: Mon Oct 09, 2006 10:03 pm

Post by davidp »

sure, what you want to know. Im running

eggdrop v1.6.17+SSL

The script loads ok, The !showinfo command works, kinda

[20:45] <me> !showinfo scrubs
[20:45] <|bot|> Title :: Scrubs <> URL :: http://www.tvrage.com/Scrubs <> Premiered :: 2001 <> Latest Episode :: 05x24 - My Transition (May/16/2006) <> Next Episode :: N/A <> Country :: USA <> Status :: Returning Series <> Genre :: Comedy

but no other command works
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Post the results of:

Code: Select all

.set errorInfo
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
[
[Lost]
Voice
Posts: 9
Joined: Tue Oct 10, 2006 1:59 am

Post by [Lost] »

page layout changed on their website. script stop working
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

[Lost] wrote:page layout changed on their website. script stop working
Wrong. The script is still working fine. Next time, if you are going to post saying the script is not working because of XXX, then provide evidence. Changes they make to the layout of their website make no difference so long as the 2 scripts they provide for quick access to information do not change (and it'd have to be a pretty significant change).
[
[Lost]
Voice
Posts: 9
Joined: Tue Oct 10, 2006 1:59 am

Post by [Lost] »

well since their page changed 2 days ago the script has stoped working all i get is the header. nothing being pulled from site and no errors
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

[Lost] wrote:well since their page changed 2 days ago the script has stoped working all i get is the header. nothing being pulled from site and no errors
Re-read carefully what GaveUp posted and then do this via DCC (post results):

Code: Select all

.set errorInfo
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
k
kodmaster
Voice
Posts: 3
Joined: Thu Sep 28, 2006 9:45 pm

Post by kodmaster »

On eggdrop type .restart and then wait awhile. It worked for me.
d
davidp
Voice
Posts: 6
Joined: Mon Oct 09, 2006 10:03 pm

reply from error

Post by davidp »

syntax error in expression "!true"
[ while executing
[ "if ![pub:tvrage.com.verifyCountry $show(country)] {
[ pub:tvrage.com.displayInfo [pub:tvrage.com.templateParser $tvrage(invalidCountry) [array get ..."
[ (procedure "pub:tvrage.com.today" line 10)
[ invoked from within
[ "pub:tvrage.com.today $_pub1 $_pub2 $_pub3 $_pub4 $_pub5"
d
davidp
Voice
Posts: 6
Joined: Mon Oct 09, 2006 10:03 pm

Post by davidp »

bump
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Re: reply from error

Post by speechles »

davidp wrote:syntax error in expression "!true"
[ while executing
[ "if ![pub:tvrage.com.verifyCountry $show(country)] {
[ pub:tvrage.com.displayInfo [pub:tvrage.com.templateParser $tvrage(invalidCountry) [array get ..."
[ (procedure "pub:tvrage.com.today" line 10)
[ invoked from within
[ "pub:tvrage.com.today $_pub1 $_pub2 $_pub3 $_pub4 $_pub5"
the problem appears to be:

Code: Select all

if ![pub:tvrage.com.verifyCountry $show(country)] { 
perhaps it works, if you change it to this:

Code: Select all

if {![pub:tvrage.com.verifyCountry $show(country)]} { 
:wink:
d
davidp
Voice
Posts: 6
Joined: Mon Oct 09, 2006 10:03 pm

Post by davidp »

Doing that, now i get this error

Tcl error [pub:tvrage.com.today]: couldn't open socket: connection timed out
[
[Lost]
Voice
Posts: 9
Joined: Tue Oct 10, 2006 1:59 am

Post by [Lost] »

it seems that its working again for us ca but gb still does nothing apart from a heade. i have tried telnet .set infoerror or what ever it is, that does nothing .lol

thanx for the help anyway
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Try reading my post again and then read this:
# Comment these two lines if you wish to enable the .tcl and .set commands.

# If you select your owners wisely, you should be okay enabling these.

unbind dcc n tcl *dcc:tcl

unbind dcc n set *dcc:set
.restart your bot once you have made the change (as described above.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply