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

ipfshttpclient.exceptions.VersionMismatch: Unsupported daemon version '0.7.0' (not in range: 0.4.22 ≤ … < 0.7.0) #239

Closed
hicetnunc2000 opened this issue Sep 29, 2020 · 3 comments

Comments

@hicetnunc2000
Copy link

hicetnunc2000 commented Sep 29, 2020

I ran into this error from this code:

import ipfshttpclient
conn = ipfshttpclient.connect('/dns4/ipfs.infura.io/tcp/5001/https')

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.

@njgheorghita
Copy link

We're also blocked by this error in web3.py. It appears to me that Infura recently updated their IPFS endpoint to version 7.0, causing this error when you try to connect to their provider.

@wolovim
Copy link

wolovim commented Oct 7, 2020

👋 @ntninja @meyer1994 is #241 an acceptable solution?

henrygong added a commit to henrygong/py-ipfs-http-client that referenced this issue Oct 12, 2020
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
@ntninja
Copy link
Contributor

ntninja commented Oct 14, 2020

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

@ntninja ntninja closed this as completed Oct 14, 2020
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

3 participants