Unable to use application
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
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?
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.
Thank you for the suggestion, I will try it soon.
Closing due to inactivity.