| <type 'exceptions.ValueError'> | Python 2.7.13: /usr/bin/python Thu Jan 29 16:57:31 2026 |
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.cfdi33/ficdia.py in |
| 911 |
| 912 if datos.getvalue("frec"): print ficdef.fInput('H','frec',frec) |
| => 913 if int(fop)>10: print ficdef.fInput('H','fop',fop) |
| 914 if lusrusr: print ficdef.fInput('H','lusrusr',lusrusr) |
| 915 if tabkrd: print ficdef.fInput('H','tabkrd',tabkrd) |
| builtin int = <type 'int'>, fop = '', ficdef = <module 'ficdef' from '/var/www/ficnx.cfdi33/ficdef.py'>, ficdef.fInput = <function fInput> |
<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: ''"