<?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: Mitter 0.2.3 &#8220;&#8221;I thought I was Pisces!&#8221; released</title>
	<atom:link href="http://juliobiason.net/2008/05/25/mitter-023-i-thought-i-was-pisces-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://juliobiason.net/2008/05/25/mitter-023-i-thought-i-was-pisces-released/</link>
	<description>Old-school coder living in a 2.0 development world.</description>
	<pubDate>Wed, 07 Jan 2009 17:25:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Julio Biason</title>
		<link>http://juliobiason.net/2008/05/25/mitter-023-i-thought-i-was-pisces-released/comment-page-1/#comment-2150</link>
		<dc:creator>Julio Biason</dc:creator>
		<pubDate>Wed, 28 May 2008 04:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://juliobiason.net/?p=1718#comment-2150</guid>
		<description>Hey Mike. Just to let you know: I fixed this in the Subversion repo already and it should appear in the next release (I'm aiming for this Sunday.)</description>
		<content:encoded><![CDATA[<p>Hey Mike. Just to let you know: I fixed this in the Subversion repo already and it should appear in the next release (I&#8217;m aiming for this Sunday.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julio Biason</title>
		<link>http://juliobiason.net/2008/05/25/mitter-023-i-thought-i-was-pisces-released/comment-page-1/#comment-2144</link>
		<dc:creator>Julio Biason</dc:creator>
		<pubDate>Tue, 27 May 2008 03:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://juliobiason.net/?p=1718#comment-2144</guid>
		<description>Oh crap! I know why it's failing. I didn't apply the encoding ignore on the headers, just in the message.</description>
		<content:encoded><![CDATA[<p>Oh crap! I know why it&#8217;s failing. I didn&#8217;t apply the encoding ignore on the headers, just in the message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julio Biason</title>
		<link>http://juliobiason.net/2008/05/25/mitter-023-i-thought-i-was-pisces-released/comment-page-1/#comment-2141</link>
		<dc:creator>Julio Biason</dc:creator>
		<pubDate>Mon, 26 May 2008 23:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://juliobiason.net/?p=1718#comment-2141</guid>
		<description>I thought I fixed that. The problem is that your terminal doesn't support UTF-8 and there is a tweet with a non-ascii caracter on it (to be honest, it happens all the time when I using the TTY interface inside screen.) The solution is not pretty: I simply say to Python to ignore such characters, but the tweet looks really awful (but, at least, we don't crash.)

Can you open an issue at http://mitter.googlecode.com for me? That way, you'll know when I fix that ;)</description>
		<content:encoded><![CDATA[<p>I thought I fixed that. The problem is that your terminal doesn&#8217;t support UTF-8 and there is a tweet with a non-ascii caracter on it (to be honest, it happens all the time when I using the TTY interface inside screen.) The solution is not pretty: I simply say to Python to ignore such characters, but the tweet looks really awful (but, at least, we don&#8217;t crash.)</p>
<p>Can you open an issue at <a href="http://mitter.googlecode.com" rel="nofollow">http://mitter.googlecode.com</a> for me? That way, you&#8217;ll know when I fix that <img src='http://juliobiason.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://juliobiason.net/2008/05/25/mitter-023-i-thought-i-was-pisces-released/comment-page-1/#comment-2140</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 26 May 2008 23:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://juliobiason.net/?p=1718#comment-2140</guid>
		<description>Problems!  I just downloaded the 'latest' (I hope) and upgraded Python to the latest. I quite often get the following:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/backup/mvore/bin/mitterlib/threadhttp.py", line 98, in run
    callback(data, status, *args, **kwargs)
  File "/backup/mvore/bin/mitterlib/twitter.py", line 173, in post_friends_timeline
    user_callback(data, error, *args, **kwargs)
  File "/backup/mvore/bin/mitterlib/ui/ui_tty.py", line 105, in post_friends_timeline
    print header
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 13: ordinal not in range(128)

Looks like something isn't handling UTF-8 (?) properly. of the numbers in the last line change from time to time, and I am only able to see one TWEET, I'm not conversant with Python to know where to look. but this is quite annoying. Mitter did work on a couple occasions, but not even predictably.

mike</description>
		<content:encoded><![CDATA[<p>Problems!  I just downloaded the &#8216;latest&#8217; (I hope) and upgraded Python to the latest. I quite often get the following:</p>
<p>Exception in thread Thread-1:<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/local/lib/python2.5/threading.py&#8221;, line 486, in __bootstrap_inner<br />
    self.run()<br />
  File &#8220;/backup/mvore/bin/mitterlib/threadhttp.py&#8221;, line 98, in run<br />
    callback(data, status, *args, **kwargs)<br />
  File &#8220;/backup/mvore/bin/mitterlib/twitter.py&#8221;, line 173, in post_friends_timeline<br />
    user_callback(data, error, *args, **kwargs)<br />
  File &#8220;/backup/mvore/bin/mitterlib/ui/ui_tty.py&#8221;, line 105, in post_friends_timeline<br />
    print header<br />
UnicodeEncodeError: &#8216;ascii&#8217; codec can&#8217;t encode character u&#8217;\xf6&#8242; in position 13: ordinal not in range(128)</p>
<p>Looks like something isn&#8217;t handling UTF-8 (?) properly. of the numbers in the last line change from time to time, and I am only able to see one TWEET, I&#8217;m not conversant with Python to know where to look. but this is quite annoying. Mitter did work on a couple occasions, but not even predictably.</p>
<p>mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
