Closed madguy02 closed 2 weeks ago
@VinciGit00 can you help me with this? is this because of the os i am using(fedora), as i am not able to install playwright as its not officially supported.
which version is this?
I am using the latest version scrapegraphai 1.28.0
@VinciGit00, facing the same issue.
@madguy02 @VinciGit00 , resolved this issue.
@aziz-ullah-khan how were you able to resolve it?
Yes
Facing the same issue. @aziz-ullah-khan what worked ?
please update to the new beta
thanks a lot @VinciGit00 , i am able to resolve this issue with this: https://github.com/ScrapeGraphAI/Scrapegraph-ai/releases , please use the latest beta4, it has the bug resolved
Thanks a ton!. Tried with 1.28.0-beta.4 and it works.
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:
any idea how this could be fixed (i am using the latest scrapegraphai )
Expected behavior it should give the output without any errors
Desktop (please complete the following information):
Browser: chrome
Just to be sure, i am adding the code snippet:
def scrapergraph(): graph_config = { "llm": { "api_key": openai_api_key, "model": "openai/gpt-4o-mini", "temperature": 0, }, "verbose": True, "headless": False, }
scrapergraph()