VersionMismatch: Unsupported daemon version '0.8.0' (not in range: 0.4.23 ≤ … < 0.8.0)
See original GitHub issueHi,
I’m trying to connect with local ipfs daemon, but getting this error.
ipfshttpclient.exceptions.VersionMismatch: Unsupported daemon version '0.8.0' (not in range: 0.4.23 ≤ … < 0.8.0)
$ ipfs daemon
Initializing daemon...
go-ipfs version: 0.8.0-ce693d7e8
Repo version: 11
System version: amd64/linux
Golang version: go1.16.2
2021/04/30 07:30:58 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details.
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip4/127.0.0.1/udp/4001/quic
Swarm listening on /ip4/172.17.0.1/tcp/4001
Swarm listening on /ip4/172.17.0.1/udp/4001/quic
Swarm listening on /ip4/192.168.1.104/tcp/4001
Swarm listening on /ip4/192.168.1.104/udp/4001/quic
Swarm listening on /ip6/::1/tcp/4001
Swarm listening on /ip6/::1/udp/4001/quic
Swarm listening on /ip6/fd74:ae1:c698:db00:da5c:3a2c:f128:5c03/tcp/4001
Swarm listening on /ip6/fd74:ae1:c698:db00:da5c:3a2c:f128:5c03/udp/4001/quic
Swarm listening on /p2p-circuit
Swarm announcing /ip4/127.0.0.1/tcp/4001
Swarm announcing /ip4/127.0.0.1/udp/4001/quic
Swarm announcing /ip4/192.168.1.104/tcp/4001
Swarm announcing /ip4/192.168.1.104/udp/4001/quic
Swarm announcing /ip6/::1/tcp/4001
Swarm announcing /ip6/::1/udp/4001/quic
API server listening on /ip4/127.0.0.1/tcp/5001
WebUI: http://127.0.0.1:5001/webui
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8081
Daemon is ready
$ pip show ipfshttpclient
Name: ipfshttpclient
Version: 0.7.0
Summary: Python IPFS HTTP CLIENT library
Home-page: https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/
Author: py-ipfs-http-client team
Author-email:
License: MIT License
Location: /home/isk/Projects/Blockboard/ipfs-opensea-uploader/env-ipfs/lib/python3.9/site-packages
Requires: requests, multiaddr
Required-by:
- OS information:
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://www.archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
LOGO=archlinux
-
go-ipfs:
ipfs version 0.8.0
-
Python:
Python 3.9.4
-
pip
pip 21.1
Thanks for help!
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
I'm using a ipfs library that's still not updated to IPFS 0.9.0. Can ...
The library in question is python ipfs-http-client . My intention is to upload files from a python script. Of course, when using the...
Read more >Python IPFS API Documentation - Read the Docs
VersionMismatch (current, minimum, maximum). Raised when daemon version is not supported by this client version. exception ipfsapi.exceptions.
Read more >Python get data from IPFS error HTTPError: 405 Client Error
Nov 1 at 6:11. ipfshttpclient.exceptions.VersionMismatch: Unsupported daemon version '0.17.0' (not in range: 0.4.23 ≤ … < 0.8.0).
Read more >AUR (en) - python-ipfshttpclient - Arch Linux
VersionMismatch : Unsupported daemon version '0.9.1' (not in range: 0.4.23 ≤ … < 0.8.0) my go-ipfs version is too recent it seems and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Version
0.8.0a1
has been published to PyPi.The current library doesn’t support v0.8.0 yet. #274 needs to get resolved first.
v8 support was first mentioned in issue #252.