galaxyproject / galaxy Public
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
Extract workflow failed when a dataset has unicode character in its name #7421
Comments
|
Thanks @vloux, it looks like your environment doesn't have LC_ALL set (or set to ASCII). If that is the case python will fall back to ASCII as the default encoding, and that'll break a lot of things. You may want to set up the locales to |
|
(if you want to check it works you can do You can simulate that error with |
|
Well, we can also force UTF-8 when loading the step dict, but you should really investigate the environment. |
|
Hello Marius, |
|
This is a system-wide setting that you can't control with |
Galaxy version 18.09.
To reproduce :
Removing the special character from the dataset name and re-extracting the workflow solve the problem.
Error in the logs :
Thanks !
The text was updated successfully, but these errors were encountered: