Skip to content

ipfshttpclient.exceptions.VersionMismatch: Unsupported daemon version '0.8.0' (not in range: 0.4.23 ≤ … < 0.8.0) #282

Closed
@avatar-lavventura

Description

@avatar-lavventura

How could I solve ipfshttpclient.exceptions.VersionMismatch: Unsupported daemon version '0.8.0' (not in range: 0.4.23 ≤ … < 0.8.0) error? What may be the reason of this error?

>>> client = ipfshttpclient.connect()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/alper/venv/lib/python3.8/site-packages/ipfshttpclient/client/__init__.py", line 119, in connect
    assert_version(client.apply_workarounds()["Version"])
  File "/home/alper/venv/lib/python3.8/site-packages/ipfshttpclient/client/__init__.py", line 69, in assert_version
    raise exceptions.VersionMismatch(version, minimum, maximum)
ipfshttpclient.exceptions.VersionMismatch: Unsupported daemon version '0.8.0' (not in range: 0.4.23 ≤ … < 0.8.0)

$ pip freeze | grep ipfs
ipfshttpclient==0.7.0a1

$ pip freeze | grep daemon
daemon==1.2
python-daemon==2.3.0

Can we use py-ipfs-http-client along with ipfs version v0.8.0?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions