<?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/18049" />

	<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>2010-10-08T15:56:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[madpinger]]></name></author>
		<updated>2010-10-08T15:56:03-04:00</updated>

		<published>2010-10-08T15:56:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94670#p94670</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94670#p94670"/>
		<title type="html"><![CDATA[Re: Weirdness,  Lines of code being skipped randomly ???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94670#p94670"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>Some times, it ONLY executes the "putlog" statement</div></blockquote><blockquote class="uncited"><div>it does not even execute the dputs function or utimer.</div></blockquote>That's just not possible. You sound very confused.</div></blockquote>No, I'm not confused.  It's weirdness.  <br>Sometimes, it only executes the very first line, others it does not.  Regardless it skips the return and continues execution of code past the bracket.  Rather bothersome really.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11373">madpinger</a> — Fri Oct 08, 2010 3:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pixelz]]></name></author>
		<updated>2010-10-07T01:50:10-04:00</updated>

		<published>2010-10-07T01:50:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94661#p94661</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94661#p94661"/>
		<title type="html"><![CDATA[Re: Weirdness,  Lines of code being skipped randomly ???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94661#p94661"><![CDATA[
<blockquote class="uncited"><div>Some times, it ONLY executes the "putlog" statement</div></blockquote><blockquote class="uncited"><div>it does not even execute the dputs function or utimer.</div></blockquote>That's just not possible. You sound very confused.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6356">Pixelz</a> — Thu Oct 07, 2010 1:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[madpinger]]></name></author>
		<updated>2010-10-03T15:16:26-04:00</updated>

		<published>2010-10-03T15:16:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94634#p94634</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94634#p94634"/>
		<title type="html"><![CDATA[Weirdness,  Lines of code being skipped randomly ???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94634#p94634"><![CDATA[
Ok, the details of the setup.<br>I'm using the following packages:<br>base64, tdom, http, sqlite3, mysqltcl<br><br>Tcllib 1.2, tcl 8.5.9 and 8.5.8<br><br>Eggdrop 1.6.8+sockfix svn snapshot and Eggdrop 1.6.20.<br><br>These are two distinct builds running the same script on two sep. servers and having the same weirdness.<br><br>In several places, I have statements where only PART of the code<br>In the following example:<div class="codebox"><p>Code: </p><pre><code>    set auth "Basic [base64::encode [CoreDB_iceCastUserName]:[CoreDB_iceCastPassWord]]"    set headerl [list Authorization $auth]    if { [catch { set tok [http::geturl "http://[CoreDB_iceCastHost]:[CoreDB_iceCastPort]/admin/stats" -headers $headerl] } errmsg] } {putlog "icecastproc: Fetching of icecast XML failled with error: $errmsg : Delaying run.";dputs "icecastproc: Finnished With Errors";utimer 30 icecastprocreturn 1    }</code></pre></div>Some times, it ONLY executes the "putlog" statement and then continues execution of code past the closing curly bracket when it should return.  it does not even execute the dputs function or utimer.  Yet, I have removed everything but the return, it refuses to execute anything other than the putlog statement when errors like "Connection refused" occur, etc.   Other times, it acts as expected, records the error to log and resets the timer.<br><br>I have sim issues in a few places and am at a utter loss as to why.   <br>Anyone have an Ideal whats going on ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11373">madpinger</a> — Sun Oct 03, 2010 3:16 pm</p><hr />
]]></content>
	</entry>
	</feed>
