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
ipfshttpclient.exceptions.StatusError: HTTPError: 405 Client Error: Method Not Allowed for url: http+ip4://127.0.0.1:5001/api/v0/version?stream-channels=true #218
Comments
|
same issue. Don't know how to fix it ! |
|
I bumped into this too but it went away away updating my nodes. I think that the PIP version of ipfshttpclient is very out of date. I'm currently using latest py-ipfs-http-client (actually a forked branch which has "diff" added: https://github.com/mike7c2/py-ipfs-http-client ) With go-ipfs |
|
I am also using |
|
@ntninja I think you will have to update the pip package |
|
Note that I'm not running the version from PIP, I have cloned and built the latest, It works fine building from |
|
these requests work as posts, per the docs;
|
|
@AliabbasMerchant: I am using |
|
@avatar-lavventura I am not referring to the version of pip, but to the version of our package on pip. |
|
@AliabbasMerchant What is the version of your package on |
|
Should be fixed in 0.6.0 |
|
@ntninja Thank you for considering the issue and solving it. |
|
Can you please provide a good documentation link on |
|
I am stiil stuck by this problem with IPFShttpclient 0.6.0 solved by degrade my IPFS version to 0.6.0 |
|
I think the key to this issue is the compatibility of go-ipfs and IPFShttpclient. Set the python package of IPFShttpclient with its version: Download and install the compatible verision of go-ipfs on your machine: |
|
@Yuki23329626 Currently latest ipfs version is |
|
go-ipfs daemon version and ipfshttpclient version should be same e.g v0.8.0 or v0.6.0. |
avatar-lavventura commentedJun 3, 2020
•
edited
ipfs version 0.5.1
ipfshttpclient-0.4.13.2
Ipfs is already running on the background using (
nohup ipfs daemon &). Afterwards I tried to obtain already connected ipfs's client.=> What may be the reason of this error? How could I fix it?
Error log:
The text was updated successfully, but these errors were encountered: