Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
108 views
in Technique[技术] by (71.8m points)

python - How to solve UnicodeDecode error in django

I was making a project but I accidentally deleted the git changes. The files were all lost but fortunately i recovered them using Recuva. The problem i am now facing is this, when i open the website, the first page shows up normally but the when i click that object to get its details, i get this error:

UnicodeDecodeError at /cartoon/2
'utf-8' codec can't decode byte 0x9d in position 0: invalid start byte

can someone help me with this, thank you in advance

question from:https://stackoverflow.com/questions/65884630/how-to-solve-unicodedecode-error-in-django

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...