Skip to content

feat: update examples

2e477d1
Select commit
Loading
Failed to load commit list.
Merged

Pagination integration #44

feat: update examples
2e477d1
Select commit
Loading
Failed to load commit list.
Cursor / Cursor BugBot completed Jul 17, 2025 in 3m 37s

BugBot Review

BugBot Analysis Progress (3m 40s elapsed)

✅ Gathered PR context (3s)
✅ Analyzed code changes (0s)
✅ Completed bug detection — 1 potential bug found (3m 34s)
✅ Validation and filtering completed (0s)
✅ Posted analysis results — 1 bug reported (2s)
✅ Analysis completed successfully (0s)

Final Result: BugBot completed review and found 1 potential issue

Request ID: serverGenReqId_d37c5620-385c-41e9-bf17-205ea07b7dbc

Details

Bug: Keyword Argument Mismatch in Crawl Function

A TypeError occurs at runtime when a test calls client.crawl() using the keyword argument schema, because the function's parameter is actually named data_schema. This leads to a parameter name mismatch.

scrapegraph-py/tests/test_client.py#L242-L243

https://github.com/ScrapeGraphAI/scrapegraph-sdk/blob/2e477d1b550a5044e58b8cfab66d70146544e357/scrapegraph-py/tests/test_client.py#L242-L243

scrapegraph-py/tests/test_client.py#L266-L267

https://github.com/ScrapeGraphAI/scrapegraph-sdk/blob/2e477d1b550a5044e58b8cfab66d70146544e357/scrapegraph-py/tests/test_client.py#L266-L267

scrapegraph-py/tests/test_async_client.py#L614-L615

https://github.com/ScrapeGraphAI/scrapegraph-sdk/blob/2e477d1b550a5044e58b8cfab66d70146544e357/scrapegraph-py/tests/test_async_client.py#L614-L615

scrapegraph-py/tests/test_async_client.py#L638-L639

https://github.com/ScrapeGraphAI/scrapegraph-sdk/blob/2e477d1b550a5044e58b8cfab66d70146544e357/scrapegraph-py/tests/test_async_client.py#L638-L639

scrapegraph-py/tests/test_async_client.py#L573-L576

https://github.com/ScrapeGraphAI/scrapegraph-sdk/blob/2e477d1b550a5044e58b8cfab66d70146544e357/scrapegraph-py/tests/test_async_client.py#L573-L576

Fix in CursorFix in Web


Was this report helpful? Give feedback by reacting with 👍 or 👎