Chat is unresponsive

Describe the Bug

chat is unresponsive

Steps to Reproduce

i am using Linux Ubuntu 20.06

Expected Behavior

chat is supposed to repond after hitting enter but no action takes place and the prompt dissapears

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 0.43.6
VSCode Version: 1.93.1
Commit: a846435528b4b760494a836f96f0739889253530
Date: 2024-12-06T05:11:55.168Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Linux x64 5.15.0-126-generic

Additional Information

i am unable to use the chat or the composer with any model even though i have purchased the pro subscription

Does this stop you from using Cursor

Yes - Cursor is unusable

fixed it by running a few commands, apparently linux had some issue in my version where glib was not being update when using apt-get upgrade so had to do that as following and then it worked:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

@HarshRajNovus I had the same issue, no response from the AI, cursor did not see any changes in the files and it used to overload the processor to 100%. Running these commands fixed the problem. Thanks a lot!