-
Notifications
You must be signed in to change notification settings - Fork 26
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
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in position 8383: ordinal not in range(128) #16
Comments
+1 :) |
+1 |
2 similar comments
+1 |
+1 |
Hey guys -- anyone have a PR to fix this. Happy to merge it in. |
+1 ? |
+1 Had the same issue with u'\u2019'. Is it just because an ASCII terminal is being used with Python. The pull request would need to filter/substitute non-ascii chars? http://stackoverflow.com/questions/18473794/cant-print-character-u2019-in-python-from-json-object |
+1 |
I had the same issue with accentuated characters. I changed Line 196 : root = ET.fromstring(response.text.encode('ascii', 'ignore')) |
👍 😕 |
Similar error for me:
|
Created a PR based on @PierrePaul's fix. |
Hm. I just issued a PR for this, but I see there are several others that do the same thing. Is there an active fork of this project somewhere? |
Looks like this fork implemented python3 support with backward compatibility, which solves a lot of issues: https://github.com/jtushman/pivotal_tools |
when doing pivotal_tools scrum {number}
i get this error
The text was updated successfully, but these errors were encountered: