Trying out gsh and bumping into this inside a fresh vm; While there is no xdg-open installed.
Can be easily fix by install the package but figure might be good to put a note here.
Attemptingtoopenbrowser.Pleasevisitthislinkifitdoesnotopenautomatically.https://gptlabs.us.auth0.com/authorize?client_id=I3rJAbl7D09DuYG6dGeYWtBtpuGyeZrI&redirect_uri=http%3A%2F%2Flocalhost%3A23462&audience=https%3A%2F%2Fgptlabs.us.auth0.com%2Fapi%2Fv2%2F&code_challenge=OWb0vyyU9o1pTOeJIm8P8Vc98KMWCrcEhHn7BlRRILw&code_challenge_method=S256&response_type=code&scope=openid+profile+emailnode:events:491thrower;// Unhandled 'error' event^
Error: spawnxdg-openENOENTatChildProcess._handle.onexit(node:internal/child_process:283:19)atonErrorNT(node:internal/child_process:476:16)atprocess.processTicksAndRejections(node:internal/process/task_queues:82:21)Emitted'error'eventonChildProcessinstance at:
atChildProcess._handle.onexit(node:internal/child_process:289:12)atonErrorNT(node:internal/child_process:476:16)atprocess.processTicksAndRejections(node:internal/process/task_queues:82:21){errno: -2,code: 'ENOENT',syscall: 'spawn xdg-open',path: 'xdg-open',Also, a very niche need, the callback url is using localhost, which qemu VM is not listening to the localhost, might be better UX if using outbound IP of the VM(?)
Trying out gsh and bumping into this inside a fresh vm; While there is no xdg-open installed.
Can be easily fix by install the package but figure might be good to put a note here.
Also, a very niche need, the callback url is using localhost, which qemu VM is not listening to the localhost, might be better UX if using outbound IP of the VM(?)