Use command line to crawl but got Error: 'list' object has no attribute #1013
Unanswered
siwale-kamasatjakul
asked this question in
Forums - Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got the error "Error: 'list' object has no attribute 'markdown'" when using the command:
crwl crawl https://docs.crawl4ai.com/core/browser-crawler-config/ -C crawler_config.yaml -o markdown -v
I also tried using -o all and omitting the type for -o, but still received the error:
"Error: 'list' object has no attribute 'model_dump'"
This is my config file.
crawler_config.yaml
type: CrawlerRunConfig
params:
verbose: true
deep_crawl_strategy:
type: BFSDeepCrawlStrategy
params:
max_depth: 1
include_external: false
How to debug more error or how to fix this ?
Beta Was this translation helpful? Give feedback.
All reactions