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
The strings used in logging calls in models.py are not unicode-friendly, so when e.g. we create a PID with pid_value = 'DINÂMIA-12345'this info logging call, raises an exception.
The solution is to convert them to unicode strings, i.e.:
The strings used in logging calls in models.py are not unicode-friendly, so when e.g. we create a PID with
pid_value = 'DINÂMIA-12345'
this info logging call, raises an exception.The solution is to convert them to unicode strings, i.e.:
The text was updated successfully, but these errors were encountered: