ipfs-shipyard / py-ipfs-http-client

A python client library for the IPFS API
MIT License
678 stars 199 forks source link

Unsupported daemon version 0.22.0 #329

Open Ahmedouu opened 10 months ago

fractastical commented 9 months ago

Also have this.

Ahmedouu commented 9 months ago

I have found a quick workaround this but I haven't tested this fully there could be issues .. I have only tried connecting and adding files ..it works so far ..

navigate to site-packages/ipfshttpclient then inside client find init.py find assert_version(...) and on line 68 delete the selected part, save and it should work,

image