Uli Fahrer
Uli Fahrer
Thanks for reaching back. > I have a Raspberry Pi 4 (with Rhasspy 2.4.20) and the armv7l / aarch64 files linked in the defaults.json work for me. From what I...
@ebaauw @manup Can you guys please reopen? For me the bug report looks according to the guidelines.
> User didn't comply. Expected Behavior (as per template), user had Expected Behaviour. Thanks for helping out here. > The button handler is not the problem since Philips devices weren't...
> Are you sure you haven't mixed out the debug output for the corresponding versions? The lower part showing version 2.05.84 wasn't executed with a debug flag value of 2....
For me with `2.09.00` it looks like the following below. Again no `websocket` event. How does our setup differ? Have you also migrated from a previous version (including mine) or...
> The difference is for sure me running bare Raspbian and I don't use HA, I've set up the system freshly like 2 weeks ago, but it also worked before....
Can we assume that you have `PAPERLESS_EMAIL_SECRET` configured as an environment variable e.g. either in `paperless.conf` or via `docker-compose.yml`? Do you have spelled it the same way (e.g. match casing...
> I wonder if it would make sense to convert those files to PDF in the consumer. I see your point. Let me describe my use-case in more detail: I...
Hi, thanks for reporting this issue with a working solution. Are you interested in submitting a PR to fix this issue?
Thanks @FrankBrandel for reporting. ## Analysis of the problem The guesswork is defined as follows [here](https://github.com/the-paperless-project/paperless/blob/3910d9644bae74d72b9e43a6814fe423252f4e2e/src/documents/models.py#L732): ```python formats = "pdf|jpe?g|png|gif|tiff?|te?xt|md|csv" REGEXES = OrderedDict([ ("created-correspondent-title-tags", re.compile( r"^(?P\d\d\d\d\d\d\d\d(\d\d\d\d\d\d)?Z) - " r"(?P.*) -...