IPLookup-gtk icon indicating copy to clipboard operation
IPLookup-gtk copied to clipboard

Unable to use application

Open Raiden0456 opened this issue 11 months ago • 3 comments

Running on fedora 42, cannot do anything in the app, trying to get my ip or lookup pasted one results in no internet connection error.

OS: Fedora release 42 (Adams) x86_64 kernel: 6.14.5-300.fc42.x86_64

Image

Raiden0456 avatar May 07 '25 17:05 Raiden0456

I will update my laptop to Fedora 42 and test it, but I don't think it's an issue with the OS.

Have you ever used this program before and was it working fine?

Bytezz avatar May 12 '25 13:05 Bytezz

On Fedora 42 on my laptop works great.

To check internet connection the program just tries to connect to 1.1.1.1 with a timeout of 2 seconds.
Try running:

flatpak run --command="bash" io.github.bytezz.IPLookup -c "cat < /dev/null > /dev/tcp/1.1.1.1/53; echo \$?"

If it does not return 0, there can be an issue with your flatpak permissions. Check Flatseal.

[!WARNING] Be always careful with what you copy/paste from the web into the terminal.

Bytezz avatar May 18 '25 01:05 Bytezz

Thank you for the suggestion, I will try it soon.

Raiden0456 avatar May 18 '25 09:05 Raiden0456

Closing due to inactivity.

Bytezz avatar Jul 14 '25 19:07 Bytezz