vyvir / althea

althea sideloads applications on iOS/iPadOS!
GNU Affero General Public License v3.0
142 stars 20 forks source link

AltLinux is unable to connect to the internet #18

Open cankurttekin opened 1 year ago

cankurttekin commented 1 year ago

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 commented 2 months ago

Could you start AltLinux from terminal and show the output?

vyvir commented 2 months ago

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

cankurttekin commented 2 months ago

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

jamiejackherer commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

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?