WWW.YOUINFO.SITE
标签聚合 后报

/tag/后报

LinuxDo 最新话题 · 2026-06-05 09:35:04+08:00 · tech

我用【烁】进行过的对话,再用账号或者其他中转站就无法推进了,报错 status_code=400 [ArrayParam] [input[10].content] [array_above_max_length] Invalid ‘input[10].content’: array too long. Expected an array with maximum length 0, but got an array with length 1 instead. 这是第三方源把不兼容的 reasoning.content: […] 写进了本地会话日志,官方 Responses API 重新加载历史时校验不过。 复制会话id,找到对应的 rollout-*.jsonl ,把这种行: {"type":"response_item","payload":{"type":"reasoning","content":[...]}} 改成: {"type":"response_item","payload":{"type":"reasoning","content":null}} 然后会话就可以正常继续了。 注意:先备份原文件。只改 payload.type = reasoning 且 payload.content 是数组的项。 当然,你也可以选择从零开始求助codex的新线程,提示词如下 <会话id> 这是我的codex一个会话的id,我使用第三方源的api推进过对话后,再换回官方账号登录推进就会报错 <报错内容> 这个对话怎么救? 1 个帖子 - 1 位参与者 阅读完整话题

LinuxDo 最新话题 · 2026-05-21 09:41:48+08:00 · tech

ERROR undefined is not an object (evaluating ‘H.command’) B:/~BUN/root/src/entrypoints/cli.js:4994:2983 isSearchOrReadCommand (B:/~BUN/root/src/entrypoints/cli.js:4994:2983) RNH (B:/~BUN/root/src/entrypoints/cli.js:5066:773) _W8 (B:/~BUN/root/src/entrypoints/cli.js:5066:1051) eAA (B:/~BUN/root/src/entrypoints/cli.js:5066:1530) tAA (B:/~BUN/root/src/entrypoints/cli.js:5066:1418) x6_ (B:/~BUN/root/src/entrypoints/cli.js:5067:2627) (B:/~BUN/root/src/entrypoints/cli.js:6675:15448) NP (B:/~BUN/root/src/entrypoints/cli.js:582:30349) (B:/~BUN/root/src/entrypoints/cli.js:569:11097) rVA (B:/~BUN/root/src/entrypoints/cli.js:6675:15168) Resume this session with: claude --resume b3e587c2-d9c3-427d-9231-a53ae917710e 终止批处理操作吗(Y/N)? y PS E:\test2> claude.cmd ╭─── Claude Code v2.1.145 ─────────────────────────────────────────────────────────────────────────────────────────────╮ ╭─── Claude Code v2.1.145 ─────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ Tips for getting started │ │ Welcome back! │ Run /init to create a CLAUDE.md file with instructions for Claude │ │ │ ───────────────────────────────────────────────────────────────────────────────── │ ╭─── Claude Code v2.1.145 ─────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ Tips for getting started │ │ Welcome back! │ Run /init to create a CLAUDE.md file with instructions for Claude │ │ │ ───────────────────────────────────────────────────────────────────────────────── │ │ ▐▛███▜▌ │ What’s new │ ERROR undefined is not an object (evaluating ‘H.command’) B:/~BUN/root/src/entrypoints/cli.js:4336:2988 isSearchOrReadCommand (B:/~BUN/root/src/entrypoints/cli.js:4336:2988) DEH (B:/~BUN/root/src/entrypoints/cli.js:4783:773) mX8 (B:/~BUN/root/src/entrypoints/cli.js:4783:1051) zzf (B:/~BUN/root/src/entrypoints/cli.js:4783:1530) Azf (B:/~BUN/root/src/entrypoints/cli.js:4783:1418) Eq_ (B:/~BUN/root/src/entrypoints/cli.js:4784:2627) (B:/~BUN/root/src/entrypoints/cli.js:6670:15847) O3 (B:/~BUN/root/src/entrypoints/cli.js:583:30355) (B:/~BUN/root/src/entrypoints/cli.js:570:11097) aNf (B:/~BUN/root/src/entrypoints/cli.js:6670:15564) 1 个帖子 - 1 位参与者 阅读完整话题

linux.do · 2026-05-01 14:04:14+08:00 · tech

我的谷歌账号是会员方案是 Google AI Pro 在 谷歌 Google AI Studio 上生成 API KEY 后报这个错 ,gemini-3.1-pro模型完全用不了 You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits . To monitor your current usage, head to: https://ai.dev/rate-limit . Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count , limit: 0, model: gemini-3.1-pro Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests , limit: 0, model: gemini-3.1-pro Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests , limit: 0, model: gemini-3.1-pro Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count , limit: 0, model: gemini-3.1-pro Please retry in 55.34725815s. 好像说根本没有额度 5 个帖子 - 4 位参与者 阅读完整话题