Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid url when Call n8n Workflow Tool used tutorial https://docs.n8n.io/advanced-ai/intro-tutorial/ #12814

Open
eusoubrasileiro opened this issue Jan 23, 2025 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@eusoubrasileiro
Copy link

Bug Description

After installing the n8n docker image like bellow on

Execution mode

sudo docker run -it --name n8n --restart always   -p 5678:5678   -v ~/n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n

Then I was following the tutorials.

I did the long tutorial for testing.
Then I went to the build AI workflow in n8n
Everything was going fine... then this bellow can't work.
I found this discussion here pretty similar.
It seems the error is also happening on the cloud version (not deprecated)

No solution so far.

Using 1.75.2 and tested also on 1.68 docker image suggested by @Jon but… same error.

More details bellow

Image

Image

{
"errorMessage": "Invalid URL",
"errorDetails": {
"rawErrorMessage": [
"Invalid URL"
],
"httpCode": "none"
},
"n8nDetails": {
"nodeName": "Call n8n Workflow Tool",
"nodeType": "@n8n/n8n-nodes-langchain.toolWorkflow",
"nodeVersion": 1.2,
"itemIndex": 0,
"runIndex": 0,
"time": "1/23/2025, 11:07:38 AM",
"n8nVersion": "1.75.2 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"NodeApiError: Invalid URL",
" at RoutingNode.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/RoutingNode.js:159:23)",
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:683:23)",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:890:51",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1224:20"
]
}
}

Thanks a lot for any help!

To Reproduce

Hit Test workflow on the node Call n8n Workflow Tool

Expected behavior

Call n8n Workflow tool node would call the other workflow that would generate a list of fruits and colors.
It was created exactly according the tutorial copying the json and even from zero adding one by one.

Operating System

Ubuntu 24.04.1 LTS

n8n Version

1.75.2

Node.js Version

1.2

Database

SQLite (default)

Execution mode

own (deprecated)

@Joffcom
Copy link
Member

Joffcom commented Jan 23, 2025

Hey @eusoubrasileiro,

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

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants