Package Details: calibre-web 0.6.24-3

Git Clone URL: https://aur.archlinux.org/calibre-web.git (read-only, click to copy)
Package Base: calibre-web
Description: Web app for browsing, reading and downloading eBooks stored in a Calibre database
Upstream URL: https://github.com/janeczku/calibre-web
Licenses: GPL3
Provides: calibre-web
Submitter: fryfrog
Maintainer: fryfrog (plenaerts)
Last Packager: fryfrog
Votes: 2
Popularity: 0.000005
First Submitted: 2021-11-29 04:13 (UTC)
Last Updated: 2024-11-20 17:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

zynex commented on 2023-02-23 12:02 (UTC) (edited on 2023-02-23 12:05 (UTC) by zynex)

The fix to make it work again was quite simple, change the lines for each file from the commit in https://github.com/janeczku/calibre-web/commit/94a6931d48d347ae6c07e2b5f0301e8cf97cf53d and it will work again until it's officially released.

Gnarflord commented on 2023-02-22 12:04 (UTC) (edited on 2023-02-22 12:04 (UTC) by Gnarflord)

Currently fails with

Traceback (most recent call last):
  File "/usr/bin/cps", line 5, in <module>
    from calibreweb import main
  File "/usr/lib/python3.10/site-packages/calibreweb/__init__.py", line 29, in <module>
    from cps import create_app
  File "/usr/lib/python3.10/site-packages/calibreweb/cps/__init__.py", line 162, in <module>
    @babel.localeselector
AttributeError: 'Babel' object has no attribute 'localeselector'

Apparently cps release 0.6.19 is incompatible with the latest python-flask. This has been fxied in nightly, but there hasn't been any release with the fix so far :(

See: https://github.com/janeczku/calibre-web/issues/2674

fryfrog commented on 2022-08-18 14:57 (UTC)

I finally created python-advocate and added it as a depends. :)

fryfrog commented on 2022-08-13 17:26 (UTC)

Thanks for the report, I'll probably need to create a python-advocate aur package. It'll be a few days before I can get to that though.

nac commented on 2022-08-13 17:05 (UTC)

This is missing a python dependency. When trying to upload a book cover I get the error:

Python module 'advocate' is not installed but is needed for cover uploads

I'm not sure which Arch package corresponds with the advocate python module.

fryfrog commented on 2022-03-04 23:23 (UTC)

@plenaerts: Thanks for the report, added!

plenaerts commented on 2022-03-04 23:07 (UTC)

This packages depends on python-pycountry. Without it, I get:

ModuleNotFoundError: No module named 'pycountry'

mattski commented on 2022-02-13 15:29 (UTC)

@fryfrog Yes this is needed for ldap authentication

fryfrog commented on 2022-01-13 15:35 (UTC)

@mattski, what does it allow? Based on the name, I'm guessing ldap authentication?

mattski commented on 2022-01-13 14:59 (UTC)

Hi could you add python-flask-simpleldap as an optdepends please