-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortopic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errors
Description
Hi,
A coworker got this traceback when a plugin failed to import:
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe3' in position 9939: ordinal not in range(128)
This happened in config.py
, at this point:
except ImportError as e:
new_exc = ImportError('Error importing plugin "%s": %s' % (modname, e))
And it was caused because the message came from the OS in pt-BR due to a DLL not being found:
DLL load failed: Não foi possível encontrar o módulo especificado.
cc @dplucenio
Metadata
Metadata
Assignees
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortopic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errors