-
Notifications
You must be signed in to change notification settings - Fork 200
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
IPFS Unsupported daemon version '0.9.0' #296
Comments
There is a current open pull request #294 that would bump the version ranges. I spent some time looking at the failed travis build and the |
@ejmason101 Seems like it passed the tests on |
I'm having this issue also |
I had a look into this issue and I bumped the maximum version number. All test pass as before. The problem is, that I am currently not able to push, because I don't have the permissions to do so. Someone who can grant me permissions, that I can push a branch with the fix? |
@jacekv You commit is on your forked version. Will you be able to commit into |
@avatar-lavventura I tried but I am running into the same issues as #294 |
hello , Is there any update on this? Still throwing errors for daemon version '0.9.0' |
0.9.1, still broken |
Is there a fix for this issue yet? |
Is this project abandoned? I was looking an answer for using
py-ipfs-http-client
withIPFS version 0.9.0
since May. Related warning message:It will be helpful with a simple guidence documentation. Still [
master-repo
,v0.8.0a1
,v0.8.0a2
] gives following warning message:~/venv/lib/python3.8/site-packages/ipfshttpclient/client/__init__.py:75: VersionMismatch: Unsupported daemon version '0.9.0' (not in range: 0.5.0 ≤ … < 0.9.0) warnings.warn(exceptions.VersionMismatch(version, minimum, maximum))
Is it possible to use
py-ipfs-http-client
along with ipfs version 0.9.0? If yes, what is the proper way to do it, should we use its master-repo? Any input will help.Related: #291, #275 (comment)
The text was updated successfully, but these errors were encountered: