ScrapeGraphAI - **Describe the bug** Whenever we are trying to scrape a website using scrapegraphai, we are facing an issue with the parsing of the json output **To Reproduce** Steps to reproduce the behavior: I am running the example code, given here: https://github.com/ScrapeGraphAI/Scrapegraph-ai but i still face this issue: ``` --- Executing Fetch Node --- --- (Fetching HTML from: https://scrapegraphai.com/) --- --- Executing ParseNode Node --- --- Executing GenerateAnswer Node --- Traceback (most recent call last): File "[HOME]/...

## The fix

ScrapeGraphAI failing to parse the JSON output from the generate-answer node: fixed in the latest beta release. The reporter confirmed the bug is resolved in beta4. Upgrade to the newest beta from the ScrapeGraphAI releases page.

Thread: gh:ScrapeGraphAI/Scrapegraph-ai#782