Question about update information of book

Hi there,

I’m using caliber-web in docker (RPI version) and everything is working correctly, except for when I upload a book.

The information about book (author, publisher, cover, etc …) in caliber-web is obtained either from Google or Douban and never from the metadata of book and not create the file:

metadata.opf

If I use caliber in local mode, the information of the book is obtained from the metadata of the book itself.

This operation of caliber-web is an error, a function that is not yet implemented or I am missing something to configure so that the information of the book gets it from the book itself.

Thank you

Hi

I resolv the problem. This option work if install the package:

apt-get install python3-lxml

in the container docker.

Stop and start de container and upload a book, read the metadata of this book.