question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

VersionMismatch: Unsupported daemon version '0.8.0' (not in range: 0.4.23 ≤ … < 0.8.0)

See original GitHub issue

Hi, 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:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
c0llab0rat0rcommented, May 18, 2021

Version 0.8.0a1 has been published to PyPi.

1reaction
c0llab0rat0rcommented, Apr 30, 2021

The current library doesn’t support v0.8.0 yet. #274 needs to get resolved first.

v8 support was first mentioned in issue #252.

Read more comments on GitHub >

github_iconTop 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 >
ipfshttpclient - PyPI
Python IPFS HTTP CLIENT library.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found