Your comments

hum... I don't spot any obvious issue in your logs... I checked mines and have similar entries...


my command line is: nohup java -jar /location/to/Ubooquity.jar --libraryport 2202 --adminport 2203 --remoteadmin --headless /location/to/ 2>&1 &

Could you try?

Maybe retry with debug mode activated...


PS: above simplified version of my real one: 

nohup java -Dlogback.configurationFile=/mnt/NAS/Docs/e-book/Ubooquity/log-config.xml $MEM_OPT -jar /etc/ubooquity/Ubooquity.jar --libraryport $LIBRARY_PORT --adminport $ADMIN_PORT $ADMIN_MODE $GUI_STATE /etc/ubooquity/ 2>&1 &

what CLI command do you launch?

Do you launch it from the folder of execution?


For the admin pwd creation from the CLI I'm not aware of any command unfortunately...

Hi,


I'm running headless with remote administration and did not face the issue.


Did you try to restart a fresh install from scratch?


Your VM runs which OS?

So, Tom... I think I find something for you, and that should be in your code :-)


I did some code inspection in safari & firefox, just to compare.


Fox cbs/cbr, thumbnails are visible. Code is something like:

<img src="/comics/comics/1408/Terminus%201%20-%20T01%20-%20L%27Homme%20a%20la%20valise%20%282016%29.cbr?cover=true">


For pdf, thumbnails are missing in safari, not in firefox. Code is something like:

<img src="/comics/comics/1413/Titania%20One%20Shot%20%281987%29.pdf?cover=true">


I could update in safari the interpreted code for pdf (just above) and replace ".pdf" by ".cbr".

And then... tadaaaaa: it works! Thumbnail appears! :-)


Therefore I suspect, at the same time:

- a typo error somewhere in your code for rendering/management of pdf thumbnail links (but not creation)

- the usage of such img src information to be more strict in safari and OS X / iOS webkit than in other browser & webkit (as usual ;-))


Could you dig in your code with such info & advise?


Thanks

Matthieu

Hi,

Ubooquity needs to have the access rights to write files in the execution folders.

I recall initially running in similar issues when I did not give it the correct rights...

Tom,

Dummy question but... I could not find in the admin HMI how to change the admin pwd??

(I want to do so before giving you the access)


EDIT: will create a dedicated thread...

I though about the reverse proxy setting. Nop, no joy...

"Good" :s to know that it's not specific to me ;-)


Tom, tell me what you need and I'll give, even admin access. But for now I'm struggling to identify what I could do to support you...


Perhaps I missed to say that I have the same behavior via http et https, via direct or proxy access.

I have many PDF, from various sources and ages, therefore do not expect the issue to be file settings or name related.


Thanks,

Mat