<?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: Three applications, one release</title>
	<atom:link href="http://juliobiason.net/2007/02/22/three-applications-one-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://juliobiason.net/2007/02/22/three-applications-one-release/</link>
	<description>Old-school coder living in a 2.0 development world.</description>
	<lastBuildDate>Thu, 07 Jan 2010 05:25:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: slow</title>
		<link>http://juliobiason.net/2007/02/22/three-applications-one-release/comment-page-1/#comment-124</link>
		<dc:creator>slow</dc:creator>
		<pubDate>Tue, 15 May 2007 22:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://juliobiason.net/?p=1401#comment-124</guid>
		<description>Hey Domingo.

Thanks for the backtrace. It is a known problem with the latest release of Gallery (I wrote a post about it, but I can&#039;t find it as Wordy [the wordpress theme I wrote] don&#039;t have paging yet).

The g2_authToken is there since 2.0 (or, at least, it seems when you read the documentation) but it was not being returned in previous releases. I&#039;ll give it a shot and, hopefully, there will be a new release.

Thanks again, mate.</description>
		<content:encoded><![CDATA[<p>Hey Domingo.</p>
<p>Thanks for the backtrace. It is a known problem with the latest release of Gallery (I wrote a post about it, but I can&#8217;t find it as Wordy [the wordpress theme I wrote] don&#8217;t have paging yet).</p>
<p>The g2_authToken is there since 2.0 (or, at least, it seems when you read the documentation) but it was not being returned in previous releases. I&#8217;ll give it a shot and, hopefully, there will be a new release.</p>
<p>Thanks again, mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domingo Aguilera</title>
		<link>http://juliobiason.net/2007/02/22/three-applications-one-release/comment-page-1/#comment-125</link>
		<dc:creator>Domingo Aguilera</dc:creator>
		<pubDate>Tue, 15 May 2007 21:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://juliobiason.net/?p=1401#comment-125</guid>
		<description>I think I&#039;ve found why is this happening.

It&#039;s  because gup , does not take in account g2_authToken ( a mechanism defined in 2.2 to protect against cross site scripting ).  Now the question is if you have any plans in short to implement this in gup.

Cheers.</description>
		<content:encoded><![CDATA[<p>I think I&#8217;ve found why is this happening.</p>
<p>It&#8217;s  because gup , does not take in account g2_authToken ( a mechanism defined in 2.2 to protect against cross site scripting ).  Now the question is if you have any plans in short to implement this in gup.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domingo Aguilera</title>
		<link>http://juliobiason.net/2007/02/22/three-applications-one-release/comment-page-1/#comment-126</link>
		<dc:creator>Domingo Aguilera</dc:creator>
		<pubDate>Tue, 15 May 2007 15:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://juliobiason.net/?p=1401#comment-126</guid>
		<description>I have tried your script .  It can retrieve information about albums, but neither I can create albums nor upload images.

This is the trace....

Traceback (most recent call last):
  File &quot;/Library/Frameworks/Python.framework/Versions/2.4/bin/gup.py&quot;, line 442, in ?
    main()
  File &quot;/Library/Frameworks/Python.framework/Versions/2.4/bin/gup.py&quot;, line 435, in main
    upload(options, files)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.4/bin/gup.py&quot;, line 276, in upload
    connection.add_item(str(options.album), image)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/guplib/gallery.py&quot;, line 349, in add_item
    (&#039;g2_userfile&#039;, filename)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/guplib/gallery.py&quot;, line 236, in request
    response = urllib2.urlopen(request)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&quot;, line 130, in urlopen
    return _opener.open(url, data)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&quot;, line 364, in open
    response = meth(req, response)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&quot;, line 471, in http_response
    response = self.parent.error(
  File &quot;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&quot;, line 402, in error
    return self._call_chain(*args)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&quot;, line 337, in _call_chain
    result = func(*args)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&quot;, line 480, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error


Any suggestions ??

Tks.

Domingo</description>
		<content:encoded><![CDATA[<p>I have tried your script .  It can retrieve information about albums, but neither I can create albums nor upload images.</p>
<p>This is the trace&#8230;.</p>
<p>Traceback (most recent call last):<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.4/bin/gup.py&#8221;, line 442, in ?<br />
    main()<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.4/bin/gup.py&#8221;, line 435, in main<br />
    upload(options, files)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.4/bin/gup.py&#8221;, line 276, in upload<br />
    connection.add_item(str(options.album), image)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/guplib/gallery.py&#8221;, line 349, in add_item<br />
    (&#8216;g2_userfile&#8217;, filename)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/guplib/gallery.py&#8221;, line 236, in request<br />
    response = urllib2.urlopen(request)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&#8221;, line 130, in urlopen<br />
    return _opener.open(url, data)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&#8221;, line 364, in open<br />
    response = meth(req, response)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&#8221;, line 471, in http_response<br />
    response = self.parent.error(<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&#8221;, line 402, in error<br />
    return self._call_chain(*args)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&#8221;, line 337, in _call_chain<br />
    result = func(*args)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib2.py&#8221;, line 480, in http_error_default<br />
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)<br />
urllib2.HTTPError: HTTP Error 500: Internal Server Error</p>
<p>Any suggestions ??</p>
<p>Tks.</p>
<p>Domingo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
