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

result null in Async.Cards.ForBoard(board)

Open MarioBinder opened this issue 11 years ago • 1 comments

I've a board with a lot of cards. But I got every time null as a result in ....Async.Cards.ForBoard() only in this board from the organization. I guess I found the reason for this: it exists a card from a member created who is no more in the organization. When I deleted this card, the cards are fetched correctly.

I don't know, whether it is a bug in the api from trello. or in trello.net.

MarioBinder avatar Mar 24 '13 14:03 MarioBinder

It's probaby a bug in Trello.NET. Some unexpected JSON that Trello.NET can't deserialize.

Can you reproduce the error in a public board that I can take a look at? Or can you try debugging it and see how the returned JSON looks?

dillenmeister avatar Mar 24 '13 18:03 dillenmeister