Santiago
Santiago
Could happen if the processing finishes while the users is not on the library. This seems to be related to the store not being properly updated. A simple way to...
@txau Yes. For example: https://github.com/huridocs/uwazi/blob/18db7a95e2766ab266244aafac6116b1c712dc0c/app/react/Metadata/components/UploadButton.js#L38-L40 Those actions update the store, but the component might not be mounted when the socket emits.
@txau That, I was not able to reproduce. I've not gotten a document stuck in `processing`in the DB. The original issue https://github.com/huridocs/uwazi/issues/3148 state that a refresh fixes the problem, that's...
@txau I've updated my last comment before seeing your last comment. Previous to #4884 documents had no display for the `processing`status. https://github.com/huridocs/uwazi/blob/18db7a95e2766ab266244aafac6116b1c712dc0c/app/react/Attachments/components/File.tsx#L141-L147 If while processing the document, the UI updated,...
@txau Doing a quick check, the file is stuck as `processing`, it shows as failed for the reasons mentioned above. The card remains as processing because, effectively, there's a file...
The only way to reproduce this error was to manually stop the server while a file was being uploaded or being processed. This might be related to the fact that...
For the initial implementation of this feature the button to clear the selected text will be in the entity form, right below the properties that have selections.
To clarify: The button will only clear the highlighted text in the PDF and the information from the file, it will not remove anything from the field or the entity's...
@txau Can we close this in favor of https://github.com/huridocs/uwazi/issues/4921 ?
We agreed to check if full text property is present in the processing document, if it is we move it to ready, if not to failed. This should unstuck the...