I have been unable to get cursor functionalities working for a few hours now.
Upon inspection in the Window output I notice the following error.
2024-10-16 21:22:16.095 [error] No Connect transport provider registered.: Error: No Connect transport provider registered
at C.transport (vscode-file://vscode-app//AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:2130:16992)
at async C.createSingleServer (vscode-file://vscode-app//AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:2130:17773)
at async C.get (vscode-file://vscode-app//AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:2130:17587)
at async A.pollTelemEnabled (vscode-file://vscode-app//AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:2589:67448)
Hey, this seems like some weird logs. Are you running any extensions or anything that may have an impact on your Cursor install?
As a simple first attempt, could you try a clean reinstall of Cursor, ensuring youâve got the latest version from the website, and see if you still face this?
This is the full Window output when I start cursor. My guess would be that this Error: No commit search provider registered is related to the other issue.
2024-10-17 10:37:50.269 [warning] Via âproduct.json#extensionEnabledApiProposalsâ extension âms-toolsai.datawranglerâ wants API proposal âdebugFocusâ but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check âvscode.d.tsâ) or was abandoned.
2024-10-17 10:37:50.269 [warning] Via âproduct.json#extensionEnabledApiProposalsâ extension âapidev.azure-api-centerâ wants API proposal âchatParticipantâ but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check âvscode.d.tsâ) or was abandoned.
2024-10-17 10:37:50.269 [warning] Via âproduct.json#extensionEnabledApiProposalsâ extension âapidev.azure-api-centerâ wants API proposal âlanguageModelsâ but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check âvscode.d.tsâ) or was abandoned.
2024-10-17 10:37:50.435 [warning] Creation of workbench contribution âcursor.workbench.contrib.aiPanesContributionâ took 31ms.
2024-10-17 10:37:51.423 [error] No commit search provider registered: Error: No commit search provider registered
at b.searchAllCommits (vscode-file://vscode-app/c:/Users/Me/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:2474:13706)
at vscode-file://vscode-app/c:/Users/Me/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:4192:43274
2024-10-17 10:37:51.649 [info] Started local extension host with pid 27104.
2024-10-17 10:37:57.567 [info] [perf] Render performance baseline is 72ms
Hi, thanks for the info. Sorry youâre having issues getting up and running.
Can you try launching Cursor, and seeing if it shows up in task manager (even as a background process)? Itâs possible Cursor is trying to launch, something is going wrong but it gets stuck, neither crashing or working correctly.
Do you get any visible errors, and do you ever see the Cursor window or does it just never fire up?
Another thing that I notice which may be related to the issue is that it is SPAMMING login polls non-stop 5/second after I log in. Login is succesful as I can see a proper token response in the devtools.
Do you have any VPN or firewall in the way that could cause issues with Cursor connecting to its backend server, as thatâs a common cause for the AI features to fail?
I didnât see @deanrie had already asked about a VPN, apologies.
It does seem that either a previous/existing VSCode installation or Cursor has broken something in your current Windows profile. My best bet would be to use something like Revo Uninstaller to remove both Cursor and VSCode then try a fresh install.
Both apps use some shared resources, and even after an uninstall can leave some stuff behind. An app like Revo will clean everything up so itâs a much closer to a fresh install.
Revo offers a portable, free version that doesnât require an install, and I have used it before for similar purposes, but is just a personal suggestion and isnât verified or endorsed by Cursor.