Skip to content

Downloading favicon for book is not always working for Apple (iOS/macOS) #1242

@BPerlakiH

Description

@BPerlakiH

Similarly to the former issue: #1180

This is still not working for Apple.
There's actually a regression in this regard, please see the context of the issue described here:
kiwix/kiwix-apple#1359

Context

We have this call:

book->getIllustrations().at(0)->getData();

It suppose to return the favicons image data. We are calling it as part of fetching the catalog. In reality, it not always returns the data. (eg it is working for DWDS) but not working for ZIM files in the current catalog. It wasn't returning any data as of libkiwix 14.0.1 either for the current catalog.
(see related past issue: #1180)
I am not sure if this was meant to be fixed in libkiwix 14.1.0 or not, but:

  • we still see no image data returned on Apple side (length 0) for current catalog items
  • trying to access this data is taking a whole lot more time than it used to

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions