<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/2062" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-07-05T09:57:22-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/2062</id>

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-05T09:57:22-04:00</updated>

		<published>2002-07-05T09:57:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8613#p8613</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8613#p8613"/>
		<title type="html"><![CDATA[timer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8613#p8613"><![CDATA[
The only information that is stored when issueing the timer command, is ther timer name, the time value, and the command/params.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Jul 05, 2002 9:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tainted]]></name></author>
		<updated>2002-07-03T16:38:46-04:00</updated>

		<published>2002-07-03T16:38:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8559#p8559</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8559#p8559"/>
		<title type="html"><![CDATA[timer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8559#p8559"><![CDATA[
Its a long shot, but isn't there any way to see what proc called the timer or anything other than the timer number? I coulda swore I saw a way before..  And maybe setting your console +d would give you a bit more info? If both of these fail to work, setup a test bot and run once script at a time until you find the error. It will take a while, but when all else fails....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1256">tainted</a> — Wed Jul 03, 2002 4:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-03T05:15:59-04:00</updated>

		<published>2002-07-03T05:15:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8549#p8549</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8549#p8549"/>
		<title type="html"><![CDATA[timer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8549#p8549"><![CDATA[
This will only capture error when loadind the script, aka, at start time and during rehash and restart.<br><br>It is along these lines though, the script that will help fix this.<br><br>The best bet, would be to rename the timer commands (utimer and timer), and create your own versions.<br><br>After changing the commands you send it, they would in turn call the ranmed timmer commands.<br><br>The changes that take place, are designed to call a seperate script, when the timer is triggered. These will capture errors, and display the command causing the error.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Jul 03, 2002 5:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-03T01:47:43-04:00</updated>

		<published>2002-07-03T01:47:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8544#p8544</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8544#p8544"/>
		<title type="html"><![CDATA[timer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8544#p8544"><![CDATA[
thanks, but i saw an old post, n few lines of codes<br><br>if { [catch {source scripts/dice.tcl}] } { putlog "Error in dice.tcln $errorInfo" } <br> are these gonna be helpful? is this will go in config file?<br><br>thanks<br>regards<br>aw<p>Statistics: Posted by Guest — Wed Jul 03, 2002 1:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-07-01T19:16:11-04:00</updated>

		<published>2002-07-01T19:16:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8499#p8499</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8499#p8499"/>
		<title type="html"><![CDATA[timer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8499#p8499"><![CDATA[
there isn't really any way to trace it - well actually there is, but it would be one damn resource hungry script. Only way to trace errors like this is to add debugging lines to scripts - which firstly means working out which one it is. Now personally, I never load any scripts without auditing them first, so I know what exactly they'll be doing (+ it means I can fix any obvious mistakes). For everyone else, I always suggest that you load a script on a testbot first for at least 24 hours before running it for real (as virtually no script goes through any kind of QA, you've gotta do your own)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Mon Jul 01, 2002 7:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-01T17:53:09-04:00</updated>

		<published>2002-07-01T17:53:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8493#p8493</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8493#p8493"/>
		<title type="html"><![CDATA[timer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8493#p8493"><![CDATA[
Thanks, but the problem is that happens every 4,5 hours, i thought may be someone else had these as well, cos timer errors are common and pain in the neck, so they might have a script or something to trace it out.<br><br>Thanks<br>Aw<p>Statistics: Posted by Guest — Mon Jul 01, 2002 5:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ian-Highlander]]></name></author>
		<updated>2002-07-01T17:38:09-04:00</updated>

		<published>2002-07-01T17:38:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8492#p8492</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8492#p8492"/>
		<title type="html"><![CDATA[timer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8492#p8492"><![CDATA[
Easiest way (and its still a bit long winded) is to comment out one script at a time in your conf file and restart the bot. Trial and error, you'll soon find the one thats causing it then once you do, post it up in here and we can have a look at it to see whats causing the timer errors.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=17">Ian-Highlander</a> — Mon Jul 01, 2002 5:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-01T16:23:19-04:00</updated>

		<published>2002-07-01T16:23:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8491#p8491</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8491#p8491"/>
		<title type="html"><![CDATA[timer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8491#p8491"><![CDATA[
Thanks Petersen!<br>but i am using 10,11 different scripts, plus if you are not a coder, then its kind a toug to figure out, i thought there was script or codes to find out, but guess not, and these timer messages are really anoyning, anyway thanks.<br><br>regards<br>AW<p>Statistics: Posted by Guest — Mon Jul 01, 2002 4:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-07-01T08:08:23-04:00</updated>

		<published>2002-07-01T08:08:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8479#p8479</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8479#p8479"/>
		<title type="html"><![CDATA[timer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8479#p8479"><![CDATA[
add debugging lines to the procs that the timers are calling.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Mon Jul 01, 2002 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-01T01:50:05-04:00</updated>

		<published>2002-07-01T01:50:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8474#p8474</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8474#p8474"/>
		<title type="html"><![CDATA[timer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8474#p8474"><![CDATA[
Hi, i was wondering is there any script or something to find out what's causing a timer error, because i see in a partyline of my 2 bots.<br><br>&lt;eggy&gt;[06:14] Tcl error in script for 'timer2633':<br>&lt;eggy&gt; [06:14] missing close-bracket<br><br>and 2nd one is<br>&lt;eggdrop1&gt; [01:44] Tcl error in script for 'timer34474':<br>&lt;eggdrop1&gt; [01:44] No such user.<br><br> i am unable to figure this out, i will appreciate for your help<br><br>Thanks<br>regards<br>AW<p>Statistics: Posted by Guest — Mon Jul 01, 2002 1:50 am</p><hr />
]]></content>
	</entry>
	</feed>
