Good morning Chase, Remi,

Thank you for your answers. 

Chase, I checked the ticket you filled for that issue. It is well explained.
However, I tried Remi's work around method first as it seemed to be a faster way and it worked fine.
I am going to keep your ticket in mind for later debugging.


regards,


On 14 March 2018 at 08:58, Remi Duraffort <remi.duraffort@linaro.org> wrote:
Hello,

The problem seems to come from django-tables2 version in debian stretch.

As a *work around*, installing python-django-tables2 from unstable does fix the issue.

dpkg -i python-django-tables2_1.14.2-1_all.deb

We will investigate for a proper fix.


Cheers.

2018-03-14 0:34 GMT+01:00 Chase Qi <chase.qi@linaro.org>:
Hi Conrad,

I had exactly the same issue with LAVA 2018.02. It is related with python-django version. Refer to https://docs.djangoproject.com/en/1.11/releases/1.11/#django-template-backends-django-template-render-prohibits-non-dict-context . V1.11 will be installed when using 'apt install -y -t stretch-backports lava-server' to install lava-sever from backports. I filed a ticket for this issue https://projects.linaro.org/browse/CTT-990

Before it is fixed, you may try the following to downgrade the package to v1.10 that from main repo.

# dpkg -r --force-all python-django
# dpkg -r --force-all python3-django
# dpkg -r --force-all python-django-common
# apt --fix-broken install


--
Thanks,
Chase

On 14 March 2018 at 01:36, Conrad Djedjebi <conrad.djedjebi@linaro.org> wrote:
Good morning everyone,

I would like to know if someone here already face the following message while opening a LAVA results page or LAVA alljobs page :








I am looking around LAVA documentation to check if it is a known issue. But if someone here already knows something about it, it could help me also.



regards,

_______________________________________________
Lava-users mailing list
Lava-users@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lava-users



_______________________________________________
Lava-users mailing list
Lava-users@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lava-users




--
Rémi Duraffort
LAVA Team