Fix UnicodeDecodeError for user names with non-ascii characters#42
Fix UnicodeDecodeError for user names with non-ascii characters#42jonykalavera wants to merge 2 commits intoshotgunsoftware:masterfrom
Conversation
…t_publish_description UnicodeDecodeError
|
Hi, Can I just check what the problem was that you were seeing, which engine it was in and on which OS? Typically we try to handle unicode issues at either the engine level or the point of entry into the system. I'd like to understand more about how non-latin characters made it to this point as there could be a more fundamental bug somewhere else. Thanks |
|
I should have probably mentioned that we released a new version of the Maya engine recently that contained a fix for unicode/non-latin character display. If the problem you are seeing is in the Maya engine and you are on a version that is older than v0.4.3 then try updating and see if this fixes the problem. Thanks |
|
i just tested this on my sandbox with all the latest apps and engines UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 73: ordinal not in range(128)How do you suggest we procede? i mean shoud this be traced back to the core/api instead of using this fix? |
|
yes the engine is tk-maya and the os is CentOS (Stella) 6.5 |
|
this is a dump of app_info on my sanbox http://pastebin.com/6JUWmWLK i switched the tk-multi-workfiles app on the asset_step to test this out. |
|
Hi, That is weird - use the fix you suggested for now but let me look into it before I pull in the fix as there are a ton of other places that could break in the same way and would also need fixing if the engine isn't doing what it should be. Could you do me a favour and create a Toolkit support ticket (email toolkitsupport@shotgunsoftware.com) and include your zipped config? Thanks |
|
Hello, |
fix format_published_by_details, format_modified_by_details and format_publish_description UnicodeDecodeError