Nick Sweeting

Results 1271 comments of Nick Sweeting

ready to merge after this: https://github.com/browser-use/browser-use/pull/1146#discussion_r2015951549 thanks 👍

I have also just pushed some more logging and exception handling improvements to `main` as part of my browser launch process improvements. Next priority in this area is fixing the...

`0.1.40` is extremely old, please upgrade to `0.1.48` and report if the issue still occurs.

Merged thanks to @PaperBoardOfficial https://github.com/browser-use/browser-use/pull/1208!

Good to know, thanks, we'll make sure to test uploads from an iframe. Cc @gregpr07

Sounds like a good approach! We definitely could use some logging and error handling for missing API keys. If you start work on this, make a draft PR so I...

Can you pull `main` and try now? We have merged many fixes in the last 2 days. Also please set `BROWSER_USE_LOGGING_LEVEL=debug` in your `.env` file to see more detailed logs.

One issue here should be fixed now https://github.com/browser-use/browser-use/pull/1232! There was a bug where the `BrowserConfig` was being completely ignored. Make sure to quit all Chrome instances (cleanly) before starting browser-use....

There has been a fix merged in https://github.com/browser-use/browser-use/pull/1482. Please try with the latest code on `main`: `uv pip install -U git+https://github.com/browser-use/browser-use.git@main`. I'm closing this as OP's issue is very old...

just `git pull; uv sync` or `pip install --upgrade git+https://github.com/browser-use/browser-use.git@main` no need to install subdependency packages like `mem0ai` manually.