Hi, im getting this error while trying to fetch for updates by clicking on plutonium.exe
The error is written in italian, but basically it says i can't connect to the server.
Any suggestion on how to fix it?
I already tried to change the DNS but it didn't work.
Crash ID: a705c815a4e244d3a8605f74a1f4e41b
System.Net.Http.HttpRequestException: Si è verificato un errore durante l'invio della richiesta. ---> System.Net.WebException: Impossibile effettuare la connessione al server remoto. ---> System.Net.Sockets.SocketException: Impossibile stabilire la connessione. Risposta non corretta della parte connessa dopo l'intervallo di tempo oppure mancata risposta dall'host collegato 188.114.96.7:443
in System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
in System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
in System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- Fine della traccia dello stack dell'eccezione interna ---
in System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
in System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--- Fine della traccia dello stack dell'eccezione interna ---
in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
in Plutonium.Updater.Core.HTTP.<GetJsonAsync>d__3`1.MoveNext()
--- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
in Plutonium.Updater.Core.Updater.<Run>d__24.MoveNext()
--- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
in Plutonium.Updater.App.Windows.UpdateWindow.<UpdateWindow_Loaded>d__6.MoveNext()