python-wordpress-xmlrpc icon indicating copy to clipboard operation
python-wordpress-xmlrpc copied to clipboard

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

Open hasan-araav opened this issue 6 years ago • 2 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

hasan-araav avatar Jul 13 '19 04:07 hasan-araav

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

JeremiNunez avatar Feb 05 '21 04:02 JeremiNunez

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

how to resolve this error

me-one-click avatar Jun 06 '21 12:06 me-one-click