n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
45.51k stars 6.27k forks source link

Hive v3 - Execute responder always returns an error #10581

Open gran1um opened 2 weeks ago

gran1um commented 2 weeks ago

Bug Description

I'm using Hive3 . When I run a responder execution as part of workflow I get the following error

The resource you are requesting could not be found A client error occurred on POST /api/v1/query?name=task-actions :

although the task is successfully executed and the responder in Hive is working. N8N can't get the status of the task because it is pulling a path that is not in the hive api.

This is the response I get when I request the address “.../api/v1/query” in Hive

404 A client error occurred on GET /api/v1/query : Resource not found by Assets controller

To Reproduce

  1. Go to workflow builder
  2. Create Hive3 execute responder node
  3. Add credentials and task id
  4. Select the required responder
  5. Start the node
Снимок экрана 2024-08-28 в 11 03 31

Expected behavior

N8N successfully obtains responder execution status and does not generate an error

Operating System

Ubuntu 22.04

n8n Version

1.55.3

Node.js Version

v20.15.0

Database

PostgreSQL

Execution mode

main (default)

Joffcom commented 2 weeks ago

Hey @gran1um,

We have created an internal ticket to look into this which we will be tracking as "GHC-192"

uralmetal commented 1 week ago

@Joffcom How to view status "GHC-192" ticket?

Joffcom commented 4 days ago

Hey @uralmetal,

There is no public status for our internal tickets at the moment, Looking at this one have you tried manually calling the API just to make sure it is working?

uralmetal commented 4 days ago

Yeah, what do I do?