> For the complete documentation index, see [llms.txt](https://shadowrocket-wiki.gitbook.io/shadowrocket/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shadowrocket-wiki.gitbook.io/shadowrocket/all/dy.md).

# 订阅转换教程

## 订阅地址异常解决方法

在使用 Clash、v2rayNG、Shadowrocket 等客户端过程中，可能会遇到以下问题：

* 订阅地址无法更新
* 下载订阅提示 Error 错误
* 订阅更新失败
* 提示配置文件错误
* Clash 导入配置失败
* Shadowrocket 无法获取节点

***

## 检查订阅是否有效

遇到以上问题时，请先确认：

1. 订阅是否还在有效期内
2. 订阅地址是否复制完整
3. 账号是否正常

如果：

* 订阅没有过期
* 订阅地址确认正确
* 重新复制订阅地址仍然无法使用

那么大概率是：

```
订阅地址被污染或者无法正常访问
```

***

## 临时解决方法：订阅转换

可以通过订阅转换服务生成新的订阅地址。

### 第一步：打开订阅转换网站

访问：

[订阅转换工具](https://onepage.czl.net/tools/sub-convert)

***

### 第二步：复制原订阅地址

复制你原来的订阅链接：

```
你的原订阅地址
```

***

### 第三步：粘贴订阅地址

在网站中找到：

```
订阅链接
```

将原订阅地址粘贴进去。

***

### 第四步：选择客户端类型

根据你使用的软件选择对应客户端。

例如：

#### Clash

选择：

```
Clash
```

适用于：

* Clash Windows
* Clash Android
* ClashX

***

#### Shadowrocket

选择：

```
Shadowrocket
```

适用于：

* iPhone
* iPad
* Mac

***

#### v2rayN / v2rayNG

选择对应格式：

```
Base64
```

或者：

```
V2Ray
```

***

### 第五步：生成新的订阅链接

点击：

```
生成订阅链接
```

复制生成的新地址：

```
新的订阅地址
```

***

## 导入新的订阅地址

### Shadowrocket

进入：

```
首页
 ↓
+
 ↓
Subscribe
```

粘贴新的订阅链接。

***

### Clash

进入：

```
Profiles
 ↓
Download
```

粘贴新的订阅链接。

***

### v2rayNG

进入：

```
订阅设置
 ↓
添加订阅
```

粘贴新的订阅链接。

***

### v2rayN

进入：

```
订阅分组设置
```

添加新的订阅地址。

点击：

```
更新订阅
```

***

## 注意事项

订阅转换相当于增加一个中转环节。

如果原订阅地址可以正常使用：

建议优先使用：

```
原始订阅地址
```

只有在：

* 无法更新
* 配置错误
* 访问异常

情况下，再使用订阅转换。

***

## 总结

订阅异常处理流程：

```
检查订阅有效期
        ↓
确认订阅地址正确
        ↓
重新复制测试
        ↓
仍然失败
        ↓
使用订阅转换
        ↓
生成新订阅地址
        ↓
重新导入客户端
```

通过订阅转换，可以临时解决部分订阅地址访问异常问题。


---

# 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://shadowrocket-wiki.gitbook.io/shadowrocket/all/dy.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.
