httpie / desktop

🚀 HTTPie Desktop — cross-platform API testing client for humans. Painlessly test REST, GraphQL, and HTTP APIs.
https://httpie.io
Other
2.95k stars 32 forks source link

[Bug]: terminated by signal SIGTRAP (Trace or breakpoint trap) #182

Open QkiZMR opened 3 months ago

QkiZMR commented 3 months ago

What happened?

When I'm trying to run Appimage I'm getting following error:

[36653:0729/210237.699026:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_HTTPieq1Ngpa/chrome-sandbox is owned by root and has mode 4755.
fish: Job 1, './HTTPie-2024.1.2.AppImage' terminated by signal SIGTRAP (Trace or breakpoint trap)

Steps to reproduce?

1. Download latest Appimage HTTPie-2024.1.2.AppImage
2. Make it executable.
3. Run from command line ./HTTPie-2024.1.2.AppImage

What did you expect to happen?

Run HTTPie

Platform

Linux

HTTPie Desktop version

2024.1.2

Relevant log output

[36653:0729/210237.699026:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_HTTPieq1Ngpa/chrome-sandbox is owned by root and has mode 4755.
fish: Job 1, './HTTPie-2024.1.2.AppImage' terminated by signal SIGTRAP (Trace or breakpoint trap)

Code of Conduct