'utf-8' codec can't decode byte 0xe4 in position 7333: invalid continuation byte
Request Method: | GET |
---|---|
Request URL: | http://127.0.0.1:8000/news/ |
Django Version: | 2.1 |
Exception Type: | UnicodeDecodeError |
Exception Value: | 'utf-8' codec can't decode byte 0xe4 in position 7333: invalid continuation byte |
Exception Location: | C:\Users\Mikko\django-project\lib\codecs.py in decode, line 321 |
Python Executable: | C:\Users\Mikko\django-project\Scripts\python.exe |
Python Version: | 3.6.4 |
Python Path: | ['C:\\Users\\Mikko\\django-project\\topi', 'C:\\Users\\Mikko\\django-project\\Scripts\\python36.zip', 'C:\\Users\\Mikko\\django-project\\DLLs', 'C:\\Users\\Mikko\\django-project\\lib', 'C:\\Users\\Mikko \\django-project\\Scripts', 'c:\\python36-32\\Lib', 'c:\\python36-32\\DLLs', 'C:\\Users\\Mikko\\django-project', 'C:\\Users\\Mikko\\django-project\\lib\\site-packages'] |
Server time: | Sat, 13 Oct 2018 14:25:38 +0000 |
The string that could not be encoded/decoded was: ;"> N�yt� t
In template C:\Users\Mikko\django-project\topi\news\templates\news\home.html
, error at line 1
1 | {% extends 'news/base.html' %} |
---|