-
-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReIntroduce "Hotspot Feature" for custom apps. #4028
Comments
Currently, we can not introduce the "Hotspot feature" for custom apps since we are using the fd list for custom apps, and currently, our Kiwix server is not showing ZIM files with fd on the server see kiwix/libkiwix#1015 and kiwix/libkiwix#1015 (comment). |
@MohitMaliFtechiz Where is the blocker exactly? The issue you have linked is closed. |
@kelson42 The server is not showing the hosted file(which is built by the The server needs the library for hosting the books, and we are providing the But when it is hosting the books on the server, IMO it again tries to create the
@kelson42 I do not have permission to reopen it, I have asked @mgautierfr to reopen it. |
Describe the bug
We had the hotspot feature for custom apps, which was removed because of #1600. But we reintroduced it in #3487. At that moment, we were using the
obb
file for custom apps, and the server was working withobb
file because it is a file. But later we introduced theAsset Play Delivery
API for custom apps which was necessary to upload the bundle on the play store.In this feature, we started uploading fd in bundles in chunks. The hotspot feature did not work with the
fd
chunks, so we hid it for custom apps in #3516.However,
Library
needs aBook()
object in this book object we are adding theArchive
object with thefd
list, andKiwixServer
showing the language of this ZIM file on the server but the ZIM file is not listed there.Expected behavior
It should list the ZIM file on the Server with the fd list.
Environment
Logs after creating the Archive Object and before passing it to the Library
After 5 second of starting the server
screen-20241011-132720.mp4
The text was updated successfully, but these errors were encountered: