continue: Extension does not start
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: Manjaro 6.4.3
- Continue: 0.0.409
- Python: 3.11.5 (and 3.10.12)
- IDE: Code OSS 1.82.0
Description
Extension prompts the “Continue Server Starting” loading screen and this loading screen keeps on forever.
It seems like the server is starting as expected (tried running it manually and the server starts without issues). It worked for me on a previous version (I think in August but I am not really sure, I reinstalled my OS in between and I am not sure if I used Continue after) but I tried and older version earlier and I have the same issue.
I noticed that the server keeps running after VSCode is closed until I reopen VSCode. Then the process is killed and a new server is started.
After deleting the .continue folder I also noticed that the config.py and other files in this folder are missing.
To reproduce
- Install Continue extension
- Swap to Continue extension in the side bar
Log output
Server Logs (Restarted VSCode multiple times):
[2023-10-03 10:41:47,318] [DEBUG] ------ Begin Logs ------
[2023-10-03 10:41:47,643] [DEBUG] Downloading MeiliSearch...
[2023-10-03 10:42:02,762] [DEBUG] Starting MeiliSearch...
[2023-10-03 10:42:02,762] [DEBUG] Meilisearch started
[2023-10-03 10:50:41,299] [DEBUG] ------ Begin Logs ------
[2023-10-03 10:50:41,616] [DEBUG] Meilisearch started
[2023-10-03 10:56:47,354] [DEBUG] ------ Begin Logs ------
[2023-10-03 10:56:47,687] [DEBUG] Meilisearch started
VS Code console logs:
[Extension Host] Using Continue version: 0.0.409
workbench.desktop.main.js:sourcemap:132 [Extension Host] In workspace: /run/media/lukas/linux_data/Projects/Homepage
workbench.desktop.main.js:sourcemap:132 [Extension Host] Killing server from old version of Continue
workbench.desktop.main.js:sourcemap:132 [Extension Host] Downloaded server executable at /home/lukas/.continue/server/exe/run
workbench.desktop.main.js:sourcemap:132 [Extension Host] Looking for file at /home/lukas/.continue/server/exe/run
workbench.desktop.main.js:sourcemap:132 [Extension Host] ---- Starting Continue server ----
workbench.desktop.main.js:sourcemap:132 [Extension Host] Error caught: Error: spawn ETXTBSY.
Retrying attempt 1...
workbench.desktop.main.js:sourcemap:132 [Extension Host] Continue server started
About this issue
- Original URL
- State: closed
- Created 9 months ago
- Reactions: 1
- Comments: 26 (13 by maintainers)
@sestinj I tried the newest version and it still works. So I think the issue is fixed. Thanks for your work 😃
Hey @sestinj I just used Code - OSS for something and tried Continue out of curiosity and it seems to work now.
I’m running
v0.1.33but I have no Idea since when it is working again.No problem. Until this is fixed I will simply use Visual Studio Code instead of Code - OSS which is fine for me.