tompsg-git

Results 4 comments of tompsg-git

As workaround you can use this PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://paperless-gotenberg:3000/forms/libreoffice/convert#

Maybe this would help you: https://deployn.de/setup-paperless/

I solved it with PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000/forms/libreoffice/convert#

I found another reason: File: site-packages/tuya_sharing/mq.py Line: 143 Old: mqttc = mqtt.Client(mq_config.client_id) New: mqttc = mqtt.Client(mqtt.CallbackAPIVersion.VERSION1, mq_config.client_id) After fixing this localy, the reading updates are working again. I don't know...