NullReferenceException: Object reference not set to an instance of an object.
The error message appears after I click on the 'send' button.
Windows 10
v1.1.1
2020-05-08 23:35:44 ERROR WasabiSynchronizer: WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with HostUnreachable.
at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port) in C:\Users\user\Desktop\WalletWasabi\WalletWasabi\TorSocks5\TorSocks5Client.cs:line 265
at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel) in C:\Users\user\Desktop\WalletWasabi\WalletWasabi\TorSocks5\TorHttpClient.cs:line 181
at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel) in C:\Users\user\Desktop\WalletWasabi\WalletWasabi\TorSocks5\TorHttpClient.cs:line 102
at TorHttpClientExtensions.SendAndRetryAsync(TorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel) in C:\Users\user\Desktop\WalletWasabi\WalletWasabi\Extensions\TorHttpClientExtensions.cs:line 20
at WalletWasabi.WebClients.Wasabi.WasabiClient.GetSynchronizeAsync(uint256 bestKnownBlockHash, Int32 count, Nullable1 estimateMode, CancellationToken cancel) in C:\Users\user\Desktop\WalletWasabi\WalletWasabi\WebClients\Wasabi\WasabiClient.cs:line 37
at System.Threading.Tasks.TaskExtensions.WithAwaitCancellationAsync[T](Task1 me, CancellationToken cancel, Int32 waitForGracefulTermination)
at WalletWasabi.Services.WasabiSynchronizer.<>c__DisplayClass75_0.<
Could you please take a look at the log file and paste here the details of that error? With that information we can find and fix this problem, otherwise it is virtually impossible.
From the screenshot I see that backend is not connected, is that the reason why you get that error?
Could you please take a look at the log file and paste here the details of that error? With that information we can find and fix this problem, otherwise it is virtually impossible.
2020-05-08 23:35:44 ERROR WasabiSynchronizer: WalletWasabi.Exceptions.TorSocks5FailureResponseException: Tor SOCKS5 proxy responded with HostUnreachable.
at WalletWasabi.TorSocks5.TorSocks5Client.ConnectToDestinationAsync(String host, Int32 port) in C:\Users\user\Desktop\WalletWasabi\WalletWasabi\TorSocks5\TorSocks5Client.cs:line 265
at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpRequestMessage request, CancellationToken cancel) in C:\Users\user\Desktop\WalletWasabi\WalletWasabi\TorSocks5\TorHttpClient.cs:line 181
at WalletWasabi.TorSocks5.TorHttpClient.SendAsync(HttpMethod method, String relativeUri, HttpContent content, CancellationToken cancel) in C:\Users\user\Desktop\WalletWasabi\WalletWasabi\TorSocks5\TorHttpClient.cs:line 102
at TorHttpClientExtensions.SendAndRetryAsync(TorHttpClient client, HttpMethod method, HttpStatusCode expectedCode, String relativeUri, Int32 retry, HttpContent content, CancellationToken cancel) in C:\Users\user\Desktop\WalletWasabi\WalletWasabi\Extensions\TorHttpClientExtensions.cs:line 20
at WalletWasabi.WebClients.Wasabi.WasabiClient.GetSynchronizeAsync(uint256 bestKnownBlockHash, Int32 count, Nullable1 estimateMode, CancellationToken cancel) in C:\Users\user\Desktop\WalletWasabi\WalletWasabi\WebClients\Wasabi\WasabiClient.cs:line 37 at System.Threading.Tasks.TaskExtensions.WithAwaitCancellationAsyncT
at WalletWasabi.Services.WasabiSynchronizer.<>c__DisplayClass75_0.
From the screenshot I see that backend is not connected, is that the reason why you get that error?
Probably yes, today it was connected and the transfer worked. Thanks for the information!:)
Most helpful comment
Probably yes, today it was connected and the transfer worked. Thanks for the information!:)