--> -->
<type 'exceptions.TypeError'> | Python 2.7.10+: /srv/www/ietfdb/env/bin/python Sun Dec 1 15:25:58 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 in |
1530 usage() |
1531 sys.exit() |
1532 |
=> 1533 markup() |
1534 |
markup = <function markup> |
/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'"