ipfs-shipyard / ipfs-shipyard/py-ipfs-http-client

Unsupported daemon version '0.12.2' (not in range: 0.4.3 \u2264 � < 0.5.0)

Open
#313 16 comments 0 reactions 0 assignees View on GitHub
bug difficulty:moderate P0 - Critical
Dominant language
Python
Stars
685
Forks
200
PR merge metrics
No merged PRs in 30d

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```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.