Package Details: insomnium 0.2.3_a-8

Git Clone URL: https://aur.archlinux.org/insomnium.git (read-only, click to copy)
Package Base: insomnium
Description: A fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC.This is a fork of Kong/insomnia
Upstream URL: https://archgpt.dev/insomnium
Keywords: api-client electron graphql grpc insomnia privacy-preserving rest
Licenses: MIT
Conflicts: insomnium
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 3
Popularity: 0.125496
First Submitted: 2023-10-08 22:10 (UTC)
Last Updated: 2024-03-18 09:02 (UTC)

Required by (0)

Sources (2)

Latest Comments

zxp19821005 commented on 2024-03-18 09:02 (UTC)

@Desdic Sorry,I forget to change "app" to "app.asar".Fixed it now.

Desdic commented on 2024-03-18 06:02 (UTC)

Thanks it does install now but doesn't launch

~ > insomnium 
[15413:0318/070052.899624:ERROR:node_bindings.cc(300)] Most NODE_OPTIONs are not supported in packaged apps. See documentation for more details.
Error launching app
Unable to find Electron app at /usr/lib/insomnium/app

Cannot find module '/usr/lib/insomnium/app'
Require stack:
- /usr/lib/electron25/resources/default_app.asar/main.js

zxp19821005 commented on 2024-03-18 04:39 (UTC)

@Desdic Sorry,it's my fault,fixed it.

Desdic commented on 2024-03-16 10:29 (UTC) (edited on 2024-03-16 10:30 (UTC) by Desdic)

Now using node v18.19.1 (npm v10.2.4)
Creating default alias: default -> 18 (-> v18.19.1)
Now using node v18.19.1 (npm v10.2.4)
/home/kgn/.cache/yay/insomnium/PKGBUILD: line 43: cd: /home/kgn/.cache/yay/insomnium/src/insomnium: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: insomnium-exit status 4

it seems version 0.2.3_a-6 is broken

zxp19821005 commented on 2023-11-27 08:06 (UTC)

@anachronic Sorry,it was my mistake,fixed it.

anachronic commented on 2023-11-26 22:40 (UTC)

While this package does build and install, it fails on runtime.

I had to run the following to make it work:

sudo ln -s /usr/lib/insomnium/resources/app.asar /usr/lib/insomnium/app.asar