cline / cline

Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev
Apache License 2.0
12.6k stars 986 forks source link

Project IDX can't use headless browser for screenshots/`@url` context mention #486

Open lazmo88 opened 1 month ago

lazmo88 commented 1 month ago

Which API Provider are you using?

OpenRouter

Which Model are you using?

Claude 3.5 Sonnet

What happened?

Unable to reference URL's on idx.dev enviroment. Following error is thrown:

Error fetching content for https://github.com/X/X/blob/main/custom_components/X/config_flow.py: Failed to launch the browser process! /home/user/.codeoss-cloudworkstations/data/User/globalStorage/saoudrizwan.claude-dev/puppeteer/.chromium-browser-snapshots/chromium/linux-1366715/chrome-linux/chrome: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory TROUBLESHOOTING: https://pptr.dev/troubleshooting

Steps to reproduce

  1. Start idx.dev enviroment
  2. Install Cline, config Cline.
  3. Try to reference URL in the chat with @URL command.

Relevant API REQUEST output

No response

Additional context

No response

saoudrizwan commented 1 month ago

Thanks for reporting, will look into this!

existentialstudios commented 1 month ago

This started happening to me today, however, everything was working fine yesterday. Using Gemini-flash-002. At first it couldn't access anything for context including local files. After reopening the project in idx, it was able to see the project/local files, but still can't access URL's.