continue: Release not work

Before submitting your bug report

Relevant environment info

- OS: Ubuntu 22.04
- Continue: v0.6.4
- IDE Gitpod Web IDE

Description

[2023-11-21 06:46:57] [WARNING] Failed to load config from /home/gitpod/.continue/config.py: module 'config' has no attribute 'config'
[2023-11-21 06:46:57] [WARNING] Failed to load config modifier from /home/gitpod/.continue/config.py: [Errno 2] No such file or directory: '/home/gitpod/.continue/config.py'
[2023-11-21 06:46:57] [DEBUG] ------ Begin Logs ------
[2023-11-21 06:46:57] [DEBUG] Downloading MeiliSearch with curl...
[2023-11-21 06:46:59] [DEBUG] Starting MeiliSearch...
[2023-11-21 06:46:59] [INFO] Meilisearch started at http://localhost:7700
[2023-11-21 06:47:00] [WARNING] Failed to load config modifier from /home/gitpod/.continue/config.py: [Errno 2] No such file or directory: '/home/gitpod/.continue/config.py'

To reproduce

  1. Run workspace
  2. Install continue
  3. Reload Web IDE
  4. Continue server fails to start, error in logs

Log output

No response

About this issue

  • Original URL
  • State: closed
  • Created 7 months ago
  • Reactions: 2
  • Comments: 15 (5 by maintainers)

Most upvoted comments

@vanarok Had Continue been working before and it was only this release that caused it to fail?

Screen Shot 2023-11-20 at 10 59 14 PM

And when you say failing to start, is this what you are seeing?

@nicoboss I added this in version 0.7.48. It’s called “Proxy Server Url” in VS Code settings. Ideally I’ll also be able to get this programmatically but best to just quickly solve the problem for now

edit: 0.7.49

Thank you very much for quickly solving this issue. I updated to the latest Pre-Release and can confirm that everything works after setting “Proxy Server Url”.

To automate the default value of “Proxy Server Url” in the future the environment variable VSCODE_PROXY_URI could be used for code-server versions based on coder/code-server. Replace {{port}} with 65433. For example VSCODE_PROXY_URI=https://{{port}}.srp.nico.re:8443/ gets https://65433.srp.nico.re:8443 in my case.

@nicoboss I added this in version 0.7.48. It’s called “Proxy Server Url” in VS Code settings. Ideally I’ll also be able to get this programmatically but best to just quickly solve the problem for now

edit: 0.7.49