mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-23 00:41:56 +00:00
The try/except wrapped the entire for loop, so the first URL that returned an HTTP error from Firecrawl (e.g. 402, 403, 404, 400) terminated the loop and silently dropped every URL that came after it. The `continue_on_failure` flag was effectively a no-op: it suppressed the exception but did not actually continue iterating. |
||
|---|---|---|
| .. | ||
| data | ||
| open_webui | ||
| .dockerignore | ||
| .gitignore | ||
| dev.sh | ||
| requirements-min.txt | ||
| requirements.txt | ||
| start.sh | ||
| start_windows.bat | ||