From e47df914f9fc787dadbb57e9ea00d399c1c59a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=A8=E9=B1=BC=E8=BE=A3=E6=A4=92?= Date: Wed, 23 Sep 2026 19:37:24 +0800 Subject: [PATCH] docs: identify old preview login error and current trial --- .../tasks/20260923-teacher-discussion-e742a91c.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.project-docs/30-worklog/tasks/20260923-teacher-discussion-e742a91c.md b/.project-docs/30-worklog/tasks/20260923-teacher-discussion-e742a91c.md index f0a14326..635eaddc 100644 --- a/.project-docs/30-worklog/tasks/20260923-teacher-discussion-e742a91c.md +++ b/.project-docs/30-worklog/tasks/20260923-teacher-discussion-e742a91c.md @@ -69,3 +69,12 @@ ## User Validation Handoff - After sign-in, native AX confirmed alice and enabled teacher controls at the new worktree Renderer URL. Native AX and screenshots then disagreed, with intermittent missing-frame/window errors; bounded window reconnection did not resolve that observation problem. No further application changes or restarts were made. User elected to do specific validation themselves before any test prompt was sent. + +## Trial Identification Follow-up + +- User later asked which temporary app to use and reported login failure. Process inspection showed the correct discussion trial had exited; the installed production app and old teacher-components Electron preview were still running. Recent trial log ended in app_shutdown, without a matching login/network error in the inspected tail. +- Relaunched the same trial bundle/profile with the approved discussion build; new PID 92319. Native window URL verifies this worktree’s dist/index.html. The original project and conversation remain. Current native UI is signed out; red “登录已失效,请重新登录后继续。” items belong to conversation history. Requested clarification between those historical notices and an error after submitting the login form, rather than assuming invalid credentials. + +- User clarified that the error follows a password-form submission. Direct native inspection located that exact “登录失败,请稍后重试。” on the old com.github.Electron window titled “麦洛 · 老师组件预览(预设对话)”, loading makelore-teacher-components/dist/index.html#/login. The current discussion build is in the separately named Makelore Teacher Trial. No credential values were reused and no login was resubmitted. +- Read-only auth review found no matching current-trial login/network failure in the new startup log. Existing unpackaged Main memory-only credential storage may require re-login, but Renderer migration of a valid access token also exists; restart alone does not explain a submitted-login failure. The old window’s generic error is insufficient to diagnose its backend cause. +- Current app was relaunched and identified by its unique bundle/source; native interaction repeatedly failed to focus the account menu (missing window / user-change events), so no claim is made that the new login form was brought forward or that login succeeded. The user should select Makelore Teacher Trial to test the current build. Prior instruction that user owns detailed component validation remains in effect.