Starter kit / token splitter / fetch failed

Hi All, hope you’re doing well !

just starting to work with n8n. Got an error at Token splitter node: fetch failed.

Workflow: chat + qdrant + embeded ollama (nomic-ebmedded text) + default data loader + token splitter.

Platform: Win11/WSL/Docker/self-hosted-ai-starter-kit nvidia

Dont know how to chek n8n EXECUTIONS_PROCESS , but i am pressing CHAT to upload a document or trying to test particular qdrant.

Try to enter any simple text prompt and attach a txt or pdf file.
Got: Error in sub-node ‘Token Splitter‘ fetch failed

While debugging Token Spliiter node see:

  1. At the Input left side:
  • File name,
  • File size,
  • File type: aplication/pdf.
    if debugging in chat windows - i can see the text content of PDF or TXT file.
  1. On the Output right side:
    fetch failed
    Error details
    Other info
    n8n version: 1.63.4 (Self Hosted)
    Time: 10/31/2024, 1:46:47 AM
    Error cause
{}

The code is the latest one available in n8n repo. Can’t find out what am i doing wrong. Please help me to find the reason for that behaviour.

This is full configuration:

Appriciate for your help!
Wish you luck.

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

All of above is in the message.

n8n version: 1.63.4 (Self Hosted)
Database: Qdrant
n8n EXECUTIONS_PROCESS setting (default: own, main)
Platform: Win11/Docker/self-hosted-ai-starter-kit nvidia
OS: Win11

Update: WSL doesnt involved in the stack as it shown in inital message.