I have the same problem. It seems to be a problem with decoding some characters in the newsfeed. For me it is usually the 0x9a character. An easy solution would be to set the unicode decoding errors to "replace"/"ignore" instead of "strict". The fetch process would just skip the problematic character. But that has to be changed somewhere in the code, which is beyond my skills/knowledge.
|