
Android Reader to stream cbz files via OPDS (alternative to Kuboo)
Does and android reader, that streams content via OPDS without downloading files locally, exist that is compatible with Ubooquity v3?
I used Kuboo with v2 and it worked by streaming cbz comics via OPDS, kept track of what was read and had an intuitive UI.
With v3 it crashes when trying to browse content and devlopment of the app has been stopped in 2019 (an archived repo exists on Github).
Does anybody know of valid alternatives?
The only android app that functions similarly, is not too clunky and has a decent UI, is Moon+ Reader but it still forces you to download the content locally before you can read it.
Thank you!

WARN com.ubooquity.b.c - Could not read document metadata for file: CANNOTREAD.cbr - IllegalArgumentException: File could not be opened
Hello,
I have several files which cannot be read by Ubooquity and the cover is not created.
I have the following log : WARN com.ubooquity.b.c - Could not read document metadata for file: CANNOTREAD.cbr - IllegalArgumentException: File could not be opened
I do not understand since the rights are the same on a file which is correctly read and a file where ubooquity is blocked to open it. (cf. those ls -lrt results) :
-rw-rw-rw- 1 admin administrators 240041475 2024-11-20 23:46 CANNOTREAD.cbr
-rw-rw-rw- 1 admin administrators 63149432 2024-11-20 23:45 CANREAD.cbr
Any idea what could make a fil not open-able ?

HTTP ERROR 400 Invalid SNI
URI: | /comics/ |
---|---|
STATUS: | 400 |
MESSAGE: | Invalid SNI |
SERVLET: | - |
CAUSED BY: | org.eclipse.jetty.http.BadMessageException: 400: Invalid SNI |
Caused by:
org.eclipse.jetty.http.BadMessageException: 400: Invalid SNI at org.eclipse.jetty.server.SecureRequestCustomizer.customize(SecureRequestCustomizer.java:267) at org.eclipse.jetty.server.SecureRequestCustomizer.customize(SecureRequestCustomizer.java:208) at org.eclipse.jetty.server.HttpChannel.lambda$handle$0(HttpChannel.java:501) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:762) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:497) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:282) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:558) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:379) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:146) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:416) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:385) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:272) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.lambda$new$0(AdaptiveExecutionStrategy.java:140) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:840)
My keystore from v2 is raising issue now with v3.1, while everything was working fine previously.
Could we imagine to uncheck the SNI hostname ?
Thank you

Certains comics n'apparaissent pas
Sur une instance 3.1.0 de Ubooquity, certains comics ne sont pas scannés et n'apparaissent pas.
La même liste de comics est scannés complètement sans aucun manque sur une instance 2.1.5 de Ubooquity

Allow adding folder manually by path
I'm running headless mode in aarch64. When I click on add folder to add my sources to library, it just shows a blank pop-up. The following error is logged:
```
20250824 06:56:22 [qtp1368251707-46] WARN o.e.j.server.handler.ContextHandler - Unimplemented getRequestCharacterEncoding() - use org.eclipse.jetty.servlet.ServletContextHandler
```
I'm assuming it's trying to open up a file chooser using native call on the OS it's being run from. Would be nice to be able to add folders using absolute paths.

In progress books list in V3
In Ubooquity V2, there were a few scripts that people created to filter/pull books that were currently being read.
Are there any updated scripts or information to do this in V3? I'm assuming with the changes made in the new version, those scripts wouldn't work now.

Refreshing folders
Hi.
This might be a completely Idiot User issue but I have my Ubooquity in an Unraid Docker and my comics on the same array.
If I move files from folder to folder I am left with orphan file links in the display. I cannot seem to see how to refresh/update this.
Thanks in advance.

Can't close book in v3 using URL http://localhost:2202
Worked fine in v2. I can easily fix it by using my IP but still. Each time I open a book I can read it but as soon as I close it, its doesn't bring me back to the folder, its brings me to http://localhost without a port which obviously errors out.
here's the log showing the opening of the book and closing it:
20250217 18:35:27 [qtp224063653-373] INFO com.ubooquity.provider.h.b - Using template DETAILS with following parameters:
seriesName: null
rating: ""
downloadUrl: "/comics/36792/Arcbound%20001%20%282024%29%20%28digital%29%20%28Son%20of%20Ultron-Empire%29.cbr"
description: null
language: null
readingStatusClass: "status_unread"
rootPath: ""
writers: null
title: "Arcbound 001 (2024) (digital) (Son of Ultron-Empire)"
ItemId: 36792
seriesIndex: null
tags: null
coverUrl: "/cover/36792"
fileSize: "63.3 MB"
fileExtension: "CBR"
readerUrl: "/pagereader/reader.html#!?docId=36792&startIndex=0&nbPages=31"
progress: 0
publicationDate: null
20250217 18:35:29 [qtp224063653-336] INFO com.ubooquity.provider.e.a - Gman is reading Arcbound 001 (2024) (digital) (Son of Ultron-Empire)
20250217 18:35:29 [qtp224063653-373] WARN o.e.j.server.handler.ContextHandler - Unimplemented getRequestCharacterEncoding() - use org.eclipse.jetty.servlet.ServletContextHandler
20250217 18:35:32 [qtp224063653-373] WARN o.e.j.server.handler.ContextHandler - Unimplemented getRequestCharacterEncoding() - use org.eclipse.jetty.servlet.ServletContextHandler
20250217 18:35:33 [qtp224063653-373] WARN o.e.j.server.handler.ContextHandler - Unimplemented getRequestCharacterEncoding() - use org.eclipse.jetty.servlet.ServletContextHandler

Can't return back to pick Comics or eBooks (v3 Bugs)
Once I log in my library, I pick Comics or eBooks, but if I want to return back to change section, the return icon no longer let you back that far.

Scanning locks you out of reading (v3)
I've never experience this with v2, but in v3 once you launch a scan, you can't read or even see your books until the scan is completed. Took me by surprised because I happen to open my tablet at the same time the weekly library start kicked in. I disabled auto scan and will manually scan when I add books but it still odd.
Customer support service by UserEcho