mirror of
https://github.com/run-llama/notebookllama.git
synced 2026-07-16 07:04:28 -04:00
[REPORT] Error processing document: Error in step 'extract_file_data': unhandled errors in a TaskGroup (1 sub-exception) #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jingyi-zhao-01 on GitHub (Oct 2, 2025).
Originally assigned to: @AstraBert on GitHub.
Checklist
Before reporting bugs or help requests, please fill out the following checklist:
.envfile with the necessary keys, including OPENAI_API_KEY, LLAMACLOUD_API_KEY, ELEVENLABS_API_KEYtoolsdirectorydocker compose up -duv run src/notebookllama/server.pystrealit run src/notebookllama/Home.pyIssue Description
My issue is...
Relevant Traceback
Other details
OS:
OS: Arch Linux x86_64
Kernel: 6.16.1-arch1-1
Uptime: 3 days, 22 hours, 18 mins
Packages: 1368 (pacman), 10 (flatpak)
Shell: zsh 5.9
Resolution: 3840x2160
DE: Hyprland
WM: sway
Theme: Raleigh [GTK2/3]
Icons: breeze-dark [GTK2/3]
Terminal: kitty
CPU: AMD Ryzen 7 3700X (16) @ 3.600GHz
GPU: AMD ATI Radeon RX 5600 OEM/5600 XT / 5700/5700 XT
Memory: 19790MiB / 64197MiB
uv version:
0.8.22
streamlit version:
1.46.1
fastmcp version:
FastMCP version: 2.9.2
MCP version: 1.9.4
Python version: 3.13.7
Platform: Linux-6.16.1-arch1-1-x86_64-with-glibc2.42
FastMCP root path: /home/jingyi/PycharmProjects/notebookllama/.venv/lib/p…
llama-index-workflows version:
1.0.1
@jingyi-zhao-01 commented on GitHub (Oct 2, 2025):
i noticed there is an issue opened before but for windows, is the fix specific for windows environment ?
@AstraBert commented on GitHub (Oct 2, 2025):
No, this is mostly a timeout issue with the communication between LlamaCloud and MCP: since we wait for the extraction job to be completed, but some job take longer than other (big PDFs, as you were saying), it tends to happen that it times out on longer jobs (I think longer than 5 or 10 minutes, I don't remember how long we set the timer to be).
There is no real workaround for this except for raising the timeout threshold of the MCP
@jingyi-zhao-01 commented on GitHub (Oct 2, 2025):
got it, thanks for the reply, is there any configs we can modify to adjust the fastMCP timeout
@AstraBert commented on GitHub (Oct 24, 2025):
Yes, you can change this line: https://github.com/run-llama/notebookllama/blob/fbae0294329853932e19cf1be10885a81a1e2cd5/src/notebookllama/workflow.py#L9 to put the timeout to a higher limit