Things seemed to be working well, consistently until today. Now when I try to apply code patches it just sits on generating… (forever) until I have to cancel. I’ve rebooted, but it is not the system, it is clearly Cursor, and this is with Pro and Premium credits using Claude. idk
Could you post a screen recording or reproduction steps?
True, happen for the 4o-mini model.
@ultraviolet007 Find any fix for this? I have the same issue.
could you update your cursor? this bug has been fixed in versions 42.1 and above
could you provide a screenshot of how it looks? or a screen recording / reproduction steps?
Yes looks like it’s no longer happening at this point in Version: 0.42.2
I have noticed another thing where let’s say there are 3 revised code blocks to apply to a one file like page.tsx. Rather than Cursor putting all the code into one code block which it could with one apply, there are 3 applies that need to be done. Okay, the strange behavior is clicking one apply all 3 code blocks say generating. I did not notice this behavior before. It appears that Cursor is applying all 3 at the same time. However when I ask Cursor if this is the case it claims that it is not and I need to apply all 3 separately. Still not sure if that is the truth or not, it seems like a bug, no?
thank you
I have the same issue in 0.42.2 though, so not sure what to do. ^^’
could you send a screenshot / recording of how it looks like for you?
I too am having the issue, on all versions of cursor. This “feels” like a backend issue.
Screen recording as requested: Screencast from 10-15-2024 07:35:09 AM.webm - Google Drive
versions info:
Version: 0.42.2
VSCode Version: 1.93.1
Commit: c499aee5f16e67815c7dc795ff338dc8ab3e07f0
Date: 2024-10-12T05:39:54.471Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Linux x64 6.9.3-76060903-generic
This is happening regardless of model, and regardless of version. Has been going on for almost a week! I am a premium user.
Any help on this would be really appreciated!
Thanks!
To also add as well.
Sometimes I get an error, sometimes it sits for 10-20 mins before showing an error.
Here is a recent request id that failed: 0cfa7186-dd7a-4877-a0f4-fab6d95d59ec
Debug console screenshot:
I really need this to work to finish a project, more than happy to try whatever troubleshooting steps that are suggested!
The plot thickens…
see screen recording: Screencast from 10-15-2024 08:02:34 AM.webm - Google Drive
Tried:
composer on local file system: worked
composer on remote (localhost docker conatiner) filesystem: worked
composer on remote in my application directory: stalled
I then try a couple different directories in my container and they worked, then I tried my application directory again, and it suddenly started working?
Did some more troubleshooting off recording…I think the issue is the file size of the file attached to the compser session. I only get the error with the specific file I am trying to work on.
ls -la of the dir (Api.php is the file in question)
root@5fa7dc13c004:/app/dreamfactory-cli/app/Commands# ls -la
total 56
drwxr-xr-x 2 root root 4096 Oct 9 22:39 .
drwxr-xr-x 5 root root 4096 Oct 8 15:53 …
-rw-r–r-- 1 root root 13909 Oct 9 23:05 Api.php
-rw-r–r-- 1 root root 4177 Oct 8 23:20 Auth.php
-rw-r–r-- 1 root root 1 Oct 8 20:53 AuthCommand.php
-rw-r–r-- 1 root root 3977 Oct 9 23:05 Call.php
-rw-r–r-- 1 root root 3140 Oct 8 18:34 GetAuth.php
-rw-r–r-- 1 root root 1039 Apr 24 17:21 InspireCommand.php
-rw-r–r-- 1 root root 4880 Oct 9 22:57 Token.php
root@5fa7dc13c004:/app/dreamfactory-cli/app/Commands#
- what is the expected max file size?
- how can I configure/play with this limit?
- is there a good way to debug this issue and confirm/see an error highlighting the (potential) file size issue?
Thanks again!