Open
Description
Hi i am new to IPFS and Python and while trying out to store data on ipfs i ran into some errors, please help me
here is my code:
import ipfshttpclient
client = ipfshttpclient.connect('/ip4/127.0.0.1/tcp/8080) # Connects to: /dns/localhost/tcp/5001/http
res = client.add('test.txt')
Here is the error:
ipfshttpclient.exceptions.VersionMismatch: Unsupported daemon version '0.8.0' (not in range: 0.4.18 \u2264 � < 0.5.0)
go-ipfs version: 0.12.2
Repo version: 12
Platform: Windows10