You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been using insomnia for days, now today it just closed itself, when I try to run it manually I see this error:
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /tmp/.org.chromium.Chromium.aNnee7)
at process.func [as dlopen] (node:electron/js2c/asar_bundle:2:1822)
at Module._extensions..node (node:internal/modules/cjs/loader:1226:18)
at Object.func [as .node] (node:electron/js2c/asar_bundle:2:2049)
at Module.load (node:internal/modules/cjs/loader:1011:32)
at Module._load (node:internal/modules/cjs/loader:846:12)
at f._load (node:electron/js2c/asar_bundle:2:13328)
at Module.require (node:internal/modules/cjs/loader:1035:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/opt/Insomnia/resources/app.asar/node_modules/@getinsomnia/node-libcurl/dist/Easy.js:5:18)
at Module._compile (node:internal/modules/cjs/loader:1141:14)
Not sure what is going on, I didn't change anything here, just updated it as I normally do.
@ppazos this should be fixed from 2022.7.2 onwards for snapcraft builds
as for debian packages - it is likely the case that due to your Linux Mint version (19.3) being based of Ubuntu Bionic (18.04) - you could be missing a more updated version of libstdc++6 package.
Not sure how it works for Linux Mint, you might be able to find an equivalent on DuckDuckgo/Google to:
Expected Behavior
Been using insomnia for days, now today it just closed itself, when I try to run it manually I see this error:
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /tmp/.org.chromium.Chromium.aNnee7)
at process.func [as dlopen] (node:electron/js2c/asar_bundle:2:1822)
at Module._extensions..node (node:internal/modules/cjs/loader:1226:18)
at Object.func [as .node] (node:electron/js2c/asar_bundle:2:2049)
at Module.load (node:internal/modules/cjs/loader:1011:32)
at Module._load (node:internal/modules/cjs/loader:846:12)
at f._load (node:electron/js2c/asar_bundle:2:13328)
at Module.require (node:internal/modules/cjs/loader:1035:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/opt/Insomnia/resources/app.asar/node_modules/@getinsomnia/node-libcurl/dist/Easy.js:5:18)
at Module._compile (node:internal/modules/cjs/loader:1141:14)
Not sure what is going on, I didn't change anything here, just updated it as I normally do.
Actual Behavior
Can't run insomnia.
Reproduction Steps
No response
Is there an existing issue for this?
Additional Information
I'm on linux mint 19.3
Insomnia Version
not sure I can't run the app
What operating system are you using?
Other Linux
Operating System Version
linux mint 19.3
Installation method
deb [trusted=yes arch=amd64] https://download.konghq.com/insomnia-ubuntu/ default all
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: