continue: Release not work
Before submitting your bug report
- I believe this is a bug. I’ll try to join the Continue Discord for questions
- I’m not able to find an open issue that reports the same bug
- I’ve seen the troubleshooting guide on the Continue Docs
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
- Run workspace
- Install continue
- Reload Web IDE
- 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)
@vanarok Had Continue been working before and it was only this release that caused it to fail?
And when you say failing to start, is this what you are seeing?
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 exampleVSCODE_PROXY_URI=https://{{port}}.srp.nico.re:8443/getshttps://65433.srp.nico.re:8443in 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