We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
^^^ still an issue, I cannot use tro to access the board I need to access, because of this error
Sorry, something went wrong.
No branches or pull requests
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
I wonder if the Trello API has changed slightly and tro needs an update?
The text was updated successfully, but these errors were encountered: