crawl4ai
crawl4ai copied to clipboard
[Bug]: [Playground] Custom config options removed when switching config type
crawl4ai version
0.6.0
Expected Behavior
If I set custom config options and then switch to another config type and back, the options I added are removed
Current Behavior
Custom options persist for the duration of browser session
Is this reproducible?
Yes
Inputs Causing the Bug
Steps to Reproduce
1. On playground, input some custom config options to `CrawlerRunConfig`
2. Switch to `BrowserConfig`
3. Switch back to `CrawlerRunConfig`
4. Observe only the default options
Code snippets
OS
Linux
Python version
3.11
Browser
No response
Browser version
No response
Error logs & Screenshots (if applicable)
Response field would show success: True on the first line even if all URLs failed.
Additional question: In the scenario, where I'm using playground to fetch 1 specific url with set configuration, what could be a reason this request will fail 8 times out of 10 with timeout error, but be successful for the other 2 attempts?
Still the case in 0.7.0 and its really annoying!