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
IpfsClient::object_new
I'm unable to successfully call IpfsClient::object_new.
With the following code:
let client = IpfsClient::default(); client.object_new(None).await?
-I get the following output:
2021-06-02 14:31:50,873 TRACE [mio::poll] registering event source with poller: token=Token(0), interests=READABLE | WRITABLE 2021-06-02 14:31:50,873 TRACE [want] signal: Want 2021-06-02 14:31:50,873 TRACE [want] poll_want: taker wants! 2021-06-02 14:31:50,875 TRACE [mio::poll] deregistering event source from poller 2021-06-02 14:31:50,876 TRACE [want] signal: Closed Error: IpfsResponse(Parse(Error("missing field `Links`", line: 1, column: 57)))
The text was updated successfully, but these errors were encountered:
ipfs object put <data>
No branches or pull requests
I'm unable to successfully call
IpfsClient::object_new
.With the following code:
-I get the following output:
The text was updated successfully, but these errors were encountered: