<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: [FIXED!] &#8220;Error retrieving the login response from the server&#8221;</title>
	<atom:link href="http://kathar.in/2008/01/error-retrieving-the-login-response-from-the-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://kathar.in/2008/01/error-retrieving-the-login-response-from-the-server/</link>
	<description>(With an E on the end)</description>
	<lastBuildDate>Thu, 02 Sep 2010 04:14:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Katharine Berry</title>
		<link>http://kathar.in/2008/01/error-retrieving-the-login-response-from-the-server/comment-page-1/#comment-2477</link>
		<dc:creator>Katharine Berry</dc:creator>
		<pubDate>Fri, 25 Jan 2008 23:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.katharineberry.co.uk/2008/01/20/error-retrieving-the-login-response-from-the-server/#comment-2477</guid>
		<description>Year after next. :P

I did the proxy thing because asking all my users to rename their stuff has the potential to be irritating. :P</description>
		<content:encoded><![CDATA[<p>Year after next. <img src='http://kathar.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I did the proxy thing because asking all my users to rename their stuff has the potential to be irritating. <img src='http://kathar.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnout</title>
		<link>http://kathar.in/2008/01/error-retrieving-the-login-response-from-the-server/comment-page-1/#comment-2476</link>
		<dc:creator>Arnout</dc:creator>
		<pubDate>Fri, 25 Jan 2008 23:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.katharineberry.co.uk/2008/01/20/error-retrieving-the-login-response-from-the-server/#comment-2476</guid>
		<description>I reproduced it in another libslclient without a proxy. I just removed the folder named &#039;20071220&#039; So we both worked around it :)

Thank you, and keep up the good work. See you in the sl grid next year i guess :)</description>
		<content:encoded><![CDATA[<p>I reproduced it in another libslclient without a proxy. I just removed the folder named &#8217;20071220&#8242; So we both worked around it <img src='http://kathar.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you, and keep up the good work. See you in the sl grid next year i guess <img src='http://kathar.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katharine Berry</title>
		<link>http://kathar.in/2008/01/error-retrieving-the-login-response-from-the-server/comment-page-1/#comment-2475</link>
		<dc:creator>Katharine Berry</dc:creator>
		<pubDate>Fri, 25 Jan 2008 22:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.katharineberry.co.uk/2008/01/20/error-retrieving-the-login-response-from-the-server/#comment-2475</guid>
		<description>Did you reproduce it with AjaxLife or another libsl client?

Actually I gave up changing it in libsl - it&#039;s tied in with the XML-RPC too tightly.

My approach basically involves passing it through a secure proxy which runs the following:

&lt;code&gt;$output = preg_replace(&quot;~&lt;member&gt;&lt;name&gt;name&lt;/name&gt;&lt;value&gt;&lt;i4&gt;(.+?)&lt;/i4&gt;&lt;/value&gt;&lt;/member&gt;~&quot;,&quot;&lt;member&gt;&lt;name&gt;name&lt;/name&gt;&lt;value&gt;&lt;string&gt;$1&lt;/string&gt;&lt;/value&gt;&lt;/member&gt;~&quot;,$output);&lt;/code&gt;

Not exactly elegant, but it works until LL get their login stuff fixed. :P</description>
		<content:encoded><![CDATA[<p>Did you reproduce it with AjaxLife or another libsl client?</p>
<p>Actually I gave up changing it in libsl &#8211; it&#8217;s tied in with the XML-RPC too tightly.</p>
<p>My approach basically involves passing it through a secure proxy which runs the following:</p>
<p><code>$output = preg_replace("~&lt;member>&lt;name>name&lt;/name>&lt;value>&lt;i4>(.+?)&lt;/i4>&lt;/value>&lt;/member>~","&lt;member>&lt;name>name&lt;/name>&lt;value>&lt;string>$1&lt;/string>&lt;/value>&lt;/member>~",$output);</code></p>
<p>Not exactly elegant, but it works until LL get their login stuff fixed. <img src='http://kathar.in/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnout</title>
		<link>http://kathar.in/2008/01/error-retrieving-the-login-response-from-the-server/comment-page-1/#comment-2474</link>
		<dc:creator>Arnout</dc:creator>
		<pubDate>Fri, 25 Jan 2008 22:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.katharineberry.co.uk/2008/01/20/error-retrieving-the-login-response-from-the-server/#comment-2474</guid>
		<description>I can reproduce it now, if you have one folder or object with a name containing only numeric chars it will fail.

the name of the InventorySkeletonEntry was send as an integer, but i am still interested in your solution</description>
		<content:encoded><![CDATA[<p>I can reproduce it now, if you have one folder or object with a name containing only numeric chars it will fail.</p>
<p>the name of the InventorySkeletonEntry was send as an integer, but i am still interested in your solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnout</title>
		<link>http://kathar.in/2008/01/error-retrieving-the-login-response-from-the-server/comment-page-1/#comment-2473</link>
		<dc:creator>Arnout</dc:creator>
		<pubDate>Fri, 25 Jan 2008 22:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.katharineberry.co.uk/2008/01/20/error-retrieving-the-login-response-from-the-server/#comment-2473</guid>
		<description>Is the change made in libsl. If yes, can you tell me what you have changed?</description>
		<content:encoded><![CDATA[<p>Is the change made in libsl. If yes, can you tell me what you have changed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katharine Berry</title>
		<link>http://kathar.in/2008/01/error-retrieving-the-login-response-from-the-server/comment-page-1/#comment-2472</link>
		<dc:creator>Katharine Berry</dc:creator>
		<pubDate>Fri, 25 Jan 2008 22:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.katharineberry.co.uk/2008/01/20/error-retrieving-the-login-response-from-the-server/#comment-2472</guid>
		<description>They are done, assuming I remembered to do so. &gt;.&gt;</description>
		<content:encoded><![CDATA[<p>They are done, assuming I remembered to do so. >.></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnout</title>
		<link>http://kathar.in/2008/01/error-retrieving-the-login-response-from-the-server/comment-page-1/#comment-2471</link>
		<dc:creator>Arnout</dc:creator>
		<pubDate>Fri, 25 Jan 2008 22:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.katharineberry.co.uk/2008/01/20/error-retrieving-the-login-response-from-the-server/#comment-2471</guid>
		<description>Are step 4 and 5 done. If not, who can/will do it?</description>
		<content:encoded><![CDATA[<p>Are step 4 and 5 done. If not, who can/will do it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
