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
Description
Some Stack Storm commands use the system locale to encode values printed to the screen (st2 run --tail for example). The LC_ALL environment variable can be set to whatever locale the system supports and Stack Storm will honor that encoding.
root@c3c4ea471142:/opt/stackstorm# st2 run --tail core.local cmd="printf '\xE2\x98\xA0'"
Tailing execution "5af483d93ce5fe4ce362374a"
Execution 5af483d93ce5fe4ce362374a has started.
ERROR: 'ascii' codec can't encode character u'\u2620' in position 0: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
Description
Some Stack Storm commands use the system locale to encode values printed to the screen (st2 run --tail for example). The LC_ALL environment variable can be set to whatever locale the system supports and Stack Storm will honor that encoding.
See StackStorm/st2#4120 (comment) for more information
Steps to reproduce
Good:
Bad:
The text was updated successfully, but these errors were encountered: