0
Declined

Need sfk flag

goubul 7 years ago updated by Tom 7 years ago 9

hi, very nice app, thanks for tour work. 

Ils ont possible to add a kind of "safe for kids" flag to manage authorisation for young reader?

0
Answered

Sorry, you are not authorized to access any file on this server 2.0.2

brinkdogg 7 years ago updated by Bryon Brinkmann 7 years ago 10

Was running the latest 1.10 and wanted to try 2.0.2 so I deleted 1.10 and installed 2.0.2. No matter what I get "Sorry, you are not authorized to access any file on this server". Nothing works! What am I missing here..


Ubuntu Server = Ubuntu 16.04 

http:xxx.xxx.xxx.xxx:2202 or 2202/admin same error. 

Answer
Tom 7 years ago

Brinkdogg, due to heavy changes in 2.0.X, you have to reconfigure Ubooquity as if it were a completely new installation (shared folders, users, etc.).


Let me know if you already did that and still have issues.

0
Answered

Stops Scanning/Adding Books

bdp5 7 years ago updated by Tom 7 years ago 2

This is new for me because I had Ubooquity on my old install (I had to reinstall Windows 10) and it worked perfectly.


I have a massive 2TB folder of books. Ubooquity stops scanning and adding books when it gets to the letter "E," so only roughly half my books are in the library. It doesn't add any of those books to the library and I can't search for them inside Ubooquity, either.


Any suggestions?

0
Answered

2.0.2 Books trouble - might be me...

saucebarbeque 7 years ago updated by Tom 7 years ago 4

So 2.0.2 is working beautifully for comics. I thought I'd be adventurous and can iBooks/iCloud too.


I copied over a few epubs from my Mac into a new directory on the RPi running ubooquity. After a scan, the count sits at 0. Looking in the log, it clearly sees them; if I'm following it correctly it looks like it's deleting them from the database as well.


Am I doing something wrong here? Is epub a fancy format that doesnt copy from Mac to Linux easily, like a package?

0
Under review

Script for Ubooquity 2.0.2 on Synology

Elouan 7 years ago updated by anonymous 7 years ago 36

Hello,


in case somebody requires an update of the script for running ubooquity 2.0.2 on a synology NAS, here is mine. The procedure of installation is already described in the tutorial (look in the FAQ). This script is meant to go in :

>etc/init/ubooquity.conf

This is tested and it's working on my Synology DS212 [the NAS is quite old but it's still able to run ubooquity without (much) issue]


Here is the code, don't forget to adapt to your environnement, especially the installation folders: WORK_DIR, PCKG_DIR

and network and memory settings

# app settings
 PORT=2202
 ADMINPORT=2203
 MEM=128m


#============================================
#     Ubooquity
# description: upstart job configuration file for automatically
#   starting ubooquity when syno starts
# title  :ubooquity.conf
# date  :16 05 2017
# version : 2.0.2 (tested for ubooquity version...)
# original source: ubooquity forum about special characters
#   http://ubooquity.userecho.com/topic/907059-comics-not-imported-umlaut-mark-bug/
#=============================================

description "start/stop Ubooquity"
author "Elouan Le Bretton"
version "Ubooquity Version 2.0.2; java version 1.8.0_121 "

# automatically start ubooquity after webserver has been started
# DSM 5.0 = httpd-user (apache); DSM 6.0 = nginx
start on started nginx

# stop ubooquity on
stop on runlevel [06]

# Automatically respawn if ubooquity stops unexpetedly
respawn
respawn limit 5 500
# expect stop [this seems to be expected sometime but requires testing to be sure)

# run the scripts as the 'http' user; because running as root (the default) is a bad idea.
setuid http

script
 # installation settings
 JAVA_DIR=/var/packages/java8/target/ejdk1.8.0_121/linux_arm_sflt/jre/bin/
 WORK_DIR=/volume1/comics/.Ubooquity2
 PCKG_DIR=/var/packages/Ubooquity
 PCKG_BIN=Ubooquity.jar
 # app settings
 PORT=2202
 ADMINPORT=2203
 MEM=128m

 # This ensures that ubooquity reads special characters properly
 ENCO=UTF-8
 LANG=fr_FR.$ENCO
 export LANG
 
 # Main command for ubooquity
 exec "$JAVA_DIR/java" -Dfile.encoding=$ENCO -Xmx$MEM -jar $PCKG_DIR/$PCKG_BIN --libraryport $PORT --workdir "$WORK_DIR"  --adminport $ADMINPORT --remoteadmin --headless
end script


0
Not a bug

[2.0.2.] hide empty folders

Telecart 7 years ago updated 7 years ago 2

The "hide empty folders" option seems to have disappeared. When first installed and scanned it did not show empty folders. I made a few different changes today (added another user, played around with reverse-proxy) and now it is rescanning and seems to be adding empty folders to the mix.


Any ideas what I broke? Is there a hidden way to hide empty folders in the interim?

0
Not a bug

[2.0.2] Memory?

Telecart 7 years ago updated 7 years ago 8

I've had ubooquity open on my Mac Mini server for maybe a week now, using it intermittently. Noticing some sluggishness, I opened activity monitor and noticed the "launcher" app is now taking well over 1GB of RAM. I closed Ubooquity and reopened it and it seems fine, but wondering if there's a memory management issue maybe.

0
Under review

PDF cover generation bug with OpenJDK

shagr4th 7 years ago updated by Tom 7 years ago 5

FYI, if some of you have issues with PDF covers and Ubooquity 2.X, maybe this is due to this OpenJDK bug: https://bugs.openjdk.java.net/browse/JDK-8048782


I'll try to switch later to Oracle JDK or OpenJDK 9 to confirm the issue

0
Under review

[2.0.2] Database corruption

lkj 7 years ago updated by Tom 7 years ago 9

Hi,


Following a few days of everything working smoothly, today, everything is unfortunately broken.


Initially, I was able to connect to the admin interface. After entering the admin password, ubooquity seemed to go into a redirection loop.


Some relevant log messages:


20170513 16:25:53 [qtp2898168-6297] ERROR com.ubooquity.data.database.f - Cound not get session token entry for user : UbooquityInternalAdministratorUserName
org.h2.jdbc.JdbcSQLException: The database has been closed [90098-193]
20170513 16:25:53 [qtp2898168-6297] INFO  com.ubooquity.d.a - Admin cookie token invalid or too old. Access Denied. [ip:192.168.1.113]
20170513 16:25:53 [qtp2898168-3451] ERROR com.ubooquity.data.database.f - Cound not get session token entry for user : UbooquityInternalAdministratorUserName
org.h2.jdbc.JdbcSQLException: The database has been closed [90098-193]
20170513 16:26:03 [qtp2898168-6299] ERROR com.ubooquity.data.database.f - Error while creating/updating session in database
org.h2.jdbc.JdbcSQLException: The database has been closed [90098-193]
20170513 16:26:03 [qtp2898168-6299] INFO  com.ubooquity.d.a - Admin successfully logged in
20170513 16:26:03 [qtp2898168-6302] ERROR com.ubooquity.data.database.f - Cound not get session token entry for user : UbooquityInternalAdministratorUserName
org.h2.jdbc.JdbcSQLException: General error: "java.lang.IllegalStateException: File corrupted in chunk 595347, expected page length 4..256, got 1409434955 [1.4.193/6]" [50000-193]
20170513 16:26:03 [qtp2898168-6302] INFO  com.ubooquity.d.a - Admin cookie token invalid or too old. Access Denied. [ip:192.168.1.113]
20170513 16:26:03 [qtp2898168-6298] ERROR com.ubooquity.data.database.f - Cound not get session token entry for user : UbooquityInternalAdministratorUserName
org.h2.jdbc.JdbcSQLException: General error: "java.lang.IllegalStateException: File corrupted in chunk 595347, expected page length 4..256, got 1409434955 [1.4.193/6]" [50000-193]

[much more of this before the server was shut down]


When trying to restart, the following happens:


20170513 16:28:03 [main] INFO  com.ubooquity.Ubooquity - Running with the following parameters - headless: true, libraryport: 2200, adminport: 2202, remoteadmin: true, host: null, debug: false, execdir: /path/to/comics
20170513 16:28:16 [main] ERROR com.ubooquity.data.database.d - Cound not get number of existing tables
org.h2.jdbc.JdbcSQLException: General error: "java.lang.IllegalStateException: File corrupted in chunk 595347, expected page length 4..256, got 1409434955 [1.4.193/6]" [50000-193]
20170513 16:28:16 [main] ERROR com.ubooquity.data.database.d - Could not configure collation strength
org.h2.jdbc.JdbcSQLException: General error: "java.lang.IllegalStateException: File corrupted in chunk 595347, expected page length 4..256, got 1409434955 [1.4.193/6]" [50000-193]
20170513 16:28:16 [main] ERROR com.ubooquity.data.database.c - Could not create COMIC table
org.h2.jdbc.JdbcSQLException: General error: "java.lang.IllegalStateException: File corrupted in chunk 595347, expected page length 4..256, got 1409434955 [1.4.193/6]" [50000-193]
20170513 16:28:16 [main] ERROR com.ubooquity.Ubooquity - Exiting application because of exception
org.h2.jdbc.JdbcSQLException: General error: "java.lang.IllegalStateException: File corrupted in chunk 595347, expected page length 4..256, got 1409434955 [1.4.193/6]" [50000-193]
20170513 16:28:16 [main] ERROR com.ubooquity.Ubooquity - Failed to display error dialog
java.lang.IllegalStateException: Toolkit not initialized


and that's the end of it. As mentioned in the subject, this is ubooquity 2.0.2 running on ubuntu 16.04.2.


thanks.



0
Under review

https to http redirect issue while behind a reverse proxy. (ver 2.0.2)

Ray Rawls 7 years ago updated by David Bakker 6 years ago 10

So testing out the new version! looks slick, thanks for all the work on the new version!


So I run my ubooquity site behind a proxy because reasons, only 80 and 443 work for me.  Anyway when I load the page via (https:/mysite.com/) and login From the landing page i can click on Latest comics with no issue the page loads all is great. When I click on my comic root (Comic) it redirects me to a (http://mysite.com/comics/1/) dropping the https:// (i can manually put in https://mysite.com) and all works as expected.  For some reason it just drops the https:// opening that link.