初始化失败,请重试

作者: f0rsaken0905创建于 2026年4月1日更新于 2026年8月19日

This is the URL address after I deployed coze-studio: http://10.177.2.12:8888/ I deployed it in the Ubuntu 24.04 environment, and after completing the deployment, I registered an account. Then, I clicked the blue "Create" button in the upper right corner to create an agent. The page automatically redirected to the following link: http://10.177.2.12:8888/space/7623666753502969856/bot/7623667604460142592 The right side of the page shows "Initialization failed, please try again." When I checked the browser log, I found the following request with an error: http://10.177.2.12:8888/api/conversation/get_message_list {"Cursor":"0","count":15,"bot_id":"7623667604460142592","draft_mode":true,"scene":4} The error message is as follows: {"code":500,"msg":"internal server error"} Then I checked the container log and found the following error message: coze-server | 2026/04/01 06:05:14 /app/domain/conversation/conversation/internal/dal/dao.go:133 record not found coze-server | [0.838ms] [rows:0] SELECT * FROM `conversation` WHERE `conversation`.`creator_id` = 7623666753494581248 AND `conversation`.`agent_id` = 7623667604460142592 AND `conversation`.`scene` = 4 AND `conversation`.`connector_id` = 10000010 AND `conversation`.`status` = 1 ORDER BY `conversation`.`created_at` DESC,`conversation`.`id` LIMIT 1 coze-server | 2026/04/01 06:05:14 /app/domain/conversation/conversation/internal/dal/dao.go:60 Error 1054 (42S22): Unknown column 'user_id' in 'field list' coze-server | 2026/04/01 06:05:14.630855 error_resp.go:52: [Error] [log-id: 7ddb45e3-5bf3-4eca-bf82-b8591523067a] [InternalError] error: Error 1054 (42S22): Unknown column 'user_id' in 'field list' I deleted it and redeployed it several times, and the same problem still occurred. I don't understand why this happened.

内容来源: coze-dev/coze-studio