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

1 2 3 Next › Last »

StefanT commented on 2023-05-04 08:14 (UTC)

Just a quick warning: upgrading to python 3.11 means you need to rebuild all your custom AUR python packages that paperless uses. And create a symlink from /usr/lib/python3.10/site-packages/billiard to /usr/lib/python3.11/site-packages/billiard

Not the fault of paperless or it's PKGBUILD but took me quite some time to figure out what is going on ;-)

amo commented on 2021-04-11 13:45 (UTC)

And here goes the Archwiki article for the new paperless-ng package!

AlphaJack commented on 2021-04-11 09:38 (UTC)

Thanks to amo, paperless-ng is now available in the AUR!

AlphaJack commented on 2021-04-06 18:12 (UTC)

@amo reach me out at the email you can find in one of my PKGBUILDs, maybe I can help you with that

amo commented on 2021-04-06 07:13 (UTC) (edited on 2021-04-06 07:15 (UTC) by amo)

I am almost done packaging paperless-ng. The package works and installs, except for one error when trying to upload a file to paperless-ng:

Apr 06 09:04:03 archvm python[61849]: 07:04:03 [Q] ERROR Failed [Fahrzeugschein Lupo.pdf] - Fahrzeugschein Lupo.pdf: Cannot consume /tmp/paperless/paperless-upload-qwva9v6d: File not found. : Traceback (most re>
Apr 06 09:04:03 archvm python[61849]:   File "/opt/paperless/.local/lib/python3.9/site-packages/django_q/cluster.py", line 436, in worker
Apr 06 09:04:03 archvm python[61849]:     res = f(*task["args"], **task["kwargs"])
Apr 06 09:04:03 archvm python[61849]:   File "/opt/paperless/src/documents/tasks.py", line 74, in consume_file
Apr 06 09:04:03 archvm python[61849]:     document = Consumer().try_consume_file(
Apr 06 09:04:03 archvm python[61849]:   File "/opt/paperless/src/documents/consumer.py", line 185, in try_consume_file
Apr 06 09:04:03 archvm python[61849]:     self.pre_check_file_exists()
Apr 06 09:04:03 archvm python[61849]:   File "/opt/paperless/src/documents/consumer.py", line 86, in pre_check_file_exists
Apr 06 09:04:03 archvm python[61849]:     self._fail(
Apr 06 09:04:03 archvm python[61849]:   File "/opt/paperless/src/documents/consumer.py", line 70, in _fail
Apr 06 09:04:03 archvm python[61849]:     raise ConsumerError(f"{self.filename}: {log_message or message}")
Apr 06 09:04:03 archvm python[61849]: documents.consumer.ConsumerError: Fahrzeugschein Lupo.pdf: Cannot consume /tmp/paperless/paperless-upload-qwva9v6d: File not found.

Anybody encountered this issue on paperless-ng? I run into this with both package installation approach and by simply following the 'bare metal route' setup instructions. The developer of paperless-ng is unable to reproduce this, therefore I guess it must be something with the installation on archlinux. Did anyone of you manage to make it work?

amo commented on 2021-03-31 17:54 (UTC)

@igno2k yes I am working on it but it might take one or two more weeks to get it all packaged, tested and working.

AlphaJack commented on 2021-02-03 20:36 (UTC) (edited on 2021-02-03 20:38 (UTC) by AlphaJack)

@igno2k I started, then I opened the requirements.txt file and I decided to throw everything in the trashcan

Here are the bare metal setup instructions: https://paperless-ng.readthedocs.io/en/latest/setup.html#bare-metal-route

igno2k commented on 2021-01-25 07:52 (UTC)

Anyone planning to make an AUR of paperless-ng? https://github.com/jonaswinkler/paperless-ng

takhadnotor commented on 2020-12-09 21:44 (UTC)

I built python-djangoql by myself and everything worked properly until recent system update. I get:

$ /usr/share/webapps/paperless/src/manage.py document_exporter /path/i/want/to/backup/to 
Traceback (most recent call last):
  File "/usr/share/webapps/paperless/src/manage.py", line 11, in <module>
    execute_from_command_line(sys.argv)
  File "/usr/lib/python3.9/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line
    utility.execute()
  File "/usr/lib/python3.9/site-packages/django/core/management/__init__.py", line 377, in execute
    django.setup()
  File "/usr/lib/python3.9/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/usr/lib/python3.9/site-packages/django/apps/registry.py", line 91, in populate
    app_config = AppConfig.create(entry)
  File "/usr/lib/python3.9/site-packages/django/apps/config.py", line 90, in create
    module = import_module(entry)
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
   return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'corsheaders'

Is anybody able to tell me the problem? Unless the system update I didn't change anything.

springer commented on 2020-10-12 13:02 (UTC)

@amo The aur package python-djangoql is out of date. The 'FieldDoesNotExist' error has been fixed in version 0.14, but the package is still at 0.12.6. I flagged python-djangoql as out of date.

https://github.com/ivelum/djangoql/commit/2697c9e70be032c8b461193349f40584a84aec34