Trello.NET icon indicating copy to clipboard operation
Trello.NET copied to clipboard

Unhandled System.Net.Web.Webexception (Address Resolution Error)

Open diiigle opened this issue 11 years ago • 0 comments

I tested Trello.NETs reaction on an offline async application, by unplugging my network cable. As result i got an AggregateException which was an effect of the in the title mentioned unhandled exception.

I debugged it myself:

In TrelloRestClient.RequestAsync, the anon function gets a nulled response argument, which causes a NullReferenceException in TrelloRestClient.ThrowIfRequestWasUnsuccessful

Maybe #27 is a effect of that one, too.

diiigle avatar Oct 01 '13 11:10 diiigle