Package Details: paperless-ngx-venv 2.13.5-1

Git Clone URL: https://aur.archlinux.org/paperless-ngx-venv.git (read-only, click to copy)
Package Base: paperless-ngx-venv
Description: A supercharged version of paperless: scan, index and archive all your physical documents (version with bundled dependencies)
Upstream URL: https://docs.paperless-ngx.com/
Licenses: GPL3
Conflicts: paperless, paperless-ng, paperless-ngx
Provides: paperless, paperless-ngx-venv
Replaces: paperless-ngx
Submitter: AlphaJack
Maintainer: AlphaJack (atomicfs, shtrophic)
Last Packager: shtrophic
Votes: 0
Popularity: 0.000000
First Submitted: 2024-11-02 15:19 (UTC)
Last Updated: 2024-11-15 17:45 (UTC)

Required by (0)

Sources (12)

Latest Comments

AlexBocken commented on 2024-11-15 15:51 (UTC)

When running this behind a proxy with Header authentikation it seems like i get a ModuleNotFoundError:

journalctl -xeu paperless-webserver results in:

Nov 15 16:41:03 seenas gunicorn[46190]:   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
Nov 15 16:41:03 seenas gunicorn[46190]:   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
Nov 15 16:41:03 seenas gunicorn[46190]:   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
Nov 15 16:41:03 seenas gunicorn[46190]:   File "<frozen importlib._bootstrap_external>", line 995, in exec_module
Nov 15 16:41:03 seenas gunicorn[46190]:   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
Nov 15 16:41:03 seenas gunicorn[46190]:   File "/usr/share/paperless/src/paperless/asgi.py", line 16, in <module>
Nov 15 16:41:03 seenas gunicorn[46190]:     from paperless.urls import websocket_urlpatterns  # noqa: E402
Nov 15 16:41:03 seenas gunicorn[46190]:     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 15 16:41:03 seenas gunicorn[46190]:   File "/usr/share/paperless/src/paperless/urls.py", line 20, in <module>
Nov 15 16:41:03 seenas gunicorn[46190]:     from documents.views import AcknowledgeTasksView
Nov 15 16:41:03 seenas gunicorn[46190]:   File "/usr/share/paperless/src/documents/views.py", line 165, in <module>
Nov 15 16:41:03 seenas gunicorn[46190]:     from paperless_mail.oauth import PaperlessMailOAuth2Manager
Nov 15 16:41:03 seenas gunicorn[46190]:   File "/usr/share/paperless/src/paperless_mail/oauth.py", line 7, in <module>
Nov 15 16:41:03 seenas gunicorn[46190]:     from httpx_oauth.clients.google import GoogleOAuth2
Nov 15 16:41:03 seenas gunicorn[46190]: ModuleNotFoundError: No module named 'httpx_oauth'

A bit confusing to me since it seems like httpx-oauth is explicitly listed in the requirements.txt. Any idea what this could be? I'd love to help you out in triage if needed.

atomicfs commented on 2024-11-05 09:53 (UTC)

nevermind, my oversight

atomicfs commented on 2024-11-05 08:20 (UTC)

@shtrophic sorry, but what the heck? Did you just force-push stuff? Why?

shtrophic commented on 2024-11-03 18:41 (UTC) (edited on 2024-11-03 18:41 (UTC) by shtrophic)

I pushed some patches about the warnings caused by whoosh. OK?

atomicfs commented on 2024-11-02 15:27 (UTC)

I just pushed 2 fixes