ipfshttpclient.connect() producing an error
Closed this issue · 2 comments
when I try ipfshttpclient.connect() it gives me the following error :
Traceback (most recent call last):
File "", line 1, in
File "/home/dexer/anaconda3/envs/IPFS/lib/python3.7/site-packages/ipfshttpclient/client/init.py", line 119, in connect
assert_version(client.apply_workarounds()["Version"])
File "/home/dexer/anaconda3/envs/IPFS/lib/python3.7/site-packages/ipfshttpclient/client/init.py", line 69, in assert_version
raise exceptions.VersionMismatch(version, minimum, maximum)
ipfshttpclient.exceptions.VersionMismatch: Unsupported daemon version '0.7.0' (not in range: 0.4.22 ≤ … < 0.7.0)
I had the same issue. The connection went through succesfully after installing this version: https://pypi.org/project/ipfshttpclient/0.7.0a1/
I had the same issue. The connection went through succesfully after installing this version: https://pypi.org/project/ipfshttpclient/0.7.0a1/
Thanks man. It works. You're a life saver