Replies: 3 comments 3 replies
|
Thanks for the clear report — and you're right. I verified the root cause: the Crawl4AI Docker client lives in content-core (the extraction library Open Notebook uses), and it currently posts to This is small and well-defined, so it graduates straight to work items — no exploration needed:
Since you run a real external instance: would you be up for testing against it once the fix lands? Status: accepted → graduated to Issues (links above). |
|
Closing the loop: the fix is in. content-core v2.0.7 sends Since you offered to test against your remote instance: the Status: resolved — shipped on |
|
Thank you!! I have confirmed that by using the |
Uh oh!
There was an error while loading. Please reload this page.
What are you trying to do?
Starting with version v0.9.0, the Docker version of Crawl4AI requires a bearer token for external connections by default.
see. https://github.com/unclecode/crawl4ai/blob/main/deploy/docker/MIGRATION.md
I would like to connect to a running Crawl4AI Docker instance from an open-notebook.
What feels difficult or missing today?
Since I am running a separate crawl4ai server alongside open-notebook, adding crawl4ai into open-notebook would result in redundancy and be a waste of resources.
What outcome would help?
By setting the bearer token for the target crawl4ai instance in an environment variable or similar, you can connect to and use the server specified by CRAWL4AI_API_URL just as before.
How do you handle this today?
No response
Additional context, examples, or possible directions
No response
How would you like to participate?
Before posting
All reactions