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.
Support & discussion of released scripts, and announcements of new releases.
davidp
Voice
Posts: 6 Joined: Mon Oct 09, 2006 10:03 pm
Post
by davidp » Mon Oct 09, 2006 10:05 pm
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"
GaveUp
Op
Posts: 139 Joined: Thu Jan 19, 2006 3:56 am
Post
by GaveUp » Mon Oct 09, 2006 11:14 pm
Can you provide any specifics about your setup that I can use to recreate the problem?
davidp
Voice
Posts: 6 Joined: Mon Oct 09, 2006 10:03 pm
Post
by davidp » Mon Oct 09, 2006 11:47 pm
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
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Tue Oct 10, 2006 1:46 am
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] » Tue Oct 10, 2006 11:10 am
page layout changed on their website. script stop working
GaveUp
Op
Posts: 139 Joined: Thu Jan 19, 2006 3:56 am
Post
by GaveUp » Tue Oct 10, 2006 1:16 pm
[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] » Tue Oct 10, 2006 1:24 pm
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
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Tue Oct 10, 2006 7:10 pm
[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):
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
kodmaster
Voice
Posts: 3 Joined: Thu Sep 28, 2006 9:45 pm
Post
by kodmaster » Wed Oct 11, 2006 8:22 pm
On eggdrop type .restart and then wait awhile. It worked for me.
davidp
Voice
Posts: 6 Joined: Mon Oct 09, 2006 10:03 pm
Post
by davidp » Sat Oct 14, 2006 12:57 pm
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"
davidp
Voice
Posts: 6 Joined: Mon Oct 09, 2006 10:03 pm
Post
by davidp » Sun Oct 15, 2006 10:55 am
bump
speechles
Revered One
Posts: 1398 Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)
Post
by speechles » Sun Oct 15, 2006 7:02 pm
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)]} {
davidp
Voice
Posts: 6 Joined: Mon Oct 09, 2006 10:03 pm
Post
by davidp » Sun Oct 15, 2006 7:34 pm
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] » Mon Oct 16, 2006 2:05 am
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
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Mon Oct 16, 2006 3:38 am
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