Package Details: paperless 2.7.0-1

Git Clone URL: https://aur.archlinux.org/paperless.git (read-only, click to copy)
Package Base: paperless
Description: Scan, index, and archive all of your paper documents
Upstream URL: https://github.com/danielquinn/paperless
Licenses: GPL3
Submitter: ReedWood
Maintainer: ReedWood
Last Packager: ReedWood
Votes: 6
Popularity: 0.000000
First Submitted: 2018-01-22 22:06 (UTC)
Last Updated: 2019-11-27 20:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

amo commented on 2020-09-09 04:56 (UTC) (edited on 2020-09-09 04:57 (UTC) by amo)

For me, python-dotenv does not seem to be a problem, but I still can't run the initial migration process on paperless because of another error: ImportError: cannot import name 'FieldDoesNotExist' from 'django.db.models' in init.py

see the issue I created on github for a more detailed log: https://github.com/the-paperless-project/paperless/issues/698

k.w commented on 2020-05-11 14:06 (UTC) (edited on 2020-05-11 18:53 (UTC) by k.w)

python-dotenv works for me now, after manually installing python2-click for the build.

paperless gets installed, but running the DB migration fails:

$ sudo -u http python /usr/share/webapps/paperless/src/manage.py migrate

SystemCheckError: System check identified some issues:

ERRORS:
?: (corsheaders.E013) Origin 'localhost:8080' in CORS_ORIGIN_WHITELIST is missing  scheme or netloc
    HINT: Add a scheme (e.g. https://) or netloc (e.g. example.com).

I had to add the following line to my /etc/paperless.conf

PAPERLESS_CORS_ALLOWED_HOSTS="http://localhost:8080"

Also, the ImageMagick policy to comment out for PDFs is now

<policy domain="delegate" rights="none" pattern="gs" />

See https://bugs.archlinux.org/task/62171 and the note in https://wiki.archlinux.org/index.php/ImageMagick

Oh, and the upstream URL changed to

https://github.com/the-paperless-project/paperless

anonfunc commented on 2020-03-24 16:30 (UTC)

python-dotenv is messed up, depending on different python2 packages that don't exist anymore. Removing the python2 split package stuff and dependencies on that package resolves this. I'll try to get the maintainer of that package to look into fixing that.

ReedWood commented on 2019-11-27 22:02 (UTC)

Just to let you know, I finally updated the packages but now I see that I can't load dotenv in python3.8. I'm looking into that.

stueja commented on 2019-08-01 07:07 (UTC)

Please update the paperless-webserver.service file so that it contains the --noreload option according to https://github.com/the-paperless-project/paperless/pull/328/files.

<deleted-account> commented on 2019-03-03 07:39 (UTC)

New release of paperless. PLease, update to 2.7.0:

https://github.com/the-paperless-project/paperless/archive/2.7.0.tar.gz

<deleted-account> commented on 2018-12-26 10:16 (UTC)

PLease, update to 2.6.0:

https://github.com/danielquinn/paperless/archive/2.6.0.tar.gz

ReedWood commented on 2018-09-05 21:03 (UTC)

@danieltetraquark: In deed, and all the AUR packages we depend on do now also. I will update paperless tomorrow.

danieltetraquark commented on 2018-09-02 21:21 (UTC)

Django 2.0 is now supported in upstream in Version 2.2.0+

ReedWood commented on 2018-08-30 11:03 (UTC)

Upstream currently ports paperless to django 2.0[0]. Until the port is done, this packages will be broken.

[0] https://github.com/danielquinn/paperless/pull/390