| TypeError |
Python 3.11.2: /usr/bin/python3 Fri Sep 26 17:14:03 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.
| /home/chn/eid/dfri-eid/nginx-test-issuer/cgi-bin/gencert.py in <module> |
| 96 print('Content-Type: text/html') |
| 97 print() |
| => 98 print(f""" |
| => 99 <script src="https://unpkg.com/node-forge@1.0.0/dist/forge.min.js"></script> |
| => 100 <script> |
| builtin print = <built-in function print> |
TypeError: unsupported format string passed to Name.__format__
add_note =
<built-in method add_note of TypeError object>
args =
('unsupported format string passed to Name.__format__',)
with_traceback =
<built-in method with_traceback of TypeError object>