Home:ALL Converter>UnicodeDecodeError django

UnicodeDecodeError django

Ask Time:2015-09-05T11:04:41         Author:Gusan

Json Formatter

I got this error when loaded localhost:8000 in django project, and it was the same case in every django project

'utf8' codec can't decode byte 0x81 in position 501470: invalid start byte
Request Method:     GET
Request URL:    http://localhost:8/barang/
Django Version:     1.8.4
Exception Type:     UnicodeDecodeError
Exception Value:    

Exception Location:     C:\Python27\lib\codecs.py in decode, line 296
Python Executable:  C:\Python27\python.exe

how can i resolve it?

Author:Gusan,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/32409095/unicodedecodeerror-django
yy