KeyError | Python 3.9.12: C:\Users\ils\AppData\Local\Programs\Python\Python39\python.exe Mon Jan 27 20:26:37 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.
C:\Dev\DLsystem\web\cgi-bin\mem\mem_member.py in <module> |
70 |
71 #------------------------------------------------------------------------------@ |
72 if __name__ == '__main__': |
=> 73 main() |
74 #------------------------------------------------------------------------------@ |
main = <function main> |
C:\Dev\DLsystem\web\cgi-bin\mem\mem_member.py in main() |
44 |
45 para = uf.get_post(PG_NAME) |
=> 46 ssid = para["ssid"] |
47 ret, retMsg, _, memberId = ss.check_ssid(con, PG_NAME, ssid) |
48 |
ssid = '', para = {} |
KeyError: 'ssid'
args =
('ssid',)
with_traceback =
<built-in method with_traceback of KeyError object>