Jonas Winkler
Jonas Winkler
Alright, summary of the issue: - Please don't migrate to paperless just yet. The operations that make the existing data compatible with -ng do not account for encrypted files, and...
Try running the consumer with --no-inotify.
> Edit: > Running it with this command works. Maybe the docker-entrypoint.sh is wrong > > ``` > python3 /usr/src/paperless/src/manage.py document_consumer > ``` If you do this, but are running...
Thank you. I'll work around the issue then.
I'm still in the process of getting a grip on the current state of the code, but since you switched the backend task queue from django-q to celery, we *might*...
Solved, included in next release.
Intersting. I've only tested this on Linux. What input parameters did you specify for the options?
Hey @doronbehar, If you're around, have a look at this. Maybe I can remove the "Open with Picard" option now that this here is implemented?
> Thanks for the PR! I've made a couple comments but I'll also note that a fair amount of the changes in this PR are fairly boilerplate HTTP webserver stuff....
Thank you for the review! It's now much cleaner and shorter with flask.