The server and the laptop with cursor is on the same home network subnet so can’t be a connection issue. Next time it happens I will send the request ID. Now most of the time it just sits and does nothing unless I send a chat in the prompt. Why is that happening? As shown the screenshot it started pytest and it just waited for more than 1 hr but when I run it myself from the terminal I get the result in 30sec.
Request ID: 39d24eed-4d39-41bd-9ef1-d5027b39d057
Hey, it looks like the agent got stuck in a loop behind the scenes here, but I’ve reported this to the team to look into.
For now, can you confirm if starting a new composer session with the plus (+) in the top gets things going?
Yes I have started a new composer and its working but I would really like to keep it in the original window to have the context history.
I have seen one bug, many times the composer terminal hangs and only way to make it work is pop out the terminal. It works if I do it in a reasonable time frame. If I do bit late it times out. Check the 2nd image it has already completed the commands then why it was waiting?
Request ID: a1f34bbf-d9a4-48c8-bb6c-236367bcac38
@danperks New version 0.45.3 is crashing
Increased paging size and deleted the folders under %appdata%/code/CachedData/ and still its happening. Its crashes every time I try to open.
Does this happen on every project you work on, or just one?
It’s likely to be an extension causing this, so I’d recommend reviewing your extensions and try disabling them one by one to find which is causing issues.
Also, you can run the Process Explorer to see what is using all of your memory:
It worked after I removed all .cursor cache folders. cursor process is taking up quite much memory almost 3.5gig. Typing in composer and chat has quite a delay sometimes around few seconds
Other users have reported a delay here, but we are looking into this now.
It appears that the issue is caused by the state.vscdb
file, which has grown very large. This file stores all the history and project data in VSCode. After deleting it to address performance issues, project history and modifications are no longer accessible, which is preventing further use of the project. Many users have reported similar delays, and this might be the underlying cause. Could you please provide a solution to handle this issue, as it is currently making the project completely unusable?
I have this error repeatedly today
Hey, we’ve had some high demand today due to the release of Claude 3.7, but things should be more stable now, sorry for the issues!