Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266380 - www-client/pybugz-0.7.4_rc3 UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 110: ordinal not in range(128)
Summary: www-client/pybugz-0.7.4_rc3 UnicodeDecodeError: 'ascii' codec can't decode by...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 14:02 UTC by Justin Lecher (RETIRED)
Modified: 2010-07-15 07:58 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
encode-workaround.patch (encode-workaround.patch,542 bytes, patch)
2009-04-16 23:20 UTC, Christian Ruppert (idl0r)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2009-04-16 14:02:03 UTC
running following command

bugz search dev-libs/confuse

pybugz breacks with this

Traceback (most recent call last):
  File "/usr/bin/bugz", line 100, in <module>
    main()
  File "/usr/bin/bugz", line 74, in main
    getattr(bugz, cmd)(*args, **cmd_kwds)
  File "/usr/lib64/python2.5/site-packages/bugz/cli.py", line 232, in search
    self.listbugs(result, show_url)
  File "/usr/lib64/python2.5/site-packages/bugz/cli.py", line 735, in listbugs
    print line.encode(self.enc)[:self.columns]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 110: ordinal not in range(128)
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2009-04-16 23:20:02 UTC
Created attachment 188625 [details, diff]
encode-workaround.patch

Just a workaround for now.
Comment 2 William Hubbs gentoo-dev 2009-04-17 14:26:05 UTC
This patch has been applied in git.  Thanks for the report.