Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AltLinux is unable to connect to the internet #18

Open
cankurttekin opened this issue Sep 4, 2023 · 6 comments
Open

AltLinux is unable to connect to the internet #18

cankurttekin opened this issue Sep 4, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@cankurttekin
Copy link

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

@vyvir
Copy link
Owner

vyvir commented Jul 17, 2024

Could you start AltLinux from terminal and show the output?

@vyvir
Copy link
Owner

vyvir commented Jul 19, 2024

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

@cankurttekin
Copy link
Author

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

@jamiejackherer
Copy link

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
Copy link

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.

@vyvir
Copy link
Owner

vyvir commented Jul 20, 2024

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 vyvir reopened this Jul 20, 2024
@vyvir vyvir added the bug Something isn't working label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants