Skip to content

Instantly share code, notes, and snippets.

@Kunsi
Created November 21, 2021 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kunsi/4234aaaa866efc0efc56fab29c92779f to your computer and use it in GitHub Desktop.
Save Kunsi/4234aaaa866efc0efc56fab29c92779f to your computer and use it in GitHub Desktop.
Nov 21 09:02:59 pretalx gunicorn[10275]: ERROR 2021-11-21 08:02:59,645 django.request log Internal Server Error: /jugend-hackt-rhein-neckar-2021/p/lower-thirds/
Nov 21 09:02:59 pretalx gunicorn[10275]: Traceback (most recent call last):
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/django/core/handlers/exception.py", line 47, in inner
Nov 21 09:02:59 pretalx gunicorn[10275]: response = get_response(request)
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/django/core/handlers/base.py", line 204, in _get_response
Nov 21 09:02:59 pretalx gunicorn[10275]: response = response.render()
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/django/template/response.py", line 105, in render
Nov 21 09:02:59 pretalx gunicorn[10275]: self.content = self.rendered_content
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/django/template/response.py", line 83, in rendered_content
Nov 21 09:02:59 pretalx gunicorn[10275]: return template.render(context, self._request)
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/django/template/backends/django.py", line 61, in render
Nov 21 09:02:59 pretalx gunicorn[10275]: return self.template.render(context)
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/django/template/base.py", line 170, in render
Nov 21 09:02:59 pretalx gunicorn[10275]: return self._render(context)
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/django/template/base.py", line 162, in _render
Nov 21 09:02:59 pretalx gunicorn[10275]: return self.nodelist.render(context)
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/django/template/base.py", line 938, in render
Nov 21 09:02:59 pretalx gunicorn[10275]: bit = node.render_annotated(context)
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/django/template/base.py", line 905, in render_annotated
Nov 21 09:02:59 pretalx gunicorn[10275]: return self.render(context)
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/compressor/templatetags/compress.py", line 143, in render
Nov 21 09:02:59 pretalx gunicorn[10275]: return self.render_compressed(context, self.kind, self.mode, forced=forced)
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/compressor/templatetags/compress.py", line 97, in render_compressed
Nov 21 09:02:59 pretalx gunicorn[10275]: return self.render_offline(context)
Nov 21 09:02:59 pretalx gunicorn[10275]: File "/opt/pretalx/venv/lib/python3.7/site-packages/compressor/templatetags/compress.py", line 82, in render_offline
Nov 21 09:02:59 pretalx gunicorn[10275]: 'is the original content:\n\n%s' % (key, original_content))
Nov 21 09:02:59 pretalx gunicorn[10275]: compressor.exceptions.OfflineGenerationError: You have offline compression enabled but key "18146d2f0554e6b9bf9170fb184ad24cbf4646d8563f2149b45251f1f592cf0a" is missing from offline manifest. You may need to run "python manage.py compress". Here is the original content:
Nov 21 09:02:59 pretalx gunicorn[10275]: <script src="/static/vendored/jquery-3.1.1.46836bbc603c.js"></script>
Nov 21 09:02:59 pretalx gunicorn[10275]:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment