Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756873AbZAATe0 (ORCPT ); Thu, 1 Jan 2009 14:34:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752599AbZAATeR (ORCPT ); Thu, 1 Jan 2009 14:34:17 -0500 Received: from shards.monkeyblade.net ([198.137.202.13]:53715 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751827AbZAATeQ (ORCPT ); Thu, 1 Jan 2009 14:34:16 -0500 Message-ID: <495D1AB0.4080203@eaglescrag.net> Date: Thu, 01 Jan 2009 11:34:08 -0800 From: "J.H." User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Kyle Moffett CC: Sitsofe Wheeler , linux-kernel , ftpadmin@kernel.org Subject: Re: [KORG] Announcement: patchwork.kernel.org References: <495CD285.1000501@yahoo.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.1.12 (shards.monkeyblade.net [198.137.202.13]); Thu, 01 Jan 2009 11:34:06 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2904 Lines: 81 Site does not exist errors should be fixed now. - John 'Warthog9' Hawley Kyle Moffett wrote: > 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/