AltLinux icon indicating copy to clipboard operation
AltLinux copied to clipboard

AltLinux is unable to connect to the internet

Open cankurttekin opened this issue 2 years ago • 6 comments

Hello, when i start application i get an error saying; "AltLinux is unable to connect to the internet. Please connect to the internet and restart AltLinux."

Pop!_OS 22.04 LTS

cankurttekin avatar Sep 04 '23 23:09 cankurttekin

Could you start AltLinux from terminal and show the output?

vyvir avatar Jul 17 '24 15:07 vyvir

Hi! Try the latest version of AltLinux and report if the issue still persists.

vyvir avatar Jul 19 '24 09:07 vyvir

hey i cant report back, thankfully i no longer have access to ipad or ios anymore.

cankurttekin avatar Jul 19 '24 11:07 cankurttekin

I'm having this same problem. Installed AltLinux from AUR and everything went perfectly well. But when I try to run the application, I get a pop up stating "AltLinux is unable to connect to the internet. Please connect to the internet and restart AltLinux."

Of course, I have a good internet connection. Running AltLinux from the terminal gives nothing strange.

jamiejackherer avatar Jul 20 '24 12:07 jamiejackherer

I've found the problem..

In the file main.py the function connectioncheck() tries to check if the internet is working by using urlopen with the URL http://www.example.com which returns false.

Changing this URL to https://www.google.com fixed this issue.

jamiejackherer avatar Jul 20 '24 12:07 jamiejackherer

I've found the problem..

In the file main.py the function connectioncheck() tries to check if the internet is working by using urlopen with the URL http://www.example.com which returns false.

Changing this URL to https://www.google.com fixed this issue.

Hi, could you check if https://www.example.com works for you?

vyvir avatar Jul 20 '24 15:07 vyvir

Assuming this issue has been fixed, closing

vyvir avatar Oct 19 '24 13:10 vyvir