Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError when username contains non-ascii characters #19

Closed
jaraco opened this issue Feb 4, 2015 · 5 comments
Closed

UnicodeDecodeError when username contains non-ascii characters #19

jaraco opened this issue Feb 4, 2015 · 5 comments

Comments

@jaraco
Copy link
Collaborator

jaraco commented Feb 4, 2015

> py -2 .\migrate.py kang python-keyring-lib jaraco jaraco/keyring
Please enter your GitHub password

Traceback (most recent call last):
  File ".\migrate.py", line 304, in <module>
    push_issue(gh_username, gh_repository, issue, body, comments)
  File ".\migrate.py", line 266, in push_issue
    format_comment(comment),
  File ".\migrate.py", line 122, in format_comment
    comment['user'].encode('utf-8')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 153: ordinal not in range(128)
@TurkeyMan
Copy link

+1

3 similar comments
@henhouse
Copy link

+1

@rporrini
Copy link

+1

@jbkunst
Copy link

jbkunst commented Dec 15, 2015

+1

@jeffwidman
Copy link
Owner

I think this was fixed by 8384492 and 496a53e. Let me know if you're still hitting issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants