Saurabh Sungh
Saurabh Sungh
### Name and Version Chart Name: osdfir-infrastructure Chart Version: (found in Chart.yaml) /workspaces/osdfir-infrastructure/charts/osdfir-infrastructure/Chart.yaml ### What is the problem this feature will solve? Currently, there is no clear indication of which...
# Fix: Handle empty pages gracefully instead of returning 500 error ## 🐛 Problem Description When scraping a webpage that contains no visible or extractable content, the Firecrawl API incorrectly...
## Summary This PR enhances Firecrawl's Playwright service with comprehensive anti-fingerprinting capabilities to bypass Cloudflare and other anti-bot systems. ## Problem Firecrawl's self-hosted Playwright engine was being blocked by anti-bot...
### Summary Fix Python SDK image search results not populating `image_url`, `image_width`, `image_height`. Also map news `imageUrl` → `image_url`. ### Why this is helpful - Enables downstream apps to display...
- Fix DOCX processor: Add proper temp file cleanup, error handling, and abort signal support - Add comprehensive mammoth.js configuration with image handling and warnings - Implement file validation with...
## Summary This PR improves error handling in the Python SDK for Firecrawl, especially for cases where domains are blocked or API failures occur. Previously, exceptions raised during scraping or...
## Bug Fix: Sources Parameter Schema Validation ### Problem The `firecrawl_search` tool had a mismatch between documentation and implementation: - **Documentation** showed `sources` as an array of strings: `["web"]` -...