You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bb = Browserbase(
# This is the default and can be omitted
api_key=BROWSERBASE_API_KEY,
)
session = client.sessions.create(
project_id=BROWSERBASE_PROJECT_ID,
)
Passing project_id like it is leads to error in title.
The text was updated successfully, but these errors were encountered:
Describe the bug
Looks like ScrapeGraphAI's implementation of the BrowserBase SDK does not match its current SDK API.
See how its currently implemented:
Scrapegraph-ai/scrapegraphai/docloaders/browser_base.py
Line 60 in fe89ae2
See how it should be implemented: https://github.com/browserbase/sdk-python/tree/v1.0.5
Passing
project_id
like it is leads to error in title.The text was updated successfully, but these errors were encountered: