fix(install): 修 tarball 安装 7 个问题(py3.12/camoufox权限/gateway静默/config模板/Next steps/更新停gateway) - #448
Merged
Conversation
…/Next steps/更新停gateway) 1. Step 5 pip 用 python3.9(CommandLineTools):install_python_deps 改选 python3.12/3.11/3.10/python3,加 --no-warn-script-location --disable-pip-version-check 抑制噪音。 2. Step 7 camoufox-cli Permission denied:npm install -g 建的 bin 缺 +x, install_camoufox_cli 里 chmod +x 跟随 symlink 改目标权限。 3. setup-crew.sh 'gateway env not found' 警告:首装时该文件由后续 install_gateway_and_env 创建,此刻不存在是预期,改静默跳过。 4. Step 12 Invalid config plugins:运行时 prefill_weixin_channel 把 plugins.openclaw-weixin 写成顶层 key(schema 要 plugins.entries.<id>)。 改为直接用 config-templates/openclaw.json,预置 channels.openclaw-weixin.enabled=true + plugins.entries.openclaw-weixin.enabled=true, 删掉运行时 mutate(连同 prefill_weixin_channel 函数体)。 5. 微信扫码过快:根因即 TeamWiseFlow#4,invalid config 致 channels login fail fast 烧 5 次重试;修 TeamWiseFlow#4 后预期自愈。 6. 删 'Next steps' 块(PATH/Dashboard/Update 提示),小白用不到。 7. 更新模式卡 Step 4 pnpm install 几十分钟:运行中 gateway 持 node_modules 文件句柄,pnpm 重写竞争 EBUSY。更新路线开头加 stop_gateway_if_running (Linux systemctl --user stop / Darwin openclaw gateway stop),末尾 refresh_gateway_env_only 重启。 步数:首装 12→11(删 prefill stage),更新 9 不变。
|
codes-factory-of-bg seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
实装 v5.6.0 后第二轮 7 个问题,承接 #447。
修复
install_python_deps改选 python3.12/3.11/3.10/python3,加--no-warn-script-location --disable-pip-version-check抑制噪音。npm install -g建的 bin 缺 +x,install_camoufox_cli里chmod +x跟随 symlink 改目标权限。install_gateway_and_env创建,此刻不存在是预期,改静默跳过。prefill_weixin_channel把plugins.openclaw-weixin写成顶层 key(schema 要plugins.entries.<id>)。改为直接用config-templates/openclaw.json,预置channels.openclaw-weixin.enabled=true+plugins.entries.openclaw-weixin.enabled=true,删掉运行时 mutate(连同函数体)。channels loginfail fast 烧 5 次重试;修 请问下,对于一些有反扒措施的网站可以爬下来数据吗?比如小红书 #4 后预期自愈。stop_gateway_if_running(Linuxsystemctl --user stop/ Darwinopenclaw gateway stop),末尾refresh_gateway_env_only重启。步数:首装 12→11(删 prefill stage),更新 9 不变。
发布
合后手动触发 build-dist 重建 v5.6.0(Auto Release 已临时禁用,避免再 bump v5.6.1)。