JojiiOfficial/ZimWiki

zim: unsupported cluster compression

hollorol opened this issue · 1 comments

What I did

I have installed ZimWiki with go, downloaded a zim file, put into the library folder.

Expected behaviour

I have expected to see the wiki I downloaded, and the contents of it.

Experienced behaviour

In the main page ZimWiki said "nothing is here", I can search for topics, but when I click any of them, it just shows nothing.
In the terminal I got the following error message:
image

My system

OS: Debian 10
go version: 1.15.7

The library used to manage the zim archives (https://github.com/JojiiOfficial/go-zim) was not up to date, and thus did not yet support the new compressed zim archives in zstd format.
Pull request JojiiOfficial/go-zim#1 and #2 fix this problem. :)