DIYgod / DIYgod/RSSHub

微博个人时间线没有内容输出

Open
#15,129 6 comments 0 reactions 0 assignees View on GitHub
RSS bug
Dominant language
TypeScript
Stars
46.2k
Forks
10.2k
Avg merge
18h 40m
Merged PRs (30d)
172

Description

### 路由地址

```routes
/weibo/timeline/:uid/:feature?/:routeParams?
```

### 完整路由地址

```fullroutes
/weibo/timeline/:uid/:feature?/:routeParams?
```

### 相关文档

https://docs.rsshub.app/zh/routes/social-media#%E4%B8%AA%E4%BA%BA%E6%97%B6%E9%97%B4%E7%BA%BF

### 预期是什么?

微博个人时间线有内容输出

### 实际发生了什么?

微博个人时间线能访问,但没有内容输出。

### 部署

自建

### 部署相关信息

平台:Fly.io 部署方式:Docker 部署版本:Git Hash: d9712b7f

### 额外信息

```shell
1. 使用文档没说清楚,我在`个人时间线`的说明里有说

WARNING

需要对应用户打开页面进行授权生成 token 才能生成内容

自部署需要申请并配置微博 key,具体见部署文档
```
但我在部署配置中没有找到。
连接:[路由说明](https://docs.rsshub.app/zh/routes/social-media#%E4%B8%AA%E4%BA%BA%E6%97%B6%E9%97%B4%E7%BA%BF:~:text=weibo/timeline.ts-,WARNING,%E7%94%B3%E8%AF%B7%E5%B9%B6%E9%85%8D%E7%BD%AE%E5%BE%AE%E5%8D%9A%20key%EF%BC%8C%E5%85%B7%E4%BD%93%E8%A7%81%E9%83%A8%E7%BD%B2%E6%96%87%E6%A1%A3,-%E5%85%B3%E9%94%AE%E8%AF%8D),[部署说明](https://docs.rsshub.app/deploy/config#%E5%BE%AE%E5%8D%9A)。
2. 微博路由的`自定义分组`功能可以正常使用。
3. 微博的`博主`,`热搜榜`可以正常使用。
4. `个人时间线`和`最新关注时间线`从功能上看是等价的?
```

### 这不是重复的 issue

- [X] 我已经搜索了 [现有 issue](https://github.com/DIYgod/RSSHub/issues),以确保该错误尚未被报告。

Contributor guide

Open the contributing guide

Research direction

Read the Weibo timeline route entry point, `weibo/timeline.ts`, and the deployment configuration documentation linked in the report. Verify how the required user authorization token and self-hosted Weibo key settings apply to `/weibo/timeline/:uid/:feature?/:routeParams?`. Done means a valid configured request produces timeline items instead of an empty feed.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
authentication, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.