157 lines
12 KiB
Plaintext
157 lines
12 KiB
Plaintext
2026-01-24 00:06:28,895 - production_test - INFO - ============================================================
|
|
2026-01-24 00:06:28,897 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 00:06:28,897 - production_test - INFO - ============================================================
|
|
2026-01-24 00:06:30,114 - production_test - ERROR - 应用程序发生异常
|
|
Traceback (most recent call last):
|
|
File "D:\production_test_tool\src\main.py", line 46, in main
|
|
window = MainWindow()
|
|
^^^^^^^^^^^^
|
|
File "D:\production_test_tool\src\ui\main_window.py", line 36, in __init__
|
|
self.show_login()
|
|
File "D:\production_test_tool\src\ui\main_window.py", line 252, in show_login
|
|
dialog = LoginDialog(self)
|
|
^^^^^^^^^^^^^^^^^
|
|
File "D:\production_test_tool\src\ui\login_dialog.py", line 20, in __init__
|
|
self.setup_ui()
|
|
File "D:\production_test_tool\src\ui\login_dialog.py", line 44, in setup_ui
|
|
self.username_input.returnPressed.connect(self.password_input.setFocus)
|
|
^^^^^^^^^^^^^^^^^^^
|
|
AttributeError: 'LoginDialog' object has no attribute 'password_input'
|
|
2026-01-24 00:12:17,495 - production_test - INFO - ============================================================
|
|
2026-01-24 00:12:17,496 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 00:12:17,496 - production_test - INFO - ============================================================
|
|
2026-01-24 00:19:22,870 - production_test - INFO - ============================================================
|
|
2026-01-24 00:19:22,871 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 00:19:22,871 - production_test - INFO - ============================================================
|
|
2026-01-24 00:19:33,935 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 00:19:33,989 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 00:21:15,655 - production_test - INFO - 应用程序关闭
|
|
2026-01-24 00:21:15,665 - production_test - INFO - 应用程序退出,代码: 0
|
|
2026-01-24 00:21:27,956 - production_test - INFO - ============================================================
|
|
2026-01-24 00:21:27,957 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 00:21:27,957 - production_test - INFO - ============================================================
|
|
2026-01-24 00:21:33,921 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 00:21:33,970 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 00:21:44,566 - production_test - INFO - ============================================================
|
|
2026-01-24 00:21:44,567 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 00:21:44,567 - production_test - INFO - ============================================================
|
|
2026-01-24 00:22:11,192 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 00:22:11,231 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 00:40:56,483 - production_test - INFO - ============================================================
|
|
2026-01-24 00:40:56,484 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 00:40:56,484 - production_test - INFO - ============================================================
|
|
2026-01-24 00:41:04,976 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 00:41:05,026 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 00:41:28,092 - production_test - INFO - 应用程序关闭
|
|
2026-01-24 00:41:28,104 - production_test - INFO - 应用程序退出,代码: 0
|
|
2026-01-24 11:27:09,531 - production_test - INFO - ============================================================
|
|
2026-01-24 11:27:09,531 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 11:27:09,532 - production_test - INFO - ============================================================
|
|
2026-01-24 11:27:10,656 - production_test - ERROR - 应用程序发生异常
|
|
Traceback (most recent call last):
|
|
File "D:\production_test_tool\src\main.py", line 46, in main
|
|
window = MainWindow()
|
|
^^^^^^^^^^^^
|
|
File "D:\production_test_tool\src\ui\main_window.py", line 36, in __init__
|
|
self.show_login()
|
|
File "D:\production_test_tool\src\ui\main_window.py", line 535, in show_login
|
|
dialog = LoginDialog(self)
|
|
^^^^^^^^^^^^^^^^^
|
|
File "D:\production_test_tool\src\ui\login_dialog.py", line 24, in __init__
|
|
self.setup_ui()
|
|
File "D:\production_test_tool\src\ui\login_dialog.py", line 33, in setup_ui
|
|
content_widget = QWidget()
|
|
^^^^^^^
|
|
NameError: name 'QWidget' is not defined
|
|
2026-01-24 11:27:55,454 - production_test - INFO - ============================================================
|
|
2026-01-24 11:27:55,455 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 11:27:55,455 - production_test - INFO - ============================================================
|
|
2026-01-24 11:27:56,130 - production_test - ERROR - 应用程序发生异常
|
|
Traceback (most recent call last):
|
|
File "D:\production_test_tool\src\main.py", line 46, in main
|
|
window = MainWindow()
|
|
^^^^^^^^^^^^
|
|
File "D:\production_test_tool\src\ui\main_window.py", line 36, in __init__
|
|
self.show_login()
|
|
File "D:\production_test_tool\src\ui\main_window.py", line 535, in show_login
|
|
dialog = LoginDialog(self)
|
|
^^^^^^^^^^^^^^^^^
|
|
File "D:\production_test_tool\src\ui\login_dialog.py", line 24, in __init__
|
|
self.setup_ui()
|
|
File "D:\production_test_tool\src\ui\login_dialog.py", line 33, in setup_ui
|
|
content_widget = QWidget()
|
|
^^^^^^^
|
|
NameError: name 'QWidget' is not defined
|
|
2026-01-24 11:29:16,932 - production_test - INFO - ============================================================
|
|
2026-01-24 11:29:16,932 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 11:29:16,933 - production_test - INFO - ============================================================
|
|
2026-01-24 11:29:30,194 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 11:29:30,256 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 11:30:14,042 - production_test - INFO - 应用程序关闭
|
|
2026-01-24 11:30:14,053 - production_test - INFO - 应用程序退出,代码: 0
|
|
2026-01-24 11:33:58,706 - production_test - INFO - ============================================================
|
|
2026-01-24 11:33:58,706 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 11:33:58,707 - production_test - INFO - ============================================================
|
|
2026-01-24 11:36:50,924 - production_test - INFO - ============================================================
|
|
2026-01-24 11:36:50,924 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 11:36:50,924 - production_test - INFO - ============================================================
|
|
2026-01-24 11:39:05,795 - production_test - INFO - ============================================================
|
|
2026-01-24 11:39:05,795 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 11:39:05,796 - production_test - INFO - ============================================================
|
|
2026-01-24 11:39:16,468 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 11:39:16,521 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 11:41:46,236 - production_test - INFO - ============================================================
|
|
2026-01-24 11:41:46,236 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 11:41:46,236 - production_test - INFO - ============================================================
|
|
2026-01-24 11:41:54,194 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 11:41:54,249 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 11:46:34,445 - production_test - INFO - ============================================================
|
|
2026-01-24 11:46:34,445 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 11:46:34,446 - production_test - INFO - ============================================================
|
|
2026-01-24 11:46:41,275 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 11:46:41,324 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 11:53:58,552 - production_test - INFO - ============================================================
|
|
2026-01-24 11:53:58,552 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 11:53:58,552 - production_test - INFO - ============================================================
|
|
2026-01-24 11:54:03,428 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 11:54:03,485 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 12:05:21,933 - production_test - INFO - 应用程序关闭
|
|
2026-01-24 12:05:21,943 - production_test - INFO - 应用程序退出,代码: 0
|
|
2026-01-24 12:06:26,774 - production_test - INFO - ============================================================
|
|
2026-01-24 12:06:26,774 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 12:06:26,775 - production_test - INFO - ============================================================
|
|
2026-01-24 12:06:31,608 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 12:06:31,661 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 12:06:49,076 - production_test - ERROR - 加载配置文件出错: setData(self, column: int, role: int, value: Any): argument 2 has unexpected type 'dict'
|
|
2026-01-24 12:06:52,135 - production_test - INFO - 应用程序关闭
|
|
2026-01-24 12:06:52,152 - production_test - INFO - 应用程序退出,代码: 0
|
|
2026-01-24 13:08:38,380 - production_test - INFO - ============================================================
|
|
2026-01-24 13:08:38,381 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 13:08:38,381 - production_test - INFO - ============================================================
|
|
2026-01-24 13:08:48,764 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 13:08:48,840 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 13:11:58,596 - production_test - INFO - ============================================================
|
|
2026-01-24 13:11:58,596 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 13:11:58,596 - production_test - INFO - ============================================================
|
|
2026-01-24 13:12:04,419 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 13:12:04,467 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 13:13:45,632 - production_test - INFO - ============================================================
|
|
2026-01-24 13:13:45,632 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 13:13:45,633 - production_test - INFO - ============================================================
|
|
2026-01-24 13:13:54,792 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 13:13:54,845 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 13:17:27,049 - production_test - INFO - ============================================================
|
|
2026-01-24 13:17:27,049 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 13:17:27,049 - production_test - INFO - ============================================================
|
|
2026-01-24 13:17:32,963 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 13:17:33,005 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 13:17:49,633 - production_test - INFO - 应用程序关闭
|
|
2026-01-24 13:17:49,641 - production_test - INFO - 应用程序退出,代码: 0
|
|
2026-01-24 13:31:04,773 - production_test - INFO - ============================================================
|
|
2026-01-24 13:31:04,774 - production_test - INFO - 采集箱出厂测试工具启动
|
|
2026-01-24 13:31:04,774 - production_test - INFO - ============================================================
|
|
2026-01-24 13:31:11,195 - production_test - INFO - 用户 admin 登录成功
|
|
2026-01-24 13:31:11,294 - production_test - INFO - 主窗口已显示
|
|
2026-01-24 13:34:34,402 - production_test - INFO - 应用程序关闭
|
|
2026-01-24 13:34:34,413 - production_test - INFO - 应用程序退出,代码: 0
|