FanControl.Releases icon indicating copy to clipboard operation
FanControl.Releases copied to clipboard

Updater always fails

Open Bluscream opened this issue 1 year ago • 4 comments

Describe the bug

PS D:\Downloads\FanControl> .\Updater.exe
Downloading Fan Control...
An error occured while downloading the update:
An error occurred while sending the request.
Unable to connect to the remote server
An error occured while downloading the update:
An error occurred while sending the request.
Unable to connect to the remote server
Download failed:

Bluscream avatar Sep 06 '22 13:09 Bluscream

Seems like a network issue on your end, otherwise my inbox would be submerged with the same issue.

Rem0o avatar Sep 06 '22 16:09 Rem0o

I don't see any failure here and i'm not quite sure how to debug it if the updater doesn't give out any information on the issue. i checked wether i can access the bit.ly url and github url from the updater in my browser and they were working just fine there.

Bluscream avatar Sep 07 '22 12:09 Bluscream

"Unable to connect to the remote server" is the error raised by the HttpClient in .NET.

Could be many things...

  1. firewall blocking
  2. vpn/network config blocking
  3. no internet

If you do run the updater manually (updater.exe), do you always get the same errror?

Rem0o avatar Sep 07 '22 13:09 Rem0o

yes, exactly. I tried injecting debug prints with dnSpy but it refuses to recompile

Bluscream avatar Sep 08 '22 07:09 Bluscream

https://github.com/Aliucord/AliucordManager/pull/21

Bluscream avatar Sep 25 '22 08:09 Bluscream

Could this be related?

Bluscream avatar Sep 25 '22 08:09 Bluscream