theanti9 / PyCrawler

A python web crawler
212 stars 104 forks source link

UnicodeDecodeError: 'utf8' codec can't decode byte 0xb0 in position 58: invalid start byte #16

Open chriszeng87 opened 9 years ago

chriszeng87 commented 9 years ago

Sorry, I always got this problem. Is it my fault or a bug? It seems the exception only happens when there is Chinese.

theanti9 commented 9 years ago

This is a bug, similar to what is referenced in issue #13 which was solved by pr #14

I don't actively maintain this project anymore, but if you make a fix for it, I'll be happy to merge it.