-
Notifications
You must be signed in to change notification settings - Fork 359
[Bug] 为什么我实际使用带--version的clawhubinstall命令报错? #308
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingeffort/l大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.priority/p1高优先级 / High priority triage bucket.高优先级 / High priority triage bucket.triage/core交由 core maintainer 结合 AI 协同处理 / Issue should be handled by a core maintainer with AI support.交由 core maintainer 结合 AI 协同处理 / Issue should be handled by a core maintainer with AI support.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingeffort/l大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.priority/p1高优先级 / High priority triage bucket.高优先级 / High priority triage bucket.triage/core交由 core maintainer 结合 AI 协同处理 / Issue should be handled by a core maintainer with AI support.交由 core maintainer 结合 AI 协同处理 / Issue should be handled by a core maintainer with AI support.
Summary
我执行安装命令 clawhub install slack-gif-creator --registry url --version 1.0.0 然后提示
Steps To Reproduce
1、我执行不带--version的安装命令,执行成功
2、然后我执行带--version的安装命令,提示:
API response: skill: invalid value; version: invalid value
Error: API response: skill: invalid value; version: invalid value
然后我去查看服务日志,发现请求走到了api/v1/skills/slack-gif-creator/versions/1.0.0这个接口,但是我看协议适配层没有这个接口
我clawhub版本为0.9.0
Expected Behavior
我期望的是安装成功
Environment
No response
API Contract Impact
No response
Logs Or Screenshots
No response