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

ValueError: Missing staticfiles manifest entry for 'img/browser-logos/comodo dragon/comodo dragon_64x64.png' #3010

Open
sentry-io bot opened this issue Nov 29, 2024 · 4 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 29, 2024

Sentry Issue: BLT-DJANGO-QP

ValueError: Missing staticfiles manifest entry for 'img/browser-logos/comodo dragon/comodo dragon_64x64.png'
(34 additional frame(s) were not displayed)
...
  File "django/templatetags/static.py", line 113, in url
    return self.handle_simple(path)
  File "django/templatetags/static.py", line 129, in handle_simple
    return staticfiles_storage.url(path)
  File "django/contrib/staticfiles/storage.py", line 203, in url
    return self._url(self.stored_name, name, force)
  File "django/contrib/staticfiles/storage.py", line 182, in _url
    hashed_name = hashed_name_func(*args)
  File "django/contrib/staticfiles/storage.py", line 516, in stored_name
    raise ValueError(
@tsu-ki
Copy link
Contributor

tsu-ki commented Nov 30, 2024

@DonnieBLT I searched through the static files and could not find an image that matches the one mentioned in the error.
Can you please tell how can I resolve this problem?

@DonnieBLT
Copy link
Collaborator

We have to add it

@tsu-ki
Copy link
Contributor

tsu-ki commented Nov 30, 2024

We have to add it

oh? umm, what kinda image do we need to add here? a komodo dragon's logo?

@DonnieBLT
Copy link
Collaborator

image

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

No branches or pull requests

2 participants