On Monday 08 May 2017 09:10:15 rmschne wrote:
> I have a Django setup that has worked for a very long time. Yesterday
> I upgraded from Django 1.10 to 1.11.1 and am getting the error:
>
> raise DjangoUnicodeDecodeError(s, *e.args)
> django.utils.encoding.DjangoUnicodeDecodeErrorJón
>
> : 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in
>
> range(128).
I'm sorry - but this isn't your real error.
You will see it in your WSGI daemon logs once you set DEBUG to false.
This error is caused by Django trying to print the error using ascii codec for the debug output (I haven't chased it down any further and I should really report it).
As said, your real error is somewhere else and that will probably make more sense.
--
Melvyn Sopacua
No comments:
Post a Comment