Technosoft2000 / docker-calibre-web

Docker image for Calibre Web https://github.com/janeczku/calibre-web/, based on docker image of Alpine
273 stars 58 forks source link

Upgrade of image failed #110

Closed DaveDaveDaveDave closed 3 years ago

DaveDaveDaveDave commented 3 years ago

Hello,

I haven't been able to find a similar error to what I'm seeing after and upgrade of the the docker image using the latest tag. Everything was working properly before the upgrade.

Using latest Docker on Synology NAS.

Load is normal until Calibre Web launch:

[INFO] Launching Calibre-Web ... Traceback (most recent call last): File "/Books/calibre-web/app/cps.py", line 37, in <module> from cps.gdrive import gdrive File "/Books/calibre-web/app/cps/gdrive.py", line 119, in <module> @csrf.exempt AttributeError: 'NoneType' object has no attribute 'exempt'

I have tried rolling back to the earlier docker images, but get the same errors. I'm not using Google Drive at all. All library files are local on the NAS.

Any help is appreciated!

DaveDaveDaveDave commented 3 years ago

This issue is related to existing issue 109:

https://github.com/Technosoft2000/docker-calibre-web/issues/109