Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh install getting error in logs. ERROR 2025-02-10 13:04:03,443 log Internal Server Error: /en/software/features #1887

Open
dangioffre opened this issue Feb 11, 2025 · 0 comments

Comments

@dangioffre
Copy link

Did a fresh install on my unraid V7. I am getting this error

ERROR 2025-02-10 13:04:03,443 log Internal Server Error: /en/software/features Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) File "/usr/local/lib/python3.10/dist-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/home/wger/src/wger/software/views.py", line 67, in features return render(request, 'features.html', context) File "/usr/local/lib/python3.10/dist-packages/django/shortcuts.py", line 24, in render content = loader.render_to_string(template_name, context, request, using=using) File "/usr/local/lib/python3.10/dist-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) File "/usr/local/lib/python3.10/dist-packages/django/template/backends/django.py", line 61, in render return self.template.render(context) File "/usr/local/lib/python3.10/dist-packages/django/template/base.py", line 175, in render return self._render(context) File "/usr/local/lib/python3.10/dist-packages/django/template/base.py", line 167, in _render return self.nodelist.render(context) File "/usr/local/lib/python3.10/dist-packages/django/template/base.py", line 1005, in render return SafeString("".join([node.render_annotated(context) for node in self])) File "/usr/local/lib/python3.10/dist-packages/django/template/base.py", line 1005, in <listcomp> return SafeString("".join([node.render_annotated(context) for node in self])) File "/usr/local/lib/python3.10/dist-packages/django/template/base.py", line 966, in render_annotated return self.render(context) File "/usr/local/lib/python3.10/dist-packages/django/template/loader_tags.py", line 157, in render return compiled_parent._render(context) File "/usr/local/lib/python3.10/dist-packages/django/template/base.py", line 167, in _render return self.nodelist.render(context) File "/usr/local/lib/python3.10/dist-packages/django/template/base.py", line 1005, in render return SafeString("".join([node.render_annotated(context) for node in self])) File "/usr/local/lib/python3.10/dist-packages/django/template/base.py", line 1005, in <listcomp> return SafeString("".join([node.render_annotated(context) for node in self])) File "/usr/local/lib/python3.10/dist-packages/django/template/base.py", line 966, in render_annotated return self.render(context) File "/usr/local/lib/python3.10/dist-packages/compressor/templatetags/compress.py", line 160, in render return self.render_compressed( File "/usr/local/lib/python3.10/dist-packages/compressor/templatetags/compress.py", line 123, in render_compressed cache_key, cache_content = self.render_cached(compressor, kind, mode) File "/usr/local/lib/python3.10/dist-packages/compressor/templatetags/compress.py", line 96, in render_cached cache_key = get_templatetag_cachekey(compressor, mode, kind) File "/usr/local/lib/python3.10/dist-packages/compressor/cache.py", line 100, in get_templatetag_cachekey return get_cachekey("templatetag.%s.%s.%s" % (compressor.cachekey, mode, kind)) File "/usr/local/lib/python3.10/dist-packages/django/utils/functional.py", line 57, in __get__ res = instance.__dict__[self.name] = self.func(instance) File "/usr/local/lib/python3.10/dist-packages/compressor/base.py", line 240, in cachekey "".join([self.content] + self.mtimes).encode(self.charset), 12 File "/usr/local/lib/python3.10/dist-packages/django/utils/functional.py", line 57, in __get__ res = instance.__dict__[self.name] = self.func(instance) File "/usr/local/lib/python3.10/dist-packages/compressor/base.py", line 233, in mtimes for kind, value, basename, elem in self.split_contents() File "/usr/local/lib/python3.10/dist-packages/compressor/css.py", line 23, in split_contents filename = self.get_filename(basename) File "/usr/local/lib/python3.10/dist-packages/compressor/base.py", line 191, in get_filename raise UncompressableFileError( compressor.exceptions.UncompressableFileError: 'yarn/bootstrap-compiled.css' could not be found in the COMPRESS_ROOT '/home/wger/static' or with staticfiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant