httpie / desktop

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

[Bug]: Login with Github not working on Desktop #126

Closed blaqshyd closed 9 months ago

blaqshyd commented 9 months ago

What happened?

Login with Github doesn't work on HTTPIE Desktop on Kali linux :cry:

Steps to reproduce?

1. Launch the app
2. Click on Settings and more
3. Click on Login with Github and click Continue

What did you expect to happen?

I expected the app to authorize with github as it did on the web version

Platform

Linux

HTTPie Desktop version

2023.3.6

Relevant log output

Failed to open URI
The specified location is not supported.

Code of Conduct

jkbrzt commented 9 months ago

Hey @blaqshyd, perhaps you missed the Linux-specific installation instructions that require AppImageLauncher?

Please follow the instructions below to install HTTPie for Desktop on Linux. ⚠️ The Linux package uses AppImage, and you need to install it using AppImageLauncher for the app to work:

  1. Install AppImageLauncher (instructions)
  2. Download HTTPie-*.AppImage (or HTTPie-*arm64.AppImage for ARM64 architecture) from the latest release page
  3. Run $ AppImageLauncher HTTPie-*.AppImage

https://github.com/httpie/desktop#linux

blaqshyd commented 9 months ago

Ohhh yes, I guess that was why. I tried installing the AppImageLauncher but couldn't get it to work so I moved on to install the AppImage in the terminal. I went through the process again just now and it works. Login with Github works now. Thanks