Re: [Tools-discuss] Error page returned by tools.ietf.org/html/bcp1

Henrik Levkowetz <henrik@levkowetz.com> Sat, 07 December 2019 15:00 UTC

Return-Path: <henrik@levkowetz.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A63CE12008F for <tools-discuss@ietfa.amsl.com>; Sat, 7 Dec 2019 07:00:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.9
X-Spam-Level:
X-Spam-Status: No, score=-6.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id La1zteDg81du for <tools-discuss@ietfa.amsl.com>; Sat, 7 Dec 2019 07:00:57 -0800 (PST)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [64.170.98.42]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2ED5E12001E for <tools-discuss@ietf.org>; Sat, 7 Dec 2019 07:00:57 -0800 (PST)
Received: from h-202-242.a357.priv.bahnhof.se ([158.174.202.242]:51832 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1idbZl-0000o8-I4; Sat, 07 Dec 2019 07:00:56 -0800
To: "Bernie Volz (volz)" <volz@cisco.com>, "tools-discuss@ietf.org" <tools-discuss@ietf.org>
References: <DM6PR11MB4137229AEF0E5628B63076DFCF5F0@DM6PR11MB4137.namprd11.prod.outlook.com>
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <90acd081-a32e-efe5-f0e7-27a994109f8b@levkowetz.com>
Date: Sat, 07 Dec 2019 16:00:45 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <DM6PR11MB4137229AEF0E5628B63076DFCF5F0@DM6PR11MB4137.namprd11.prod.outlook.com>
Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="aBpvwk9VMn5hwKni1ArPdMf0lLCFWPnkb"
X-SA-Exim-Connect-IP: 158.174.202.242
X-SA-Exim-Rcpt-To: tools-discuss@ietf.org, volz@cisco.com
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/-7iwUFlRAP6BX7M-yd6qC06MkKQ>
Subject: Re: [Tools-discuss] Error page returned by tools.ietf.org/html/bcp1
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Dec 2019 15:00:59 -0000

HI Bernie,

This should be fixed now.  Thanks for the alert.  Please email issues
with tools.ietf.org to webmaster@tools.ietf.org.

	Henrik

On 2019-12-06 18:18, Bernie Volz (volz) wrote:
> Hi:
> 
> https://tools.ietf.org/html/bcp1 returns the following page:
> 
> [Docs<https://tools.ietf.org/html/>] [txt<https://tools.ietf.org/rfc/bcp/bcp1.txt>|pdf<https://tools.ietf.org/pdf/bcp1>]
> --> -->
> 
> 
> <type 'exceptions.TypeError'>
> Python 2.7.10+: /srv/www/ietfdb/env/bin/python
> Sun Dec 1 19:15:19 2019
> 
> A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
>  /www/tools.ietf.org/tools/rfcmarkup/rfcmarkup<file://www/tools.ietf.org/tools/rfcmarkup/rfcmarkup> in ()
>    1530         usage()
>    1531         sys.exit()
>    1532
> => 1533     markup()
>    1534
> markup = <function markup>
> 
>  /www/tools.ietf.org/tools/rfcmarkup/rfcmarkup<file://www/tools.ietf.org/tools/rfcmarkup/rfcmarkup> in markup()
>    1513             args["padding"] = " "*(72 - len(re.sub("<.*?>", "", (topmenu % args))))
>    1514             sys.stdout.write(topmenu % args)
> => 1515             if not draftname and int(rfc) > 8650:
>    1516                 args["rfc"] = rfc
>    1517                 sys.stdout.write(althtmlinfo % args)
> draftname = None, builtin int = <type 'int'>, rfc = None
> 
> <type 'exceptions.TypeError'>: int() argument must be a string or a number, not 'NoneType'
>       args = ("int() argument must be a string or a number, not 'NoneType'",)
>       message = "int() argument must be a string or a number, not 'NoneType'"
> 
>   *   Bernie
> 
> 
> 
> ___________________________________________________________
> Tools-discuss mailing list
> Tools-discuss@ietf.org
> https://www.ietf.org/mailman/listinfo/tools-discuss
> 
> Please report datatracker.ietf.org and mailarchive.ietf.org
> bugs at http://tools.ietf.org/tools/ietfdb
> or send email to datatracker-project@ietf.org
> 
> Please report tools.ietf.org bugs at
> http://tools.ietf.org/tools/issues
> or send email to webmaster@tools.ietf.org
>