[Bug] Python SDK Not Catching All scraping methods failed
Error
#851
Labels
bug
Something isn't working
All scraping methods failed
Error
#851
Describe the Bug
When this issue occurs from scraping a page failing, instead of throwing this exception, it seems that content is just empty instead.
To Reproduce
Steps to reproduce the issue:
All scraping methods failed for url:
on the dashboard.scrape_url(url)
method{'content': '', 'markdown': '', 'linksOnPage': [], 'metadata': {'sourceURL': 'https://ycombinator.com/people', 'pageStatusCode': 200}}
Expected Behavior
An exception should be thrown by the
scrape_url
method instead of returning empty content.Screenshots
If applicable, add screenshots or copies of the command line output to help explain the issue.
Environment (please complete the following information):
Logs
Additional Context
Add any other context about the problem here, such as configuration specifics, network conditions, data volumes, etc.
Repeating the error is inconsistent and I am not reaching a rate limit for my api key.
The text was updated successfully, but these errors were encountered: