Skip to content

Fix Unicode errors

Andrea Cardaci edited this page Dec 12, 2019 · 1 revision

The dashboard requires a properly configured UTF-8 support.

A quick workaround solution to fix UnicodeEncodeError errors is often to export the following environment variable:

export LC_CTYPE=C.UTF-8