Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error "invalid type: null, expected a string" when attempting to show cards on a board #26

Open
hardyoyo opened this issue Feb 14, 2023 · 1 comment

Comments

@hardyoyo
Copy link

New tro user here, trying to get tro to show the cards on a board. I run the following command:

tro -l DEBUG show "Dev"

And see a long debug output, that leads me to believe most of the conversation with the API goes OK, but it ends with this error

20:36:50 [DEBUG] (3) hyper::proto::h1::io: read 16384 bytes
20:36:50 [DEBUG] (3) hyper::proto::h1::io: read 16384 bytes
20:36:50 [DEBUG] (3) hyper::proto::h1::io: read 3875 bytes
20:36:50 [DEBUG] (3) hyper::proto::h1::conn: incoming body completed
20:36:50 [DEBUG] (3) hyper::client::pool: pooling idle connection for ("https", api.trello.com)
An Error occurred:
error decoding response body: invalid type: null, expected a string at line 1 column 240450
20:36:50 [DEBUG] (1) tro: reqwest::Error { kind: Decode, source: Error("invalid type: null, expected a string", line: 1, column: 240450) }

I wonder if the Trello API has changed slightly and tro needs an update?

@hardyoyo
Copy link
Author

^^^ still an issue, I cannot use tro to access the board I need to access, because of this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant