ipfs-shipyard / java-ipfs-http-client

A Java implementation of the HTTP IPFS API
MIT License
538 stars 243 forks source link

使用ipfs 0.5.1 版本 java 调用出现如下问题 #163

Closed NDCFL closed 4 years ago

NDCFL commented 4 years ago

image

NDCFL commented 4 years ago

请问如何处理

zyc751201 commented 4 years ago

你解决了么,我也是遇到相同的问题

NDCFL commented 4 years ago

我解决了

zyc751201 commented 4 years ago

ndcfl,方便留一个加一个qq么?我的是271168735,你用ipfs是运用在那个场景呢?

NDCFL commented 4 years ago

可以,私聊 275300091

odisseus commented 4 years ago

Unfortunately I don't understand your language, but it seems that you're getting a HTTP code 405 when trying to use this library with an IPFS 0.5.x daemon. This issue is caused by a change in the server API (see #157 for details). The workaround for this problem is using older versions of IPFS, namely 0.4.x.

NDCFL commented 4 years ago

Thank you, because I encountered 405 error when instantiating IPFs in use. Now it has been solved, thank you!

 

------------------ 原始邮件 ------------------ 发件人: "Myroslav"<notifications@github.com>; 发送时间: 2020年6月2日(星期二) 上午6:05 收件人: "ipfs-shipyard/java-ipfs-http-client"<java-ipfs-http-client@noreply.github.com>; 抄送: "絮落锦乡"<275300091@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [ipfs-shipyard/java-ipfs-http-client] 使用ipfs 0.5.1 版本 java 调用出现如下问题 (#163)

Unfortunately I don't understand your language, but it seems that you're getting a HTTP code 405 when trying to use this library with an IPFS 0.5.x daemon. This issue is caused by a change in the server API (see #157 for details). The workaround for this problem is using older versions of IPFS, namely 0.4.x.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.