yadutaf / ovh-cli

Bare simple Command Line Interface (CLI) for OVH.
Other
31 stars 13 forks source link

UnicodeEncodeError #7

Closed matclab closed 7 years ago

matclab commented 7 years ago

ovh-eu --debug me outputs:

'ascii' codec can't encode character u'\xe8' in position 8: ordinal not in range(128)
Traceback (most recent call last):
  File "./ovh-eu", line 206, in <module>
    formater.do_format(client, verb, method, arguments.__dict__)
  File "/home/clabaut/perso/web/ovh-cli/ovhcli/formater/terminal.py", line 132, in do_format
    value = pretty_print_value(value)
  File "/home/clabaut/perso/web/ovh-cli/ovhcli/formater/terminal.py", line 39, in pretty_print_value
    return str(data)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 8: ordinal not in range(128)