ic005k / OCAuxiliaryTools

Cross-platform GUI management tools for OpenCore(OCAT)
MIT License
3.61k stars 333 forks source link

Cannot upgrade OpenCore #404

Open jiatao99 opened 6 months ago

jiatao99 commented 6 months ago

Use latest 20230401 build. Cannot update OpenCore. It was working a couple days ago.

Any idea? see screenshot below

Thanks

image
jiatao99 commented 6 months ago

Here is another screen shot:

image

Seems like the url for download is incorrect

chriswayg commented 6 months ago

Use latest 20230401 build. Cannot update OpenCore.

I experience the same issue trying to download the Latest Version of OC. I also tried downloading OC 0.8.0 and some kexts, which does not work either. It just keeps trying, never finishes and never times out.

Serial-Custom 12
"1.0.0" "https://github.com/acidanthera/OpenCorePkg/releases/download/1.0.0/OpenCore-1.0.0-RELEASE.zip"
QNetworkReply::HostNotFoundError
...
"1.6.6" "https://github.com/acidanthera/WhateverGreen/releases/download/1.6.6/WhateverGreen-1.6.6-RELEASE.zip"
QNetworkReply::HostNotFoundError
ic005k commented 6 months ago

Please choose an alternative GitHub mirror server in the "Settings".

In general, "https://github.com/" is always effective, otherwise, please choose another try, such as: "https://gh.api.99988866.xyz/https://github.com/", etc.

ic005k commented 6 months ago

The previous "issue" has been extensively discussed and described regarding this matter. Accessing github may present challenges in various regions.

ic005k commented 6 months ago

Also, I have upgraded the OC to 1.0.0 via OCAT.

chriswayg commented 6 months ago

The previous "issue" has been extensively discussed and described regarding this matter. Accessing github may present challenges in various regions.

Thanks! It seems to be a problem with the DNS of my Philippines ISP and the local network configuration. I was able to get OCAuxiliaryTools to update OC to 1.0.0 on another hackintosh on the same local network. Then investigated the issue on my main hackintosh.

I was able to wget successfully in Terminal: wget "https://github.com/acidanthera/OpenCorePkg/releases/download/1.0.0/OpenCore-1.0.0-RELEASE.zip"

But in OCAuxiliaryTools I still received: "QNetworkReply::HostNotFoundError". Somehow QT expected something different than wget.

I tried changing DNS providers in System Preferences, also tried connecting via a VPN, also disabled the application firewall Lulu, and tried various alternative hosts, like the one you suggested.

Eventually it worked with DNS 1.1.1.1 and the following settings: image

Satisfied that it works now, but it was a weird issue, especially considering, that other applications did not have such network errors.

jiatao99 commented 6 months ago

I am in US. I don't think there is any DNS issue. BTW where you get this preference screen? This is what I got when I click the Preference:

image
FullPace commented 6 months ago

same here, I don't know where the settings are supposed to be. I get this error when I try to check for kext updates image

edit: found them image

chriswayg commented 5 days ago

The problem recurred, but using the new Github API token feature for downloading kexts and OpenCore updates now works again.

Screenshot 2024-11-21 at 2 05 26 AM