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
Enter prompt "write a script to get weather in C in Bangkok"
It frezes with the following console error:
2024/04/15 07:54:00 Processing command 3 of type browser
2024/04/15 07:54:00 Trying to get content from https://www.google.com/search?q=free+weather+API
2024/04/15 07:54:00 failed to process browser: failed to get content: error loading page: error resolving url: Get "http://127.0.0.1:9222/json/version": dial tcp 127.0.0.1:9222: connect: connection refused
2024/04/15 07:54:00 Waiting for a task
Opening the URL above manually works fine.
The text was updated successfully, but these errors were encountered:
Are you using any VM, or just running Docker containers natively on your machine? It seems like the main Docker container can't reach the browser container.
2024/04/16 10:57:53 Trying to get content from https://github.com/plandex-ai/plandex/issues/92
2024/04/16 10:57:53 failed to process browser: failed to get content: error loading page: error resolving url: Get "http://127.0.0.1:9222/json/version": dial tcp 127.0.0.1:9222: connect: connection refused
2024/04/16 10:57:53 Waiting for a task
Just wanted to add it's similar to #53 but in my case I'm doing Host -> WSL -> Docker
Steps to replicate:
Opening the URL above manually works fine.
The text was updated successfully, but these errors were encountered: