Describe the problem/error/question
I’m using the basic Telegram bot feature. My goal is that if the answer is correct, it should create a post in my WordPress Blog:
WordPress configuration:
What is the error message (if any)?
However, I noticed two errors:
- When I configure the credentials, I get: “Couldn’t connect with these settings More details”
I tried to create 3 credentials without success. I created them based on the documentation:
- When I try to run the bot:
Please share your workflow
This is the WordPress failing part:
{
“meta”: {
“templateId”: “2035”,
“templateCredsSetupCompleted”: true,
“instanceId”: “6a22b654530ee8e0e3f17f611c73b11ff6b32ebc6b0a196bc6fb3795887d4e63”
},
“nodes”: ,
“connections”: {},
“pinData”: {}
}
Share the output returned by the last node
Stack
NodeApiError: The resource you are requesting could not be found
at Object.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1187:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Object.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1876:20)
at Object.wordpressApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Wordpress/GenericFunctions.js:26:16)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Wordpress/Wordpress.node.js:149:40)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:700:19)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:656:53
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1058:20
Information on your n8n setup
I’m using the cloud one.
Any idea what I’m doing wrong? Thanks.