Oura node always returns a 404

Describe the problem/error/question

I’ve set up my Personal Access Token but can’t seem to get my Oura Node to return anything but a 404. I wonder if this node only support Oura 2.0 rings?

What is the error message (if any)?

NodeApiError: The resource you are requesting could not be found at Object.ouraApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Oura/GenericFunctions.js:28:15) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Oura/Oura.node.js:66:36) at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:728:19) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:660:53 at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1062:20

Please share your workflow

Just attempting to do a Profile Get in my node for testing.

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

{
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “086ad41eed85ceacda8912dfeb3d9f4acf63987a23b87b3b64cc23d201bb6062”
},
“nodes”: ,
“connections”: {},
“pinData”: {}
}

Share the output returned by the last node

NodeApiError: The resource you are requesting could not be found at Object.ouraApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Oura/GenericFunctions.js:28:15) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Oura/Oura.node.js:66:36) at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:728:19) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:660:53 at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1062:20

Information on your n8n setup

  • n8n version: 1.41.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system:

Hi @Rodney_Almodovar, thank you for reaching out and being a part of the community! That’s a great question I’ll ask around my team to see who actually has an Oura ring, as that seems to be a barrier to creating an account and getting API access to then test the authentication and API responses.

Perhaps you could ask around our community more to see if others have used the Oura node? Otherwise, you could test the same request you are trying to make with an HTTP Request node, but specify the Oura API V2 to test your hypothesis.

I hope this was of some help, and I’ll let you know if I find someone who is familiar with that node!

Hello,
I’m pretty sure its my fault as I’m struggling with the concept of building a work flow. I’ll keep at it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.