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

The IpfsClient::object_new method never succeeds. #77

Open
nathan-at-least opened this issue Jun 2, 2021 · 0 comments
Open

The IpfsClient::object_new method never succeeds. #77

nathan-at-least opened this issue Jun 2, 2021 · 0 comments

Comments

@nathan-at-least
Copy link

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)))                                                                       
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