# Tracker异常排查

tracker在某些情况下会向客户端透出特定信息，因此可以根据此信息进行定位处理问题。

> user not exist

用户不存在，不可能出现的信息，除非你伪造了请求参数。

> uid valid fail

tracker url的参数uid校验失败，出现这种情况大概率是重置了passkey，此时，所有种子做种都会失败。

> user status error:

账号状态异常，具体状态可看后面的状态

> user level is 0

你的等级为0，将不能再使用tracker

> torrent not exist

种子不存在，一般情况是种子被删除

> torrent validate error

种子信息校验异常，建议重新下载种子

> torrent status error:

种子状态异常，具体可看后面的状态

> not allow client

不支持的客户端，请使用常见的客户端以及版本，如使用了新版本客户端，可联系管理员

> client error

客户端携带的参数有误，请确保是从本站下载的种子，如果确认没有问题，请尝试重新下载种子、添加种子

> inner error

服务器异常，请联系管理组处理


---

# Agent Instructions: 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:

```
GET https://wiki1.yemapt.org/faq/tracker-error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
