maxcutler / python-wordpress-xmlrpc

Python library for WordPress XML-RPC integration
http://python-wordpress-xmlrpc.rtfd.org
MIT License
380 stars 129 forks source link

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

Open hasan-araav opened 5 years ago

hasan-araav commented 5 years ago

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

JeremiNunez commented 3 years ago

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

me-one-click commented 3 years ago

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

how to resolve this error