-
Notifications
You must be signed in to change notification settings - Fork 199
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.VersionMismatch: Unsupported daemon version '0.7.0' (not in range: 0.4.22 ≤ … < 0.7.0) #239
Comments
We're also blocked by this error in web3.py. It appears to me that Infura recently updated their IPFS endpoint to version |
👋 @ntninja @meyer1994 is #241 an acceptable solution? |
Since the current release version of the IPFS daemon is 0.7.0 and VERSION_MAXIMUM uses a < operator, there is a version mismatch error (see bugs ipfs-shipyard#239 and ipfs-shipyard#240 ). Simplest fix is bumping max to 0.7.1
Sorry for the delay! Version 0.7.0a1 fixes this for the time being until all the changes for the 0.7.0 version have completed. (The 0.7.0 release may include some backward-incompatible changes from 0.7.0a1). |
I ran into this error from this code:
I'm using
python 3.8.2, ipfshttpclient 0.6.1
.even though it was working some days ago I'm wondering if there were any updates on go-ipfs/infura and if there is a way to adapt the package.
The text was updated successfully, but these errors were encountered: