AuHau / ipfs-publish

Continuous Delivery of static websites to IPFS

Home Page:https://ipfs-publish.uhlir.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with ipfs 0.7.0

xuv opened this issue · comments

Got this error with the latest version of ipfs:

ERROR:publish.cli:Unsupported daemon version '0.7.0' (not in range: 0.4.22 ≤ … < 0.7.0)

Should be solved thanks to updated dependencies. Closing this, but feel free to reopen if problem persists.

Hello @AuHau

Sorry. But this isn't fixed. It still produces the same error with version 0.2.1.
The ipfshttpclient library that it uses is still the 0.6.1, which I believe has the error.
They've got a release candidate for version 0.7.0a1. But I haven't tried with that one

I see. Hmm yeah, we will have to wait for stable release then. Thanks for letting me know!

Yes but that is not the final release though...

@AuHau I've tried with the pre-release. And now I get another error:
ERROR:publish.cli:not pinned or pinned indirectly

Haven't searched where it comes from. But you might want to take a look at it.

@AuHau Seems the final release is in. https://github.com/ipfs-shipyard/py-ipfs-http-client/releases/tag/0.7.0
Do you think you'd be interested in updating?

It seems that merging #46 would fix this.
Tested by installing that branch and seems all is working as expected.

Thanks for the heads-up! I will try to have a look on this soon.