<?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: Authoring API Released for Comment</title>
	<atom:link href="http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment/feed" rel="self" type="application/rss+xml" />
	<link>http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment</link>
	<description>Exposing Ourselves to the World</description>
	<lastBuildDate>Sat, 05 Jul 2008 12:18:42 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Grumet</title>
		<link>http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment/comment-page-1#comment-22113</link>
		<dc:creator>Andrew Grumet</dc:creator>
		<pubDate>Mon, 19 Feb 2007 02:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://developer.podshow.com/2006/07/21/authoring-api-released-for-comment#comment-22113</guid>
		<description>Vadim, have you set up a podcast show on the system yet?  That&#039;s the enabling step.  Tcpdump or code will do.</description>
		<content:encoded><![CDATA[<p>Vadim, have you set up a podcast show on the system yet?  That&#8217;s the enabling step.  Tcpdump or code will do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland</title>
		<link>http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment/comment-page-1#comment-22041</link>
		<dc:creator>Roland</dc:creator>
		<pubDate>Sun, 18 Feb 2007 12:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://developer.podshow.com/2006/07/21/authoring-api-released-for-comment#comment-22041</guid>
		<description>What language are you using, and yeah a tcpdump would help out very much, its how i solved my problem :)</description>
		<content:encoded><![CDATA[<p>What language are you using, and yeah a tcpdump would help out very much, its how i solved my problem :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment/comment-page-1#comment-22018</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Sun, 18 Feb 2007 04:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://developer.podshow.com/2006/07/21/authoring-api-released-for-comment#comment-22018</guid>
		<description>I am also having problem with newMediaObject method. I could successfully receive list of blogs, but posting new media object always gives me:

xmlrpclib.Fault: 

I am passing name, type and bits fields in the structure.

Perhaps my account needs to be somehow &quot;enabled&quot; to use this API?

Vadim

P.S. I can send TCPDUMP of the session.</description>
		<content:encoded><![CDATA[<p>I am also having problem with newMediaObject method. I could successfully receive list of blogs, but posting new media object always gives me:</p>
<p>xmlrpclib.Fault: </p>
<p>I am passing name, type and bits fields in the structure.</p>
<p>Perhaps my account needs to be somehow &#8220;enabled&#8221; to use this API?</p>
<p>Vadim</p>
<p>P.S. I can send TCPDUMP of the session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland</title>
		<link>http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment/comment-page-1#comment-22004</link>
		<dc:creator>Roland</dc:creator>
		<pubDate>Sun, 18 Feb 2007 02:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://developer.podshow.com/2006/07/21/authoring-api-released-for-comment#comment-22004</guid>
		<description>Ahh, Yeah it seems in perl that if you just put &quot;123&quot; as an arg even though it &#039;is&#039; a string you have to add the  bits using a built in function for the XMLRPC module! Thanks :)</description>
		<content:encoded><![CDATA[<p>Ahh, Yeah it seems in perl that if you just put &#8220;123&#8243; as an arg even though it &#8216;is&#8217; a string you have to add the  bits using a built in function for the XMLRPC module! Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Grumet</title>
		<link>http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment/comment-page-1#comment-21996</link>
		<dc:creator>Andrew Grumet</dc:creator>
		<pubDate>Sun, 18 Feb 2007 02:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://developer.podshow.com/2006/07/21/authoring-api-released-for-comment#comment-21996</guid>
		<description>You should definitely use the the blogid not the blog name.  Try coercing the blogid to a string type before making the API call.</description>
		<content:encoded><![CDATA[<p>You should definitely use the the blogid not the blog name.  Try coercing the blogid to a string type before making the API call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland</title>
		<link>http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment/comment-page-1#comment-21992</link>
		<dc:creator>Roland</dc:creator>
		<pubDate>Sun, 18 Feb 2007 01:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://developer.podshow.com/2006/07/21/authoring-api-released-for-comment#comment-21992</guid>
		<description>Hey, i was working with the api and was trying to use metaWeblog.getRecentPosts, but when i used the blogid i got from blogger.getusersblogs it told me it was expecting a string not an int, i discovered that if i used the blog name it seemed to work but i got the error &quot;Fault returned from XML RPC Server, fault code 800: We&#039;re sorry but you don&#039;t appear to be the owner of this show.  Please check your settings and try again.&quot;, Im pretty sure im the owned of this show since i created it this morning... Anyone got any ideas on how to make this work?</description>
		<content:encoded><![CDATA[<p>Hey, i was working with the api and was trying to use metaWeblog.getRecentPosts, but when i used the blogid i got from blogger.getusersblogs it told me it was expecting a string not an int, i discovered that if i used the blog name it seemed to work but i got the error &#8220;Fault returned from XML RPC Server, fault code 800: We&#8217;re sorry but you don&#8217;t appear to be the owner of this show.  Please check your settings and try again.&#8221;, Im pretty sure im the owned of this show since i created it this morning&#8230; Anyone got any ideas on how to make this work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Koeroo</title>
		<link>http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment/comment-page-1#comment-21323</link>
		<dc:creator>Oscar Koeroo</dc:creator>
		<pubDate>Mon, 12 Feb 2007 08:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://developer.podshow.com/2006/07/21/authoring-api-released-for-comment#comment-21323</guid>
		<description>Could you give a visite to the link above or if that doesn&#039;t work directly:
http://groups.google.com/group/freeTrinity and then select the &quot; 	  Beginning an implementation&quot;.

The prior-to-last submission is mine with a tiny python script that fails and I don&#039;t understand the message: Fault 800: &quot;We&#039;re sorry but we were unable to process this request.&quot;


thanks a million</description>
		<content:encoded><![CDATA[<p>Could you give a visite to the link above or if that doesn&#8217;t work directly:<br />
<a href="http://groups.google.com/group/freeTrinity" rel="nofollow">http://groups.google.com/group/freeTrinity</a> and then select the &#8221; 	  Beginning an implementation&#8221;.</p>
<p>The prior-to-last submission is mine with a tiny python script that fails and I don&#8217;t understand the message: Fault 800: &#8220;We&#8217;re sorry but we were unable to process this request.&#8221;</p>
<p>thanks a million</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aegrumet</title>
		<link>http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment/comment-page-1#comment-21310</link>
		<dc:creator>aegrumet</dc:creator>
		<pubDate>Mon, 12 Feb 2007 05:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://developer.podshow.com/2006/07/21/authoring-api-released-for-comment#comment-21310</guid>
		<description>Yes, please send me an email, from the comments I don&#039;t understand what you&#039;re trying to do.</description>
		<content:encoded><![CDATA[<p>Yes, please send me an email, from the comments I don&#8217;t understand what you&#8217;re trying to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Koeroo</title>
		<link>http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment/comment-page-1#comment-21247</link>
		<dc:creator>Oscar Koeroo</dc:creator>
		<pubDate>Sun, 11 Feb 2007 19:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://developer.podshow.com/2006/07/21/authoring-api-released-for-comment#comment-21247</guid>
		<description>wow, all the xmlrpclib errors got snipped from the site, I&#039;ll send an email :-)</description>
		<content:encoded><![CDATA[<p>wow, all the xmlrpclib errors got snipped from the site, I&#8217;ll send an email :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Koeroo</title>
		<link>http://developer.mevio.com/2006/07/21/authoring-api-released-for-comment/comment-page-1#comment-21246</link>
		<dc:creator>Oscar Koeroo</dc:creator>
		<pubDate>Sun, 11 Feb 2007 19:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://developer.podshow.com/2006/07/21/authoring-api-released-for-comment#comment-21246</guid>
		<description>Hi,

I&#039;m playing with XML-RPC to upload shows for &quot;Free Trinity&quot;. I&#039;m having this problem with my upload.

The show is one wave file with just 5 notes.
I don&#039;t understand what I should do (since I tried all kinds of combination) with the following error message (ps: &#039;sory&#039; is misspelled in the error message):

xmlrpclib.Fault: 

Which URL is requested here? Is that &quot;http://oscarkoeroo.podshow.com/&quot;, or &quot;http://www.podshow.com/shows/?show_id=7013&quot;, or something else which I didn&#039;t understood. Like a url to the wave file.



cheers,

   Oscar


Dump:




PyObject




description
http://www.nikhef.nl/~okoeroo/5notes.wav  Big test with Python, the snakes language


title
My first geeky post


url
http://www.nikhef.nl/~okoeroo/5notes.wav


length
34510


link
http://www.nikhef.nl/~okoeroo/5notes.wav


type
audio/x-wav






[{&#039;url&#039;: &#039;http://www.podshow.com/shows/?show_id=7013&#039;, &#039;blogid&#039;: &#039;7013&#039;, &#039;blogName&#039;: &quot;Oscar&#039;s Tech &quot;}]
Traceback (most recent call last):
  File &quot;newPost.py&quot;, line 43, in ?
    print server.metaWeblog.newPost (7013, &quot;okoeroo@hotmail.com&quot;, &quot;fdmtfw&quot;, e, xmlrpclib.True)
  File &quot;/usr/lib/python2.4/xmlrpclib.py&quot;, line 1096, in __call__
    return self.__send(self.__name, args)
  File &quot;/usr/lib/python2.4/xmlrpclib.py&quot;, line 1383, in __request
    verbose=self.__verbose
  File &quot;/usr/lib/python2.4/xmlrpclib.py&quot;, line 1147, in request
    return self._parse_response(h.getfile(), sock)
  File &quot;/usr/lib/python2.4/xmlrpclib.py&quot;, line 1286, in _parse_response
    return u.close()
  File &quot;/usr/lib/python2.4/xmlrpclib.py&quot;, line 744, in close
    raise Fault(**self._stack[0])
xmlrpclib.Fault: </description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m playing with XML-RPC to upload shows for &#8220;Free Trinity&#8221;. I&#8217;m having this problem with my upload.</p>
<p>The show is one wave file with just 5 notes.<br />
I don&#8217;t understand what I should do (since I tried all kinds of combination) with the following error message (ps: &#8217;sory&#8217; is misspelled in the error message):</p>
<p>xmlrpclib.Fault: </p>
<p>Which URL is requested here? Is that &#8220;http://oscarkoeroo.podshow.com/&#8221;, or &#8220;http://www.podshow.com/shows/?show_id=7013&#8243;, or something else which I didn&#8217;t understood. Like a url to the wave file.</p>
<p>cheers,</p>
<p>   Oscar</p>
<p>Dump:</p>
<p>PyObject</p>
<p>description<br />
<a href="http://www.nikhef.nl/~okoeroo/5notes.wav" rel="nofollow">http://www.nikhef.nl/~okoeroo/5notes.wav</a>  Big test with Python, the snakes language</p>
<p>title<br />
My first geeky post</p>
<p>url<br />
<a href="http://www.nikhef.nl/~okoeroo/5notes.wav" rel="nofollow">http://www.nikhef.nl/~okoeroo/5notes.wav</a></p>
<p>length<br />
34510</p>
<p>link<br />
<a href="http://www.nikhef.nl/~okoeroo/5notes.wav" rel="nofollow">http://www.nikhef.nl/~okoeroo/5notes.wav</a></p>
<p>type<br />
audio/x-wav</p>
<p>[{'url': 'http://www.podshow.com/shows/?show_id=7013', 'blogid': '7013', 'blogName': "Oscar's Tech "}]<br />
Traceback (most recent call last):<br />
  File &#8220;newPost.py&#8221;, line 43, in ?<br />
    print server.metaWeblog.newPost (7013, &#8220;okoeroo@hotmail.com&#8221;, &#8220;fdmtfw&#8221;, e, xmlrpclib.True)<br />
  File &#8220;/usr/lib/python2.4/xmlrpclib.py&#8221;, line 1096, in __call__<br />
    return self.__send(self.__name, args)<br />
  File &#8220;/usr/lib/python2.4/xmlrpclib.py&#8221;, line 1383, in __request<br />
    verbose=self.__verbose<br />
  File &#8220;/usr/lib/python2.4/xmlrpclib.py&#8221;, line 1147, in request<br />
    return self._parse_response(h.getfile(), sock)<br />
  File &#8220;/usr/lib/python2.4/xmlrpclib.py&#8221;, line 1286, in _parse_response<br />
    return u.close()<br />
  File &#8220;/usr/lib/python2.4/xmlrpclib.py&#8221;, line 744, in close<br />
    raise Fault(**self._stack[0])<br />
xmlrpclib.Fault:</p>
]]></content:encoded>
	</item>
</channel>
</rss>
