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.

Error flushing

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Your welcome. :wink:
Once the game is over, the king and the pawn go back in the same box.
M
Merky
Voice
Posts: 17
Joined: Sun Jan 21, 2007 9:07 am

Post by Merky »

after add proc tls:socket args i get this error

Code: Select all

[01:43:01] Tcl error [::eqnews::magic_]: can't read "::eqnews::ary(events)": no such element in array
[01:44:01] Tcl error [::eqnews::magic_]: can't read "::eqnews::ary(events)": no such element in array
a
a_aa
Voice
Posts: 16
Joined: Sat May 16, 2015 10:57 am
Location: Canada

Post by a_aa »

I also added the eqnews to the line you posted and the scipt is again working.

Caesar and SpiKe^^, thanks a million, it is greatly appreciate!
a
a_aa
Voice
Posts: 16
Joined: Sat May 16, 2015 10:57 am
Location: Canada

Post by a_aa »

caesar wrote:I said:

Code: Select all

::http::register https 443 tls:socket 
notice the lack of :'s, it's not a mistake but it's done on purpose to use this new function instead. :wink:
My bad, sorry I did not look close enough. Thanks for all the help!
a
a_aa
Voice
Posts: 16
Joined: Sat May 16, 2015 10:57 am
Location: Canada

Post by a_aa »

One small thing, not sure it matters since the script is working but every time the script is called, !EQ, i get an incremental error reported in the partyline.

[18:33:51] Earthquake error: ::http::108
[18:40:59] Earthquake error: ::http::109
[18:41:18] Earthquake error: ::http::110

The number goes up by 1 each time. Ideas?

:D
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Get the New Earthquake Announcer v1.3

Post by SpiKe^^ »

Posted the entire patched script @ http://forum.egghelp.org/viewtopic.php?t=20350

Merky & a_aa: Please get the new script (version 1.3) from the above link and report back here.
I can Not recreate either of your current errors from here.
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

That's not an error, it's the putlog "Earthquake error: $error" line I previously told you to add to see what was stored in $error variable.
Once the game is over, the king and the pawn go back in the same box.
a
a_aa
Voice
Posts: 16
Joined: Sat May 16, 2015 10:57 am
Location: Canada

Post by a_aa »

caesar wrote:That's not an error, it's the putlog "Earthquake error: $error" line I previously told you to add to see what was stored in $error variable.
Hahahah, ok that makes sense. One last time, thank you!
Post Reply