-
Notifications
You must be signed in to change notification settings - Fork 721
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
java.lang.NullPointerException: at org.readium.r2_streamer.server.EpubServer.addLinks (EpubServer.java:68) #215
Comments
I had the same issue: `06-18 05:48:08.241 3435-3435/de.appcuisine.tigermedia.tigerbooks.alpha I/System.out: EpubContainer Reading epub at path: /storage/emulated/0/Android/data/de.appcuisine.tigermedia.tigerbooks.alpha/files/1478407.epub
06-18 05:48:08.326 646-1398/system_process W/ActivityManager: Force finishing activity de.appcuisine.tigermedia.tigerbooks.alpha/com.folioreader.ui.folio.activity.FolioActivity |
Finally i Stuck Will all Errors i understand Developer works and respect and he make a such a wonderful library for epub . but finally i create a new library with some customisation. |
@hackstarsj @OlegTarashkevich i believe it is fixed and will be released soon.. |
@mahavir155 Thank you for the update! |
Really not.. But we'll try to release new version by end of this week or early next week.. we are really excited to release this version, since it will have horizontal scrolling enabled.. |
Hi @mahavir155 , Do you have any update? My users see crashes. Please help! |
Changelog - Fix FolioReader#214 Fix FolioReader#215
@OlegTarashkevich Upgrade to v0.3.10 |
@OlegTarashkevich Crash should be fixed in v0.3.10.. FYI Horizontal scrolling is not released yet.. We'll need one more week to have Horizontal scrolling.. Meanwhile you can use 0.3.10.. |
Thank you @hrishikesh-kadam @mahavir155 |
any possibility to share epub? |
@OlegTarashkevich I have opened new issue on behalf of you - #221 @mahavir155 we can close this issue. |
private void addLinks(EpubPublication publication, String filePath) {
containsMediaOverlay = false;
for (Link link : publication.links) {
if (link.rel.contains("media-overlay")) {
containsMediaOverlay = true;
link.href = link.href.replace("port", "localhost:" + getListeningPort() + filePath);
}
}
Please Fix this Also
The text was updated successfully, but these errors were encountered: