"Invalid ELF Header Error on PyCharm with Continue Plugin - Node SQLite3 Module Load Failure" #2023
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
Before submitting your bug report
Relevant environment info
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
Log output
No response
The text was updated successfully, but these errors were encountered: