| <type 'exceptions.ValueError'> | Python 2.7.9: /usr/bin/python Wed Dec 10 03:37:24 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /var/www/ficnx/fictim.py in |
| 206 else: ffec='' |
| 207 |
| => 208 if int(fop)>0: |
| 209 if datos.getvalue("tTmp"): tTmp=datos.getvalue("tTmp") |
| 210 elif dVar.has_key('tTmp'): tTmp=dVar['tTmp'] |
| builtin int = <type 'int'>, fop = '' |
<type 'exceptions.ValueError'>: invalid literal for int() with base 10: ''
args =
("invalid literal for int() with base 10: ''",)
message =
"invalid literal for int() with base 10: ''"