gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.5k stars 760 forks source link

VSCODE Dev Container #54

Closed xamelion closed 1 year ago

xamelion commented 1 year ago

When opening a browser in a dev container, the error Unable to login. Make sure to login and keep your browser open. This error may also be due to OpenAI servers down or that it's throttling the requests. Error: Error Failed to launch the browser process !spawn /opt/yandex/browser/yandex-browser ENOENT TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md . If you install it in the "Chrome" container, then it swears on the X server. Maybe somehow you can make it so that when the browser leaves the dev container, the browser is in the system, and not in the container?

gencay commented 1 year ago

@xamelion could you try @Checkm3out's solution in the readme? If that resolves your issue, let's close this.

Tan-Aki commented 1 year ago

The solution provided here https://github.com/gencay/vscode-chatgpt/issues/62 was the solution indeed.