Please what is the solution. Thanks
]]>Error msg:
Failed to delete post with id 873 on https://xxxxx.com. Status code: 401, Response: {"code":"rest_cannot_delete","message":"Sorry, you are not allowed to delete this post.","data":{"status":401}}
Reverting to v4.0 the error disappears.
The puzzling thing is that I can make posts ok with another custom script and it uses the same authentication details I use in my remove_post script.
Authentication code:
# Setup the authentication credentials
username = "xxxxx"
password = "xxxxxxxxxx"
token = base64.b64encode(f'{username}:{password}'.encode("utf-8")).decode("utf-8")
headers = {
"Authorization": "Basic " + token,
"Referer": "https://yahoo.com",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
}
]]>I am trying to set up this plugin on my clients website, using the “other” setting, as she’s a micro business and we’d like to keep costs down just now if possible. I was wondering if the fact she has 2-factor auth setup on her email would stop it authenticating? All the other settings seem good (though I can’t be sure!) Her email is through Microsoft business.
Basically her WooCommerce emails stopped being generated, so it’s an issue we’d like tio get fixed asap.
Thank you in advance for any help
]]>I set up JWT authentication years ago for an external application of mine to update a specific blog post each day with new text content. It’s worked flawlessly all this time (so thank you for that)
…. until yesterday something broke for the first time in years.
I’ve inserted debug lines at every stage of the update process in my application:
I’m using the standard: /wp-json/wp/v2/posts/{id} endpoint and the post permissions haven’t changed and the WP user has sufficient persmissions.
I saw that the plugin released a new version recently so I rolled back all plugins to a few days ago prior to your latest release but I’m still running into the error.
I’m going to continue to look for any other conflicting plugins or sources but I wanted to drop a line here to see if you have any recommendations or tests that I should run to narrow things down? All of the debugging I’ve done is on my application side parsing responses, are there any other logs on plugin side?
Thanks!
Evan
]]>It wasn’t there before, but now it looks like the screenshot. I didn’t issue an open API, I only use JWT tokens. Is this a hack?
If there is a way to block openAPI, please let me know.
]]>The Pinterest For WooCommerce plugin has detected an issue with your access token.
No operations are possible until you reconnect to Pinterest.
You have successfully set up your Pinterest integration.
You have successfully set up your Pinterest integration! Your product catalog is being synced and reviewed. This could take up to 2 days.
OFFER_DOES_NOT_MATCH_ADVERTISER_INTEGRATION_PLATFORM - The integration platform type of the offer must match the advertiser's
Note: the catalog never appears in Pinterest
Can you please provide a solution?
Thanks
]]>The site is built with Elementor and Ultimate Member and has very few other plugins. We updated, disabled, and reenabled all plugins trying to track it down.
The only thing we have been able to determine is that the issue happnes when UM is enabled, and does not happen when it is disabled.
Can you provide any guidance?
Thank you
Simon
]]>