You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
15:46:06 + python script/uplift.py --uplift-using-pr=8196 --uplift-to=release
15:46:07 [ERROR] Error parsing or error returned from API when looking up pull request "8196":
15:46:07 'ascii' codec can't encode character u'\u2026' in position 69: ordinal not in range(128)
Steps to Reproduce
Create a PR with Unicode characters
Run python script/uplift.py --uplift-using-pr=123 --uplift-to=release with the PR number replacing 123
The text was updated successfully, but these errors were encountered:
Description
When running the
script/uplift.py
script it fails on issues containing Unicode characters.Steps to Reproduce
python script/uplift.py --uplift-using-pr=123 --uplift-to=release
with the PR number replacing123
The text was updated successfully, but these errors were encountered: