carlrobertoh / CodeGPT

The leading open-source AI copilot for JetBrains. Connect to any model in any environment, and customize your coding experience in any way you like.
https://codegpt.ee
Apache License 2.0
1.1k stars 232 forks source link

CodeGPT plugin stuck on loading after upgrade to v2.11.0-241.1 #687

Closed Tafkas closed 2 months ago

Tafkas commented 2 months ago

What happened?

After upgrading the CodeGPT plugin to version 2.11.0-241.1, I am unable to use it. When attempting to access the CodeGPT provider, it gets stuck on the loading screen. This issue occurs on both macOS and Linux operating systems.

Screenshot 2024-09-10 at 14 08 21

Relevant log output or stack trace

No response

Steps to reproduce

  1. Upgrade CodeGPT plugin to version 2.11.0-241.1
  2. Attempt to access the CodeGPT provider
  3. Observe that the provider is stuck on the loading screen

CodeGPT version

2.11.0-241.1

Operating System

macOS

carlrobertoh commented 2 months ago

Thanks for reporting!

May I ask which code model were you using before? I recently deleted a few of them, and I believe this caused some deserialization issues :/

carlrobertoh commented 2 months ago

A quick fix would be to wipe the plugin's settings/storage files

Tafkas commented 2 months ago

I've been using Claude 3.5 Sonnet.

carlrobertoh commented 2 months ago

Could you please try deleting the configuration file CodeGPT_CodeGPTServiceSettings_280.xml to see if it makes any difference?

https://github.com/carlrobertoh/CodeGPT/issues/164

Tafkas commented 2 months ago

Yes, that worked. Thank you so much.

carlrobertoh commented 2 months ago

This issue should be fixed in the latest version (2.11.1).