Open kalico1 opened 3 months ago
Try my fixed version https://github.com/devbean/obsidian-wordpress/pull/89
I'm having the same issue when using REST API with application password. "Invalid username or password"
When I switch to XMLRPC it works fine, connects, and publishes the post (even using the application password and not the user password)
Any ideas? I looked thru all my security plugins and didn't find anything disabling REST API. (One was disabling XMLRPC at first, but that was easy to turn off)
Hello! Thank you for what looks like a wonderful plugin! I really hope to get it working with my site.
Each time I attempt to publish, I get an error message that says "invalid username or password".
What I've Tried:
Notes:
REST GET https://*****.com/wp-json/wp/v2/users?search=xxx {headers: {…}}headers: authorization: "Basic ZmlvcmVsbGF3eWxkZT*******F3IFN0bmsgZmt0WQ=="[[Prototype]]: Objectconstructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()__proto__: (...)get __proto__: ƒ __proto__()set __proto__: ƒ __proto__()[[Prototype]]: Objectconstructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()__defineGetter__: ƒ __defineGetter__()__defineSetter__: ƒ __defineSetter__()__lookupGetter__: ƒ __lookupGetter__()__lookupSetter__: ƒ __lookupSetter__()__proto__: (...)get __proto__: ƒ __proto__()set __proto__: ƒ __proto__() plugin:obsidian-wordpress:80967
REST GET https://*****.com/wp-json/wp/v2/users?search=xxx {headers: {…}}
Thanks in advance for any assistance!