Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crawling Request Failed Without Explanation #900

Open
rayliverified opened this issue Jan 18, 2025 · 1 comment
Open

Crawling Request Failed Without Explanation #900

rayliverified opened this issue Jan 18, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@rayliverified
Copy link

Describe the bug
Crawl should succeed and return data.
Image

To Reproduce
Steps to reproduce the behavior:

  1. Run on scrapegraph site.
  2. URL: https://developers.google.com/blogger
  3. Instructions: Get all the pages of the documentation on the Blogger API.

Expected behavior
Results are returned successfully.

Copy link

dosubot bot commented Jan 18, 2025

Hello @rayliverified, I'm here to help you with any bugs, questions, or contributions you have. Let's work together to solve the issue you're encountering.

To address the issue of a crawling request failing without explanation in Scrapegraph-ai, consider the following steps:

  1. Check Configuration: Ensure that your Scrapegraph-ai setup is correctly configured to handle the specific requirements of the Blogger API documentation. This includes setting up any necessary authentication and handling the API's response format.

  2. Authentication: Verify if the Blogger API requires authentication. If so, ensure that your Scrapegraph-ai instance is configured to provide the necessary credentials.

  3. Response Format: Make sure that the tool is capable of processing the response format of the Blogger API. This might involve setting up a schema or using a specific parser to handle the data correctly.

  4. Error Handling: Although specific error codes or messages for failed crawl requests in Scrapegraph-ai are not documented, reviewing logs or debugging output might provide more insight into what went wrong.

  5. Retry Mechanism: Implement a retry mechanism in case of transient errors or network issues that might cause the request to fail.

If these steps do not resolve the issue, consider checking for any updates or patches to the Scrapegraph-ai library that might address known issues with crawling specific types of content.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added the bug Something isn't working label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant