Skip to content

Instantly share code, notes, and snippets.

@jahrensnv
Created September 4, 2018 00:54
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 jahrensnv/8947c43d586745afe430dccfa5e659f5 to your computer and use it in GitHub Desktop.
Save jahrensnv/8947c43d586745afe430dccfa5e659f5 to your computer and use it in GitHub Desktop.
ralph 500 log error
[04.09.2018 00:52:18,370] ERROR [MainProcess 248] base - Internal Server Error: /login/
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/django/core/handlers/base.py", line 164, in get_response
response = response.render()
File "/usr/local/lib/python3.6/dist-packages/django/template/response.py", line 158, in render
self.content = self.rendered_content
File "/usr/local/lib/python3.6/dist-packages/django/template/response.py", line 135, in rendered_content
content = template.render(context, self._request)
File "/usr/local/lib/python3.6/dist-packages/django/template/backends/django.py", line 74, in render
return self.template.render(context)
File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 210, in render
return self._render(context)
File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 202, in _render
return self.nodelist.render(context)
File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 905, in render
bit = self.render_node(node, context)
File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 919, in render_node
return node.render(context)
File "/usr/local/lib/python3.6/dist-packages/django/template/loader_tags.py", line 135, in render
return compiled_parent._render(context)
File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 202, in _render
return self.nodelist.render(context)
File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 905, in render
bit = self.render_node(node, context)
File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 919, in render_node
return node.render(context)
File "/usr/local/lib/python3.6/dist-packages/django/template/loader_tags.py", line 135, in render
return compiled_parent._render(context)
File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 202, in _render
return self.nodelist.render(context)
File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 905, in render
bit = self.render_node(node, context)
File "/usr/local/lib/python3.6/dist-packages/django/template/base.py", line 919, in render_node
return node.render(context)
File "/usr/local/lib/python3.6/dist-packages/django/templatetags/static.py", line 105, in render
url = self.url(context)
File "/usr/local/lib/python3.6/dist-packages/django/contrib/staticfiles/templatetags/staticfiles.py", line 16, in url
return static(path)
File "/usr/local/lib/python3.6/dist-packages/django/contrib/staticfiles/templatetags/staticfiles.py", line 9, in static
return staticfiles_storage.url(path)
File "/usr/local/lib/python3.6/dist-packages/django/contrib/staticfiles/storage.py", line 131, in url
hashed_name = self.stored_name(clean_name)
File "/usr/local/lib/python3.6/dist-packages/django/contrib/staticfiles/storage.py", line 280, in stored_name
cache_name = self.clean_name(self.hashed_name(name))
File "/usr/local/lib/python3.6/dist-packages/django/contrib/staticfiles/storage.py", line 94, in hashed_name
(clean_name, self))
ValueError: The file 'vendor/css/foundation-datepicker.css' could not be found with <django.contrib.staticfiles.storage.ManifestStaticFilesStorage object at 0x7fa549d2a400>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment