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.

Search found 16 matches

by a_aa
Mon Dec 23, 2019 9:14 pm
Forum: Script Requests
Topic: earthquake bot
Replies: 20
Views: 24889

Awesome script, works great in reporting. I was just curious if there is a way to only have it report on earthquakes within a geographical region, say North America? Would be nice to only have USA and Canada show.
by a_aa
Sat Dec 29, 2018 12:13 pm
Forum: Script Support & Releases
Topic: SayWeather : Support & Updates
Replies: 31
Views: 44299

Awesome ..... thanks SpiKe^^
by a_aa
Wed Sep 12, 2018 8:56 am
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19611

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!
by a_aa
Tue Sep 11, 2018 9:43 pm
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19611

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 ...
by a_aa
Tue Sep 11, 2018 8:21 pm
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19611

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!
by a_aa
Tue Sep 11, 2018 8:14 pm
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19611

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!
by a_aa
Mon Sep 10, 2018 8:06 pm
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19611

Hey Caesar, I tried the edits that you posted and I still get the error. I tried all 3 options that were on the link provided to the TCL page and still no luck. I'm not sure if it matters where the the code is put but here is mine. I placed it before the catch statement. # Sept 10 added the followin...
by a_aa
Sun Sep 09, 2018 9:48 am
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19611

So you see a blank space like "Earthquake error:" ? Edit.... I just edited my console to show messages in the partyline, I now get this when typing the trigger. Since the script calls to check every 5 minutes, I am getting the error sent to the partyline at 5 minute intervals, so I know t...
by a_aa
Sat Sep 08, 2018 7:18 pm
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19611

I added the line as follows,

catch { set t [::http::geturl $::eqnews::ary(page) -timeout 30000] } error
putlog "Earthquake error: $error"

but no reporting back when I am in telnet with the bot? I can't dcc directly from channel but have no problems to telnet in.
by a_aa
Sat Sep 08, 2018 10:06 am
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19611

Yes still getting the error after the edit. The error reporting to the channel is: Error flushing "sock2322280": connection reset by peer ( https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.atom ) It does not not matter if I change the reporting from 1.0, 2.5, 4.0 or 5.0 fr...
by a_aa
Thu Sep 06, 2018 8:27 pm
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19611

Re: Earthquake Announcer v1.2 by SpiKe^^

OK here goes... I edited the ::http line above eggdrop 1.8.1 tcl 8.6.0+9 Ubuntu 16.04.5 lts The script definitely worked before and in all honesty other than running apt-get updates and apt-get upgrades I have not manually changed a thing. That's what makes it a bit of a head scratcher. I receive no...
by a_aa
Thu Sep 06, 2018 8:44 am
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19611

SpiKe^^ wrote:What script is that?
Sorry forgot to mention it is "Earthquake Announcer v1.2 by SpiKe^^ "
by a_aa
Wed Sep 05, 2018 11:19 pm
Forum: Script Requests
Topic: Error flushing
Replies: 22
Views: 19611

Error flushing

Just started receiving the following error, any ideas?

Error flushing "sock2322280": connection reset by peer ( https://earthquake.usgs.gov/earthquakes ... 5_day.atom )
by a_aa
Fri Feb 16, 2018 9:43 am
Forum: Script Requests
Topic: earthquake bot
Replies: 20
Views: 24889

caesar wrote:You mean formatting the output with colour codes? Check out Colour and formatting codes in Tcl FAQ section.
Perfect....thanks.
by a_aa
Thu Feb 15, 2018 10:51 pm
Forum: Script Requests
Topic: earthquake bot
Replies: 20
Views: 24889

Text outpu

Newb question here, but hopefully someone can point me in the right direction. I would like the text to be outputted to a color other than black. Is there a easy way to accomplish this?