Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellij 2024.3.3 Connection error. (v 243.24978.46) #4213

Open
3 tasks done
xeinebiu opened this issue Feb 17, 2025 · 0 comments
Open
3 tasks done

Intellij 2024.3.3 Connection error. (v 243.24978.46) #4213

xeinebiu opened this issue Feb 17, 2025 · 0 comments
Assignees
Labels
area:chat Relates to chat interface ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@xeinebiu
Copy link

Before submitting your bug report

Relevant environment info

- OS: Windows 11
- Continue version:243.24978.46
- IDE version: 2024.3.3
- Model: All Models
- config.json:
  
{
  "models": [
    {
      "apiBase": "http://localhost:1234/v1/",
      "title": "qwen2.5-coder-14b-instruct@q8_0",
      "model": "qwen2.5-coder-14b-instruct@q8_0",
      "provider": "lmstudio"
    }
  ],
  "tabAutocompleteModel": {
    "title": "qwen2.5-coder-1.5b-instruct",
    "model": "qwen2.5-coder-1.5b-instruct",
    "provider": "lmstudio",
    "apiBase": "http://localhost:1234/v1/",
    "maxPromptTokens": 5000,
    "experimental_includeClipboard": true,
    "experimental_includeRecentlyVisitedRanges": true,
    "experimental_includeRecentlyEditedRanges": true,
    "experimental_includeDiff": true
  },
  "contextProviders": [
    {
      "name": "code",
      "params": {}
    },
    {
      "name": "docs",
      "params": {}
    },
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "terminal",
      "params": {}
    },
    {
      "name": "problems",
      "params": {}
    },
    {
      "name": "folder",
      "params": {}
    },
    {
      "name": "codebase",
      "params": {}
    }
  ],
  "slashCommands": [
    {
      "name": "share",
      "description": "Export the current chat session to markdown"
    },
    {
      "name": "cmd",
      "description": "Generate a shell command"
    },
    {
      "name": "commit",
      "description": "Generate a git commit message"
    }
  ]
}

Description

The same "config" does work as expected on VSCode but not on Intellij. I have tried different versions of the Plugin with the same behavior.

Auto completion works fine, only chat has issues.

Image

Image

To reproduce

No response

Log output

index.js:304 Unable to send message: postIntellijMessage is undefined.  jetbrains/isOSREnabled undefined
index.js:304 Attempt 0 failed. Retrying...
index.js:304 Unable to send message: postIntellijMessage is undefined.  jetbrains/isOSREnabled undefined
index.js:304 Attempt 0 failed. Retrying...
index.js:304 Unable to send message: postIntellijMessage is undefined.  getControlPlaneSessionInfo Object
index.js:304 Attempt 0 failed. Retrying...
index.js:304 Unable to send message: postIntellijMessage is undefined.  getIdeSettings undefined
index.js:304 Attempt 0 failed. Retrying...
index.js:304 Unable to send message: postIntellijMessage is undefined.  config/listProfiles undefined
index.js:304 Attempt 0 failed. Retrying...
index.js:304 Unable to send message: postIntellijMessage is undefined.  getOpenFiles undefined
index.js:304 Attempt 0 failed. Retrying...
index.js:304 Unable to send message: postIntellijMessage is undefined.  config/getSerializedProfileInfo undefined
index.js:304 Attempt 0 failed. Retrying...
index.js:304 Unable to send message: postIntellijMessage is undefined.  jetbrains/getColors undefined
index.js:304 Attempt 0 failed. Retrying...
index.js:304 Unable to send message: postIntellijMessage is undefined.  jetbrains/onLoad undefined
index.js:304 Attempt 0 failed. Retrying...
index.js:575 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'status')
    at index.js:575:4670
index.js:1111 Refreshing items for file submenu provider
index.js:1111 Refreshing items for prompt-files submenu provider
index.js:1111 Refreshing items for code submenu provider
index.js:1111 Refreshing items for docs submenu provider
index.js:1111 Refreshing items for folder submenu provider
index.js:575 Uncaught (in promise) TypeError: Cannot destructure property 'enableControlServerBeta' of 'undefined' as it is undefined.
    at index.js:575:4813
3index.js:463 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'map')
    at t7e (index.js:463:19374)
    at b (index.js:1111:4307)
index.js:463 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'map')
    at t7e (index.js:463:19374)
    at b (index.js:1111:4307)
t7e @ index.js:463
b @ index.js:1111
index.js:1111 Refreshing items for code submenu provider
index.js:1111 Refreshing items for folder submenu provider
3index.js:463 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'map')
    at t7e (index.js:463:19374)
    at b (index.js:1111:4307)
t7e @ index.js:463
b @ index.js:1111
@sestinj sestinj self-assigned this Feb 17, 2025
@dosubot dosubot bot added area:chat Relates to chat interface ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:chat Relates to chat interface ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

2 participants