diff --git a/wxpy/api/messages/message.py b/wxpy/api/messages/message.py index f0911b0..32d22a3 100644 --- a/wxpy/api/messages/message.py +++ b/wxpy/api/messages/message.py @@ -223,7 +223,7 @@ def articles(self): from wxpy import MP if self.type == SHARING and isinstance(self.sender, MP): - tree = ETree.fromstring(self.raw['Content']) + tree = ETree.fromstring(self.raw['Content'].encode('utf8')) # noinspection SpellCheckingInspection items = tree.findall('.//mmreader/category/item')