> On Jun 7, 2018, at 14:24, Alfred von Campe <
alf...@von-campe.com> wrote:
>
> I’m not sure what is going on: the initial “easy_install -U ReviewBoard” did return an error, but after forcing the install of version 3.0.3 where I was upgrading from, another easy_install -U ReviewBoard succeeded, as did the rb-site upgrade. I can add users again to review groups (which is the reason I updated in the first place), but I can’t access any reviews!
Here is an error from the log file which I hope will track down the issue:
2018-06-07 18:32:56,590 - ERROR - - djblets.extensions.templatetags.djblets_extensions - Unable to load CSS bundle "fields" for extension "Review Board Integrations" (rbintegrations.extension.RBIntegrationsExtension)
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/Djblets-1.0.6-py2.7.egg/djblets/extensions/templatetags/djblets_extensions.py", line 117, in _render_bundle
return node_cls('"%s"' % extension.get_bundle_id(name)).render(context)
File "/usr/lib/python2.7/site-packages/django_pipeline-1.6.14-py2.7.egg/pipeline/templatetags/pipeline.py", line 140, in render
return self.render_compressed(package, package_name, 'css')
File "/usr/lib/python2.7/site-packages/Djblets-1.0.6-py2.7.egg/djblets/extensions/templatetags/djblets_extensions.py", line 54, in render_compressed
rendered = self.render_compressed_output(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/django_pipeline-1.6.14-py2.7.egg/pipeline/templatetags/pipeline.py", line 82, in render_compressed_output
return method(package, package.output_filename)
File "/usr/lib/python2.7/site-packages/django_pipeline-1.6.14-py2.7.egg/pipeline/templatetags/pipeline.py", line 147, in render_css
'url': mark_safe(staticfiles_storage.url(path))
File "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/contrib/staticfiles/storage.py", line 139, in url
hashed_name = self.hashed_name(clean_name).replace('\\', '/')
File "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/contrib/staticfiles/storage.py", line 96, in hashed_name
(clean_name, self))
ValueError: The file 'ext/rbintegrations.extension.RBIntegrationsExtension/css/fields.min.css' could not be found with <pipeline.storage.PipelineCachedStorage object at 0x55c9409c4fd0>.