Your comments

ERROR com.ubooquity.provider.book.g - Folder info resource not found or access not authorized


Changing to other theme or to version 2.8.5 and the folder count shows just fine and no error.

After a lot of testing, the problem is indeed the theme. 2.8.5 works. 2.8.6+ doesn't.
May be worth mentioning:
- I use /ubooquity/ prefix
- I serve it behind a reverse proxy on https

I can read all the files just fine via Ubooquity btw.

Edit: It is a theme problem. But the suggestion to add more detail to the error message stays. ;p

Issued by com.ubooquity.provider.book.g and com.ubooquity.provider.comic.b.

Haven't updated the mod in a while. Updated it today and showBookCount is not working. Maybe I missed something?

Retested it with multiple browsers (to be sure) and the issue persist. :/
Also tried using oficial Oracle Java 8 instead of a newer modification I was running on. Nothing.
That other guy had the same problem with a different setup, using nginx (instead of lighttpd, like me), so I don't know if there's something I can do from here to fix this.
I'm using that javascript trick I posted as a workaround, so it doesn't affect me that much.

Thanks for looking into this.

I use lighttpd.
Probably the server automatically generates 302 to http because as it sees it's running over it.
Maybe instead of not specifying it there should be a filter that chooses the correct protocol. If not possible, maybe an option so we can configure it manually (mayble an off/http/https selection for this option) or doing it via JavaScript.

I would like it to use comicinfo.xml too.

Posting just to remind dev of this, since you seem to be working on the update lately.
Currently I'm using javascript for this, with comixology2 theme adding this to themeScript.js inside loadScript(proxyPrefix+"/theme/js/jquery-3.3.1.min.js", function(){ at the end.