Paperless Error NLTK Downloader

Hey there, i would like to use paperless with my Raspberry 4.
The installation works smooth. But within the app i cant upload any documents.
it throws the following error:

********************************************************************** 
Resource e[93mstopwordse[0m not found. Please use the NLTK Downloader to obtain 
the resource: e[31m>>> import nltk >>> nltk.download('stopwords') e
[0m For more information see: https://www.nltk.org/data.html 
Attempted to load e[93mcorpora/stopwordse
[0m Searched in: - '/opt/yunohost/paperless-ngx/src/__FINALPATH_/nltk_data' 
********************************************************************** 

Installed version: 1.11.3~ynh1
Server hardware architecture is bare-metal arm64

Server is running Linux kernel 5.15.84-v8+

Server is running Debian 11.6

Server is running YunoHost 11.1.15 (stable)

Is the maintainer somewhere around? And can i help to debug?

Mustermann

It seems like there is a misconfiguration like in the following bug report.
https://github.com/YunoHost-Apps/paperless-ngx_ynh/issues/9

I noticed that you will get an error, because there is a typo in the paperless.conf file.
It will be corrected in the next version.
But for now you can correct line 28 to this:
PAPERLESS_NLTK_DIR=/opt/yunohost/paperless-ngx/nltk_data

I changed the line and it works out fineā€¦
Thanks FabianWilkens :stuck_out_tongue_winking_eye:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.