Replies: 4 comments
-
|
感谢反馈。从你贴的信息看,CLI 版本是 建议按下面顺序做一次最小排查: boss status --live
boss search "实习" --no-cache --json如果网页端同样关键词能看到结果,但 CLI 仍然是空列表,建议从网页复制当前搜索页 URL,再用 URL 模式复现,这样可以避免城市、职位类型、筛选项和网页当前条件不一致: boss search --url "<从 BOSS 搜索页复制的完整 URL>" --no-cache --json请贴脱敏后的 JSON 输出,重点保留 另外, |
Beta Was this translation helpful? Give feedback.
-
|
感谢感谢您 明天我会再次尝试 🙏
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2026年05月28日 23:37 |
| 收件人 | can4hou6joeng4/boss-agent-cli ***@***.***> |
| 抄送人 | holly0209 ***@***.***>,
Author ***@***.***> |
| 主题 | Re: [can4hou6joeng4/boss-agent-cli] 登录成功 状态正常 为什么search职位或者recommend始终返回no result? (Discussion #250) |
感谢反馈。从你贴的信息看,CLI 版本是 1.11.0,boss search "实习" 直接渲染成 no results,这通常表示搜索接口返回了空的职位列表;它和 #249 里提到的“环境存在异常”可能是同一类登录态/平台环境问题。
建议按下面顺序做一次最小排查:
boss status --live
boss search "实习" --no-cache --json
如果网页端同样关键词能看到结果,但 CLI 仍然是空列表,建议从网页复制当前搜索页 URL,再用 URL 模式复现,这样可以避免城市、职位类型、筛选项和网页当前条件不一致:
boss search --url "<从 BOSS 搜索页复制的完整 URL>" --no-cache --json
请贴脱敏后的 JSON 输出,重点保留 ok、data 的数量、pagination、error、hints 字段即可。不要贴 cookie、token、手机号、聊天内容等敏感信息。
另外,recommend 在当前默认低风险模式下会被合规策略阻断,这是预期设计;推荐流建议回到官网手动查看。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
boss search "实习" --no-cache --json
{"ok": false, "schema_version": "1.0", "command": "search", "data": null, "pagination": null, "error": {"code": "INVALID_PARAM", "message": "No such option: --json", "recoverable": false, "recovery_action": "修正参数"}, "hints": null}
在 2026-05-28 23:37:23,"can4hou6joeng4" ***@***.***> 写道:
感谢反馈。从你贴的信息看,CLI 版本是 1.11.0,boss search "实习" 直接渲染成 no results,这通常表示搜索接口返回了空的职位列表;它和 #249 里提到的“环境存在异常”可能是同一类登录态/平台环境问题。
建议按下面顺序做一次最小排查:
boss status --live
boss search "实习" --no-cache --json
如果网页端同样关键词能看到结果,但 CLI 仍然是空列表,建议从网页复制当前搜索页 URL,再用 URL 模式复现,这样可以避免城市、职位类型、筛选项和网页当前条件不一致:
boss search --url "<从 BOSS 搜索页复制的完整 URL>" --no-cache --json
请贴脱敏后的 JSON 输出,重点保留 ok、data 的数量、pagination、error、hints 字段即可。不要贴 cookie、token、手机号、聊天内容等敏感信息。
另外,recommend 在当前默认低风险模式下会被合规策略阻断,这是预期设计;推荐流建议回到官网手动查看。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
抱歉,我上一条里把 请改用下面这组命令做最小复现: boss status --live
boss --json search "实习" --no-cache如果网页端同样关键词能看到结果,但 CLI 仍然返回空列表,再试 URL 模式: boss --json search --url "<从 BOSS 搜索页复制的完整 URL>" --no-cache你这次贴出的 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
boss search "实习"

no results
boss --version
boss, version 1.11.0
Beta Was this translation helpful? Give feedback.
All reactions