Python API not working for non-ascii filenames

Ferran Busquets December 21, 2021

Runngin this example:

https://atlassian-python-api.readthedocs.io/jira.html#attachments-actions

It works perfectly but raises an 500 Server Error then the filename has non-ascii characters, for instance, "holà.pdf"

There is any workaround for that?

1 answer

0 votes
David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 21, 2021

Google 'python convert to UTF'

Suggest an answer

Log in or Sign up to answer