evansd / whitenoise

Radically simplified static file serving for Python web apps
https://whitenoise.readthedocs.io
MIT License
2.51k stars 148 forks source link

whitenoise.storage.MissingFileError #518

Closed amirreza8002 closed 1 year ago

amirreza8002 commented 1 year ago

Python Version

3.11.2

Django Version

4.2.4

Package Version

6.5.0

Description

whitenoise.storage.MissingFileError: The file 'assets/plugins/jquery-ui/"images/ui-icons_555555_256x240.png"' could not be found with <whitenoise.storage.CompressedManifestStaticFilesStorage object at 0x0000026F08C4CF50>.

The CSS file 'assets\plugins\jquery-ui\jquery-ui.css' references a file which could not be found:
  assets/plugins/jquery-ui/"images/ui-icons_555555_256x240.png"

this is the error i am getting i'm not getting the error when using django itself, but when i add whitenoise this happens

evansd commented 1 year ago

Sorry, this isn't a bug in Whitenoise so we can't help here.