Lewis Cowles
Lewis Cowles
I just got this to build without downgrading the docker version. Sadly it needs the `--force` flag. ``` # Install Docker rootless manually (non-interactive) RUN curl -fsSL https://get.docker.com/rootless > rootless...
Hi 👋 I helped make a plugin for WordPress that renders shortcodes, along with some of the core contributors when Gutenberg was being released in 2017 and I maintained it...
What happened to this? I experimented with visuals which wound up similar, but not identical to https://brycemecum.com/2023/03/31/til-mermaid-tracing/ that links here. early 2023 this opened and it seems inactive, but doesn't...
@neilzone the traceback looks truncated; but is it that it truly ends there, and there is no value / empty value?
Hmm https://github.com/paperless-ngx/paperless-ngx/issues/1547 https://github.com/paperless-ngx/paperless-ngx/pull/1551 Feels like it solves the exact same error; assuming it's a default fallback; or just a better error message https://github.com/paperless-ngx/paperless-ngx/pull/1551/files#diff-fb7b32160ce6cb72df78b8d3a45c652b5e403634126bf4196ec406a39f99866aR132-R145
There is also https://github.com/paperless-ngx/paperless-ngx/blob/d9002005b1787445b71c61ef36e11f06d096e3ce/install-paperless-ngx.sh#L74C1-L84C3 and https://github.com/paperless-ngx/paperless-ngx/blob/d9002005b1787445b71c61ef36e11f06d096e3ce/src/paperless/settings.py#L699 Lots of good ideas and prior work in the paperless-ngx repo
Could https://github.com/regebro/tzlocal/issues/161 be the root-cause of the issue? It's definitely near the bottom of the traceback
If UTF8 were the fallback if a device doesn't have locale set; would that not be safe and available on all semi-modern Linux distro's such as the cosmo environment? Also...
Also @neilzone are you comfortable using virtualenvironments or venv?
I've added an example of something: - not a network resource - simple-enough for quick start that people can ignore if it doesn't speak to them - includes messy output...