SimiaCryptus / intellij-aicoder

Coding tools for Intellij using the OpenAI API
Apache License 2.0
52 stars 18 forks source link

Hangs on "Running CodeChat Server" #199

Open npt opened 10 hours ago

npt commented 10 hours ago

I installed the plugin and configured my API keys. When I select the 'Patch Chat' or 'Code Chat' action, I get a notification/progress bar "Running CodeChat Server on 8081" that persists forever; nothing else happens.

Looking at running processes, pycharm doesn't have any new child processes, suggesting that whatever's supposed to start isn't starting at all.

acharneski commented 8 hours ago

Are you running mac by chance? It should have opened a browser window. If you can run it from a console terminal you may see some useful logs. I will try to create some error handling / backup ui for this. Thanks for the report.