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

Uplifts PR script fails with Unicode characters #14656

Closed
justnom opened this issue Mar 11, 2021 · 0 comments
Closed

Uplifts PR script fails with Unicode characters #14656

justnom opened this issue Mar 11, 2021 · 0 comments

Comments

@justnom
Copy link

justnom commented Mar 11, 2021

Description

When running the script/uplift.py script it fails on issues containing Unicode characters.

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

  1. Create a PR with Unicode characters
  2. Run python script/uplift.py --uplift-using-pr=123 --uplift-to=release with the PR number replacing 123
@mihaiplesa mihaiplesa added this to Backlog in CI concerns via automation Jan 17, 2022
@justnom justnom closed this as not planned Won't fix, can't repro, duplicate, stale Jul 12, 2024
CI concerns automation moved this from Backlog to Done Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
CI concerns
  
Done
Development

No branches or pull requests

3 participants