<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developer.myspace.com/Community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>makeRequest</title><link>http://developer.myspace.com/Community/forums/30.aspx</link><description>Questions related to the OpenSocial makeRequest function and our proxy.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>Re: Component returned failure code: 0x80040111</title><link>http://developer.myspace.com/Community/forums/thread/5659.aspx</link><pubDate>Mon, 24 Mar 2008 15:45:32 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:5659</guid><dc:creator>mNeo</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/5659.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=30&amp;PostID=5659</wfw:commentRss><description>&lt;p&gt;Thanks for the information, Sebastian. Let&amp;#39;s hope MySpace fixes this soon.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Component returned failure code: 0x80040111</title><link>http://developer.myspace.com/Community/forums/thread/5650.aspx</link><pubDate>Mon, 24 Mar 2008 14:29:56 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:5650</guid><dc:creator>Sebastian</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/5650.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=30&amp;PostID=5650</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Reading further:&lt;/p&gt;&lt;p&gt;&lt;i&gt;the simplest fix is probably wrapping the status read in a try-catch&lt;/i&gt;&lt;br /&gt;. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sounds like it is a firefox issue that Myspace simply needs to workaround in their xhtmlhttprequest handling.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Component returned failure code: 0x80040111</title><link>http://developer.myspace.com/Community/forums/thread/5649.aspx</link><pubDate>Mon, 24 Mar 2008 14:28:38 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:5649</guid><dc:creator>Sebastian</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/5649.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=30&amp;PostID=5649</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;From: http://helpful.knobs-dials.com/index.php/%22Component_returned_failure_code:_0x80040111_(NS_ERROR_NOT_AVAILABLE)%22&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This happens when you have a XMLHttpRequest &lt;b&gt;onerror&lt;/b&gt; handler in which you tried to read the result&amp;#39;s &lt;b&gt;status&lt;/b&gt; (or statusText) when that value is not available, usually meaning it was broken off, or it failed in a specific way. 
&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
The W3 specs tell you that you shouldn&amp;#39;t try to read status in the onerror handler because for &lt;i&gt;some&lt;/i&gt;
problems it may not be set, and that in this case an error must (!) be
raised.
This error is specific to Gecko (Firefox, Mozilla) because it adheres
to those specs closer than most other browsers. The Gecko specs also
tell you not to do this (...as I recall, I can&amp;#39;t actually find it right
now).
&lt;/p&gt;&lt;p&gt;&lt;br /&gt;The cause is often that the browser never got a reponse
with a HTTP status to parse out, for example via requests that are
broken off on the client, a connection that broke because of some
connectivity problem, and sometimes a (seriously) malformed server
response.
&lt;/p&gt;The problem can also occur when AJAX is canceled by page
unload, e.g. when you trigger AJAX from a form that also causes a
page-reload-style submission (often a form with a submit&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Component returned failure code: 0x80040111</title><link>http://developer.myspace.com/Community/forums/thread/5643.aspx</link><pubDate>Mon, 24 Mar 2008 09:53:37 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:5643</guid><dc:creator>Tapatap</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/5643.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=30&amp;PostID=5643</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I am having this error as well.. more than frequent now..but what that means? me also asking.. &lt;/p&gt;</description></item><item><title>Component returned failure code: 0x80040111</title><link>http://developer.myspace.com/Community/forums/thread/5624.aspx</link><pubDate>Sun, 23 Mar 2008 19:29:55 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:5624</guid><dc:creator>mNeo</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/5624.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=30&amp;PostID=5624</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Error: [Exception... &amp;quot;Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]&amp;quot;&amp;nbsp; nsresult: &amp;quot;0x80040111 (NS_ERROR_NOT_AVAILABLE)&amp;quot;&amp;nbsp; location: &amp;quot;JS frame :: http://api.msappspace.com/OpenSocial/MyOpenSpace001.Engine.js :: anonymous :: line 277&amp;quot;&amp;nbsp; data: no]&lt;br /&gt;Source File: http://api.msappspace.com/OpenSocial/MyOpenSpace001.Engine.js&lt;br /&gt;Line: 277&lt;/p&gt;&lt;p&gt;I am seeing this error very frequently. What does this mean? &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>