0

Can't access opds-comics via nginx reverse proxy

killo3967 3 years ago 0

Hi.

I have ubooquity under windows 10 in a server with 192.168.1.50 ip address and i could access all the resources including opds-comics and opds-books with the explorer in local network.

The problem is when i try to access from internet via nginx reverse proxy. 

My configuration is:

l

ocation /ubqt {
proxy_pass http://192.168.1.50:2202;
proxy_set_header Host $host;
# Permite acceso a los comics por opds
location /ubqt/opds-comics {
auth_request off;
proxy_pass http://192.168.1.50/ubqt/opds-comics/;
}  

The access to "http:\\<internet ip>:port\ubqt" function perfectly, but not the opds-comics.  I use Koobo app in my android tablet and has the same problem. In my local network, works correctly with "http://192.168.1.50:2202/ubqt/opds-comics/"

0

JAR won't run in OSX Catalina

seth shapiro 3 years ago updated 3 years ago 0

I've been trying for several hours to get Ubooquity 2.1.2 to run under Catalina on a late 2013 iMac. I can run 1.10.1 just fine (but can't figure out how to access network drives). None of the 2.x.x versions run at all. I see no clues in the log file. Has anyone had any luck running Ubooquity on Catalina? Thanks.

Here is some of the log:

20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Running with the following parameters - headless: false, libraryport: -1, adminport: -1, remoteadmin: false, host: null, debug: false, execdir: /Applications
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - #############################
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - # Starting Ubooquity #
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - #############################
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Java version: 1.8.0_333
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Java vendor: Oracle Corporation
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - java vm name: Java HotSpot(TM) 64-Bit Server VM
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - java runtime name: Java(TM) SE Runtime Environment
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Max heap size available: 3641 MB
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - OS name: Mac OS X
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - OS version: 10.15.7
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - OS architecture: x86_64
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Loading local version info
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Ubooquity 2.1.2 built on 2018-10-14 at 12:58
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Creating application folders
20220616 23:16:58 [main] INFO com.ubooquity.Ubooquity - Loading preferences
20220616 23:16:58 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1150ms to org.eclipse.jetty.util.log.Slf4jLog
20220616 23:16:58 [main] INFO com.ubooquity.b - Starting internal server...
20220616 23:16:58 [main] INFO com.ubooquity.b - Reverse proxy prefix is not activated
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning books directories
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books folder content cache populated
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning comics directories
20220616 23:16:58 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /Volumes/McIntosh (5TB)/Comics (ignore this warning if you just added a new root directory)
20220616 23:16:58 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /Volumes/McIntosh (5TB)/Comics (ignore this warning if you just added a new root directory)
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning comics directories, populating folders content cache
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics folder content cache populated
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics statistics: [total: 0, added or updated: 0, removed: 0]
20220616 23:16:58 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books statistics: [total: 0, added or updated: 0, removed: 0]
20220616 23:16:58 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.0.v20161208
20220616 23:16:58 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@35841320{/,null,AVAILABLE,@admin}
20220616 23:16:58 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@61c4eee0{/,null,AVAILABLE,@library}
20220616 23:16:58 [main] INFO o.e.jetty.server.AbstractConnector - Started library@43f02ef2{HTTP/1.1,[http/1.1]}{0.0.0.0:2202}
20220616 23:16:58 [main] INFO o.e.jetty.server.AbstractConnector - Started admin@239a307b{HTTP/1.1,[http/1.1]}{127.0.0.1:2203}
20220616 23:16:58 [main] INFO org.eclipse.jetty.server.Server - Started @1316ms
20220616 23:16:58 [main] INFO com.ubooquity.b - Internal server started. Listening on port 2202 (library) and 2203 (admin)
20220616 23:16:59 [Timer-1] INFO com.ubooquity.Ubooquity - Checking latest available Ubooquity version from website
20220616 23:17:00 [Timer-1] INFO com.ubooquity.Ubooquity - Latest version available: 2.1.2 - Current version: 2.1.2

0

Suddenly most of my covers are gone and replaced with some missing graphic type icon.

Don Maker 3 years ago updated by Dennis slagers 3 years ago 3

Just started recently. I have no idea why, but most of my covers are now a small icon that looks like a torn document.

I cleared the database and did a fresh scan...problem persists. Is it possible that it is still creating covers even though the scan is finished?

Thank you

0
Under review

lynx and/or keyboard navigation

Richard Leonard 3 years ago updated by Tom 3 years ago 1

is there anyway to log-in to the admin page using just keyboard navigation and/or a non GUI browser?

for test purposes, I'm using Lynx on a debian linux box.

thank you in advance!

Rich Leonard

0
Not a bug

Admin not able to log in [2.1.2]

Noah Haskell 3 years ago updated by Tom 3 years ago 2

Hello! I've been a long time ubooquity user, and have been using my instance for years without using the admin UI and only changing the config in the text file. I figured I'd probably post now about this as I would like to use the admin GUI.

When I try to do admin setup the client hangs forever with the following errors on the server:

20220503 05:35:15 [qtp1678046232-42] ERROR com.ubooquity.provider.api.admin.c -
Admin page resource not found: angular-aria.min.js.map
20220503 05:35:15 [qtp1678046232-34] ERROR com.ubooquity.provid

0
Answered

Technics to scan huge files collection and skip already processed files

Thankful 3 years ago updated by Tom 3 years ago 4

Hello,

I am wondering how you have managed to have such a good performance when we scan our directory of comics. Would you agree to share that piece of code or the technics used ?


0

Is there a way to create collections/reading lists?

Brandon Travis 3 years ago 0

Title, mostly.

I am trying to figure out if I can create separate reading lists (besides bookmarks), for example Graphic Novels, Marvel Ultimate, Marvel Major Events, Short Runs, etc.

Is this at all possible? Thanks in advance

0

recommendations.json

Tonino Di Giacomo 3 years ago 0

Hello all,


While trying to undersatand why ubooquity with comixology theme is slowing down, I foud this error in my logs:

ERROR com.ubooquity.provider.theme.a - Theme resource not found: recommendations.json


Does someone know what should be the problem ?


Thx,

Toni

0

Could not find id of root path, Scanner Found empty folders

VJ-SYNNAS 3 years ago 0

Hey there

I have tried so many permutations combinations to fix the problem where the Scanner keeps on giving me empty folder error as well as could not find id of root path warning

From the latest scan logs:

20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning books directories
20220211 00:43:57 [Scanner thread] WARN com.ubooquity.data.database.a - Could not find id of root path /volume1/demo/# 2022 eBooks (ignore this warning if you just added a new root directory)
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.a - Inserting/updating book entry in database : /volume1/demo/# 2022 eBooks
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.a - Found 1 empty folders
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.a - Deleted empty folders from database. Looking for new ones...
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books folder content cache populated
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning comics directories
20220211 00:43:57 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /volume1/demo/TestComics (ignore this warning if you just added a new root directory)
20220211 00:43:57 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /volume1/demo/# 2022 Comix (ignore this warning if you just added a new root directory)
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.c - Inserting/updating comic entry in database : /volume1/demo/TestComics
20220211 00:43:57 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /volume1/demo/# 2022 Comix (ignore this warning if you just added a new root directory)
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.c - Inserting/updating comic entry in database : /volume1/demo/# 2022 Comix
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.c - Found 2 empty folders
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.c - Deleted empty folders from database. Looking for new ones...
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning comics directories, populating folders content cache
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics folder content cache populated
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics statistics: [total: 0, added or updated: 0, removed: 0]
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books statistics: [total: 0, added or updated: 0, removed: 0]

I have set this up using Docker on NAS. And my configuration looks like this:

Image 792

Admin interface config:

Image 794

Image 793

I have created a user on ubooquity admin as well and gave it shared folder access. Still no luck. everytime my folder is read it gives me 0 files. there is no way for me to debug it further as well. 

I feel something has to do with

 Could not find id of root path 

or the fact that my directory has special symbols in it `##` However when I created a test directory without special symbols, I got the same result. Have spent couple of hours already debugging with no luck. 

0

Wrap text on longer File/Title Names

Josh Leiber 3 years ago 0

I searched a bunch but couldn't find the answer - I've seen some screenshots where this is happening but I can't seem to find out how... 

My titles are always cut off and don't wrap to a second line so you can read the whole title.

Image 790

Here's a screenshot of the "Plex Theme + Currently reading comics mod " where the title does span two lines - but when I install that theme it still looks the same on mine :

Image 791

HOW DO I MAKE MY TITLES WRAP?