Trello.NET
Trello.NET copied to clipboard
result null in Async.Cards.ForBoard(board)
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.
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?