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

"Invalid ELF Header Error on PyCharm with Continue Plugin - Node SQLite3 Module Load Failure" #2023

Closed
3 tasks done
abhinav-aq opened this issue Aug 16, 2024 · 3 comments
Closed
3 tasks done
Labels
area:installation Relates to the installation process ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior

Comments

@abhinav-aq
Copy link

Before submitting your bug report

Relevant environment info

- OS:
- Continue:
- IDE:
- Model:
- config.json:

Description

Whenever I open PyCharm (version 2024.2), I encounter a persistent error pop-up related to the Continue Plugin (version 0.0.59). The error points to a failure in loading the node_sqlite3.node due to an "invalid ELF header". This error disrupts the functionality of the plugin and affects the startup of the IDE.

Error Message:
Error: /home/abhinav/.local/share/JetBrains/PyCharmCE2024.2/continue-intellij-extension/core/build/Release/node_sqlite3.node: invalid ELF header at process.dlopen (pkg/prelude/bootstrap.js:2251:28) at Module._extensions..node (node:internal/modules/cjs/loader:1196:18) at Module.load (node:internal/modules/cjs/loader:988:32) at Module._load (node:internal/modules/cjs/loader:834:12) at Module.require (node:internal/modules/cjs/loader:1012:19) at Module.require (pkg/prelude/bootstrap.js:1851:31) at require (node:internal/modules/cjs/helpers:102:18) at bindings (/snapshot/continue/binary/out/index.js:49608:54) at ../core/node_modules/sqlite3/lib/sqlite3-binding.js (/snapshot/continue/binary/out/index.js:49680:41) at __require (/snapshot/continue/binary/out/index.js:18:51) { code: 'ERR_DLOPEN_FAILED' }

To reproduce

  1. Install Continue Plugin version 0.0.59 on PyCharm 2024.2.
  2. Open PyCharm.
  3. Error prompts at startup.

Log output

No response

@dosubot dosubot bot added area:installation Relates to the installation process ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior labels Aug 16, 2024
@fry69
Copy link
Contributor

fry69 commented Aug 16, 2024

0.0.59 is broken, use 0.0.56 for now until a new version (0.0.61 or newer) has been released (may happen soon)

Download from here -> https://plugins.jetbrains.com/plugin/22707-continue/versions and install from disk.

@sestinj
Copy link
Contributor

sestinj commented Aug 20, 2024

@abhinav-aq if you have the chance, let me know how version 0.0.62 goes for you. It is an EAP version, which you can download like here: https://docs.continue.dev/troubleshooting#jetbrains-1.

We're looking to get feedback on this, as it's the first of many auto-deployed releases. If it goes well, then we can assume much higher reliability going forward

@abhinav-aq
Copy link
Author

abhinav-aq commented Aug 21, 2024 via email

@sestinj sestinj closed this as completed Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:installation Relates to the installation process ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants