You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AI] fix(update-cli): warn+continue on Windows schtasks access-denied
When schtasks /Change /DISABLE fails with a Windows access-denied error
(reported in localized text such as 'ERROR: Access is denied.', '错误:
拒绝访问。', or 'Zugriff verweigert'), the package update no longer
hard-exits. The task remains in its prior enabled state and the update
proceeds with a warning telling the user to run 'openclaw gateway restart'
from an elevated shell if the gateway fails to restart after the update.
Other schtasks disable failures (timeouts, malformed output, etc.) stay
fatal so real environmental problems are not masked.
Related to #111756
`Could not disable the Windows Scheduled Task before update (${String(err)}); leaving it enabled and continuing. Run \`${restartCommand}\` from an elevated shell if the gateway fails to restart after update.`,
0 commit comments