Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

[bug] Unicode error #9

Closed
Taipo opened this issue May 28, 2015 · 2 comments · Fixed by #15
Closed

[bug] Unicode error #9

Taipo opened this issue May 28, 2015 · 2 comments · Fixed by #15
Labels
Milestone

Comments

@Taipo
Copy link

Taipo commented May 28, 2015

u2019 and U+2026 so far prevent signing from completion. There may be more.

UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in position 833: ordinal not in range(128)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 575: ordinal not in range(128)

@micahflee micahflee added the bug label Jun 2, 2015
@micahflee micahflee added this to the 0.2 milestone Jun 2, 2015
@micahflee
Copy link
Contributor

Hey @Taipo, can you also instructions on how to reproduce this? It looks like either the message you're entering in AutoCanary (or maybe the user ID on your PGP key?) uses unicode. I want to reproduce the same error so I can fix it.

@Taipo
Copy link
Author

Taipo commented Jun 2, 2015

Just simple use left and right single quotations, or a horizontal ellipsis in the text status field, will trigger the error.

i.e ‘Test’… (error log only prints the first instance of unicode it finds, in this case its the left single quote)

Error log shows some sort of output encoding error:

Traceback (most recent call last):
File "autocanary\autocanary.pyc", line 292, in sign_once_clicked
File "autocanary\autocanary.pyc", line 335, in sign
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2018' in position 0: ordinal not in
range(128)

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

Successfully merging a pull request may close this issue.

2 participants