bauerj / paperless_app

An Android/iOS app for Paperless
https://play.google.com/store/apps/details?id=eu.bauerj.paperless_app
GNU General Public License v3.0
527 stars 46 forks source link

iOS 16.2 and lates App version doesn't add the scanned document #115

Closed tk176 closed 1 year ago

tk176 commented 1 year ago

Hi there, I have installed the latest version of the iOS App yesterday. Unfortunately I can scan a document with the camera, make some corrections of the quality, but the document will not be added to the server. Server connection is working correct. I can see all my documents, already added by import.

tk176 commented 1 year ago

Debug Log showed that something stuck in the pipeline. Now it seems to work. [2022-12-22 13:58:01,115] [ERROR] [paperless.handlers] Creating PaperlessTask failed: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. [2022-12-22 13:58:01,171] [INFO] [paperless.consumer] Consuming 9635J8X7ISL.pdf [2022-12-22 13:58:01,175] [DEBUG] [paperless.consumer] Detected mime type: application/pdf [2022-12-22 13:58:01,179] [DEBUG] [paperless.consumer] Parser: RasterisedDocumentParser [2022-12-22 13:58:01,183] [DEBUG] [paperless.consumer] Parsing 9635J8X7ISL.pdf... [...]

tk176 commented 1 year ago

Restart of Daemon solved the problem