maxcutler / python-wordpress-xmlrpc

Python library for WordPress XML-RPC integration

Home Page:http://python-wordpress-xmlrpc.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<ProtocolError for example.com/api2/xmlrpc.php: 401 Unauthorized>

hasan-araav opened this issue · comments

Just got this issue when i tried to connecting with the wp site.

It shows this error. Username and password is correct but dont know why this is showing.

raise ServerConnectionError(repr(e))
wordpress_xmlrpc.exceptions.ServerConnectionError: <ProtocolError for example.com/api2/xmlrpc.php: 401 Unauthorized>

Python: 3.7
WordPress: 5.2.2
PHP: 5.6.40

Tengo el mismo error, cuando estoy creando una instancia en Odoo, lograste solucionarlo?

dict(resp.getheaders()) xmlrpc.client.ProtocolError: <ProtocolError for example.wordpress.com/xmlrpc.php: 401 Unauthorized>

how to resolve this error