wordpress_xmlrpc运行异常
异常:
xml.parsers.expat.ExpatError: XML or text declaration not at start of entity: line 2, column 0
解决:
找到client.py类,将self._parser.Parse(data, 0)调整为self._parser.Parse(data.strip(), 0)
当前文章价值5.24元,扫一扫支付后添加微信提供帮助!(如不能解决您的问题,可以申请退款)

你可能感兴趣的文章
分类:WordPress
标签:WordPress, wordpress_xmlrpc
评论已关闭!