System.Net.WebException: The operation has timed out
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at System.Net.WebClient.DownloadFile(String address, String fileName)
at Ashita.Model.DataService.b__5_0()
Upon simply waiting without closing the window, issue #2 happens:
System.Exception: DataService failed to load update json information.
at Ashita.Model.DataService.b__8_0()
What do I do?
Hello and thank you for your time.
Issue #1:
Started ashita and received this error:
System.Net.WebException: The operation has timed out
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at System.Net.WebClient.DownloadFile(String address, String fileName)
at Ashita.Model.DataService.<GetLauncherUpdates>b__5_0()
Upon simply waiting without closing the window, issue #2 happens:
System.Exception: DataService failed to load update json information.
at Ashita.Model.DataService.<GetAvailablePlugins>b__8_0()
What do I do?
Hello and thank you for your time.
Issue #1:
Started ashita and received this error:
System.Net.WebException: The operation has timed out
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at System.Net.WebClient.DownloadFile(String address, String fileName)
at Ashita.Model.DataService.b__5_0()
Upon simply waiting without closing the window, issue #2 happens:
System.Exception: DataService failed to load update json information.
at Ashita.Model.DataService.b__8_0()
What do I do?
Restarted until it worked. Sorry for bothering you.