jtushman / pivotal_tools

geeky command-line interface with additional scrum, planning poker, and changelog generation features
http://jtushman.github.io/blog/2013/08/15/introducing-pivotal-tools/
64 stars 26 forks source link

UnicodeEncodeError: 'ascii' codec can't encode character u'\xb4' in position 186: ordinal not in range(128) when poker'ing a story #10

Open britta1362 opened 11 years ago

britta1362 commented 11 years ago

The following stacktrace and crash:

Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/bin/pivotal_tools", line 9, in load_entry_point('pivotal-tools==0.14', 'console_scripts', 'pivotal_tools')() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pivotal_tools/cli.py", line 522, in main poker(project) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pivotal_tools/cli.py", line 249, in poker pretty_print_story(story) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pivotal_tools/cli.py", line 446, in pretty_print_story print "[{}] {}".format(initials(note.author), note.text) UnicodeEncodeError: 'ascii' codec can't encode character u'\xb4' in position 186: ordinal not in range(128)

When poker planning a story with this description:

Created by: Yvette Wesbecher () Ticket #:154 http://handshakez.uservoice.com/admin/tickets/154

attachments: [] body: I emailed an invite. This is the link: http://app.handshakez.com/invite/ea21c1b209416c71fae32a52177c742c8aa8b337/engage/

The link isn't working. channel: cw created_at: 2013/10/05 13:45:32 +0000 id: 22114377 is_admin_response: False plaintext_body: I emailed an invite. This is the link: http://app.handshakez.com/invite/ea21c1b209416c71fae32a52177c742c8aa8b337/engage/

The link isn't working. sender: {u'name': u'Yvette Wesbecher', u'title': None, u'url': u'http://handshakez.uservoice.com/users/33775133-yvette-wesbecher', u'created_at': u'2013/03/07 18:18:18 +0000', u'updated_at': u'2013/09/25 18:06:08 +0000', u'id': 33775133, u'avatar_url': u'https://secure.gravatar.com/avatar/e4d9688100e7391835a77242baa811da?size=70&default=http://cdn.uservoice.com/images/admin/icons/user_70.png', u'karma_score': 4, u'email': u'ywesbecher@gmail.com'} updated_at: 2013/10/05 13:45:32 +0000