<type 'exceptions.ValueError'> | Python 2.7.6: /usr/bin/python Sat Dec 7 08:06:33 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.
/home/ripp/wwwLinux/msv3d/cgi-bin/humsavarf in |
1051 p = 1 |
1052 else: |
=> 1053 p = int(myfields['p'].value) |
1054 |
1055 |
p undefined, builtin int = <type 'int'>, myfields = FieldStorage(None, None, [MiniFieldStorage('keyw...rs10945919'), MiniFieldStorage('outfmt', 'csv')]), ].value = [MiniFieldStorage('keyword', 'rsid'), MiniFieldStorage('p', 'rs10945919'), MiniFieldStorage('outfmt', 'csv')] |
<type 'exceptions.ValueError'>: invalid literal for int() with base 10: 'rs10945919'
args =
("invalid literal for int() with base 10: 'rs10945919'",)
message =
"invalid literal for int() with base 10: 'rs10945919'"