dillenmeister / Trello.NET

A .NET client library for Trello
192 stars 85 forks source link

Unhandled exception #81

Open hrlourenco opened 6 years ago

hrlourenco commented 6 years ago

Hi,

I'm getting this error when I try to get cards.fromboard. Could you please help Message: "" HResult: -2146233088 StackTrace: at TrelloNet.Internal.TrelloRestClient.ThrowIfRequestWasUnsuccessful(IRestRequest request, IRestResponse response) at TrelloNet.Internal.TrelloRestClient.Request[T](IRestRequest request) at TrelloNet.Internal.Cards.ForBoard(IBoardId board, BoardCardFilter filter) at TrelloNightbuild.Trello.RemoveRepeatedCards(BoardEnum board, String collection) in \TrelloTfs\Trello.Nightbuild.Sync\Workers\Trello.cs:line 333 at TrelloNightbuild.Program.Main(String[] args) in \TrelloTfs\Trello.Nightbuild.Sync\Program.cs:line 21

Thank you