Reader for books
I’ve setup my ubooquity on a synology ansd using a reverseproxy to redirect https ports (443) to obqootuity server.
it’s all working fine except for reader for books;
The reader for comics is fine, navigating the server is fine, but the reader for books is broken
the problems seems to be the url: all pages, including reader for comics start with https://... but the reader for books starts with nothing : the url starts with ubooquity... (the url without https:// )
stuck on loading screen
Hi !
Here is what I see :

Everything was working fine before I rebooted my server computer and my public IP changed.
Now, it's working with :
- locahost
- any connexion with a browser that didn't previously connected with my server (Ex : Edge instead of Chrome, another tablet, etc.)
It does not work with :
- my local IP on Chrome on the server.
- my new public IP on a remote tablet that previously connected with my server.
What I tried :
- restart the server
- delete cache on client browser
- delete cookies about my IP and ubooquity on client browser.
- deactivated the user setting on the server.
- checked the logs. Nothing special.
Any ideas ?
server connection timed out
I've been having a bit of an issue in the past 24 hours. Basically, I have been accessing my server entirely fine the past few weeks on another device, when it was unable to connect to it, displaying that it was taking too long to respond, with a connection timed out error. This is occurring on both my main IP and local IP, however localhost still works fine. I haven't touched any of the firewall settings since starting it up, so I am unsure what is actually causing this. Has anyone had experience with this problem before or have an idea as to how to fix it?
Server not available. 500:Could not find matching provider (wrong URL)
Hi,
i just installed Ubooquity on docker on my Synology Nas.
In the browser everything works fine, but I cant't access Ubooquity via OPDS. I tried Moon + and Kuboo on android.
Both say "500: Could not find matching provider (wrong URL)
I allready turned on "Enable OPDS feed" in the settings.
What did I do wrong?
Thanks in advance!
Disable last saved position in comics
Is there a setting to turn this off? I go to reread a comic I read last year it opens to the back cover.
Scanning the files is awfully slow .Is there a solution?
I installed Ubooquity from linuxserver docker on a Raspberry Pi 3b+, OMV5.
It has been scanning the files for a few days. It's awfully slow, often stuck on the same file for hours. There are like 30-40 pdf and like 40 cbr files at most. I had to stop the docker, it was slowing down the Rp.
Is this a known problem?
Can't reach the web interface of Ubooquity . How to install the docker?
I installed Ubooquity from linuxserver docker on a Raspberry Pi 3b+, OMV5 using portainer. I used both docker compose and Application templates. It installs fine, portainer shows the ports yet web interface returns error.
I don't know where to start to check for a problem, any idea what the cause may be?
this is the error the browser throws.
"Hmmm… can't reach this page
......... refused to connect. "
Checking the logs , i see these .. But the Portainer shows it as "running"
What may be the problem?
"
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Invalid maximum heap size: -Xmxmaxmemm
Book and Comics only shows up in the "Latest"-folders
Hello,
When I add my books and comics I can see a few off them listed in the "Latest books" and "Latest comics" section. However, none of the books or comics shows up under the general "Books" and "Comics" section. Any idea why that is?
Raspberry Pi 4?
Hi, trying to run Ubooquti on a Raspberry Pi 4. However, I get the following error:
pi@raspberrypi:/opt/ubooquity $ sudo java -jar Ubooquity.jar
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - Running with the following parameters - headless: false, libraryport: -1, adminport: -1, remoteadmin: false, host: null, debug: false, execdir: /opt/ubooquity
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - #############################
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - # Starting Ubooquity #
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - #############################
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - Java version: 1.8.0_212
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - Java vendor: Oracle Corporation
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - java vm name: OpenJDK Client VM
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - java runtime name: OpenJDK Runtime Environment
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - Max heap size available: 247 MB
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - OS name: Linux
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - OS version: 5.4.51-v7l+
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - OS architecture: arm
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - Loading local version info
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - Ubooquity 2.1.2 built on 2018-10-14 at 12:58
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - Creating application folders
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - Loading preferences
20200914 13:46:36 [main] INFO com.ubooquity.Ubooquity - Saving preferences
20200914 13:46:37 [main] INFO org.eclipse.jetty.util.log - Logging initialized @3165ms to org.eclipse.jetty.util.log.Slf4jLog
java.lang.NoClassDefFoundError: javafx/fxml/Initializable
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at com.ubooquity.e.a.d(SourceFile:597)
at com.ubooquity.e.a.loadClass(SourceFile:962)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at com.ubooquity.a.<init>(SourceFile:19)
at com.ubooquity.Ubooquity.main(SourceFile:246)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.ubooquity.e.a.a(SourceFile:823)
at com.ubooquity.Launcher.main(SourceFile:10)
Caused by: java.lang.ClassNotFoundException: Failure to load: javafx.fxml.Initializable
at com.ubooquity.e.a.loadClass(SourceFile:992)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 13 more
20200914 13:46:37 [Thread-2] INFO com.ubooquity.b - Stopping internal server...
20200914 13:46:37 [Thread-2] INFO com.ubooquity.data.feeder.a - Aborting content scan...
20200914 13:46:37 [Thread-2] ERROR com.ubooquity.b - Error while stopping internal server
java.lang.NullPointerException: null
at com.ubooquity.d.e.a(SourceFile:99) ~[Ubooquity.jar:2.1.2]
at com.ubooquity.b.c(SourceFile:112) ~[Ubooquity.jar:2.1.2]
at com.ubooquity.Ubooquity.C(SourceFile:216) [Ubooquity.jar:2.1.2]
at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_212]
20200914 13:46:37 [Thread-2] INFO com.ubooquity.b - Internal server stopped
20200914 13:46:37 [Thread-2] INFO com.ubooquity.Ubooquity - Ubooquity has closed.Running Java 8, does any ody have an idea?
Customer support service by UserEcho