> For the complete documentation index, see [llms.txt](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/18-chang-jian-wen-ti-yu-cuo-wu-chu-li.md).

# 18 常见问题与错误处理

## 需要安装运行库吗

不需要。正式包已包含 Python、Tcl/Tk、VC Runtime 和 UCRT。必须完整解压 ZIP 并保留 “\_internal” 文件夹。

## 已登录但不能发送

“已登录”只表示 Session 可用。还要检查账号限制、目标群成员状态和发言权限。

## 分配代理后没有 IP

确认代理检测通过并执行“分配到账号”，然后重新检测账号。只加入代理池不会自动绑定。

## 群发输入框看不全

V3.10.32 已对 1366×768、1600×900 和 1920×1080 做成品布局自检。仍裁切时请提交缩放比例、版本和完整截图。

## 随机群发为什么退出群

随机群发是一次性模式，只退出本任务新加入的群。需要长期保留时使用“批量加群 → 群发营销”。审批或验证未完成时会等待复查。

## Guest Bot 没有回复

检查 Bot 在线状态、Guest Mode、召唤账号发言权限和群内容保护。回复超时与触发清理失败是不同问题。

## AI 生成长时间等待

不要连续重复点击。主线路失败后本次会尝试备用线路；达到并发槽或每日次数时会明确提示。

联系客服时请提供软件版本、模块、操作时间、任务编号和错误文字，不要发送验证码、密码、Token 或 Session。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/18-chang-jian-wen-ti-yu-cuo-wu-chu-li.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
