You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to make a post, but I found the error as follows: wordpress_xmlrpc.exceptions.ServerConnectionError: <ProtocolError for mydomain.com/xmlrpc.php: 500 Internal Server Error>
errors that occur in my script as follows:
from wordpress_xmlrpc import Client
//error here
client = Client('http://mydomain.com/xmlrpc.php', 'username', 'password')
I asked for his help to resolve the issue.
Thanks before.