Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756891AbZAAQwx (ORCPT ); Thu, 1 Jan 2009 11:52:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756372AbZAAQwp (ORCPT ); Thu, 1 Jan 2009 11:52:45 -0500 Received: from an-out-0708.google.com ([209.85.132.251]:8832 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756312AbZAAQwo (ORCPT ); Thu, 1 Jan 2009 11:52:44 -0500 Message-ID: Date: Thu, 1 Jan 2009 11:52:41 -0500 From: "Kyle Moffett" To: "Sitsofe Wheeler" Subject: Re: [KORG] Announcement: patchwork.kernel.org Cc: "J. H." , linux-kernel , ftpadmin@kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <495CD285.1000501@yahoo.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2650 Lines: 71 On Thu, Jan 1, 2009 at 11:42 AM, Kyle Moffett wrote: > On Thu, Jan 1, 2009 at 9:26 AM, Sitsofe Wheeler wrote: >> J.H. wrote: >>> >>> If you have problems, concerns or issues please e-mail >>> ftpadmin@kernel.org. >> >> I get a python error when I try and do a search: >> http://patchwork.kernel.org/project/LKML/list/?q=lzma > > It looks like there is some kind of caching-related bug... I just > tried several pages and got a python error "Site does not exist" the > *first* time I tried to load any given page. After it had displayed > once as "Site does not exist", a simple reload would display the > actual page. Ok, appended is the copy-paste of the Django error text. Cheers, Kyle Moffett Environment: Request Method: GET Request URL: http://patchwork.kernel.org/project/linux-acpi/list/ Django Version: 1.0-final-SVN-unknown Python Version: 2.5.1 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'patchwork', 'registration'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.doc.XViewMiddleware') Traceback: File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py" in get_response 86. response = callback(request, *callback_args, **callback_kwargs) File "/var/www/patchwork/apps/patchwork/views/patch.py" in list 128. view_args = {'project_id': project.linkname}) File "/var/www/patchwork/apps/patchwork/views/__init__.py" in generic_list 31. list_view_params = view_args) File "/var/www/patchwork/apps/patchwork/requestcontext.py" in __init__ 70. 'site': Site.objects.get_current(), File "/usr/lib/python2.5/site-packages/django/contrib/sites/models.py" in get_current 22. current_site = self.get(pk=sid) File "/usr/lib/python2.5/site-packages/django/db/models/manager.py" in get 93. return self.get_query_set().get(*args, **kwargs) File "/usr/lib/python2.5/site-packages/django/db/models/query.py" in get 303. % self.model._meta.object_name) Exception Type: DoesNotExist at /project/linux-acpi/list/ Exception Value: Site matching query does not exist. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/