bundles dont show up after upgrade to latest

Jeremy Kerr jk at ozlabs.org
Mon Sep 23 10:48:49 EST 2013


Hi Khem,

> I am having an issue with patchwork when updating to latest
> 
> config is: ubuntu 10.04/python-2.6/nginx/django-1.3.x/mysql/patchwork-latest
> 
> When it tried to open bundles( <site>/user/bundles/) it ends up
> 
> 502 Bad Gateway
> 
> nginx/0.8.54
> 
> It seems to be related to
> 
> commit 5d0140ef04ababd93c45b5126ee1b412bd778da5
> Author: Jeremy Kerr <jk at ozlabs.org>
> Date:   Sat Apr 20 21:45:40 2013 +0800

That seems odd; the view for the /user/bundles/ page shouldn't have been
changed by this commit. Are you trying this while being logged in to
patchwork? (If you're not logged in, this page will send a redirect to
the login page. If the redirects aren't working, that may explain this
problem).

It seems ngnix is masking the actual error too. Could you have a look in
the error log, and/or trying enabling DEBUG in settings.py?

Also, does the test suite run without failures there? Try:

 ./manage.py test patchwork

Cheers,


Jeremy



More information about the Patchwork mailing list