DIYgod / DIYgod/RSSHub

UP 主默认收藏夹抓取失败

Open
#13,461 4 comments 0 reactions 0 assignees View on GitHub
route: v2 RSS bug
Dominant language
TypeScript
Stars
46.2k
Forks
10.2k
Avg merge
10h 35m
Merged PRs (30d)
164

Description

### 路由地址

```routes
/bilibili/user/fav/:uid/:disableEmbed?
```

### 完整路由地址

```fullroutes
/bilibili/user/fav/3356903
```

### 相关文档

https://docs.rsshub.app/routes/social-media#bilibili-up-zhu-mo-ren-shou-cang-jia

### 预期是什么?

预期访问up的默认收藏夹

### 实际发生了什么?

![image](https://github.com/DIYgod/RSSHub/assets/131586786/f2186819-d0aa-4759-9ca1-60927ce64909)

### 部署

自建

### 部署相关信息

_No response_

### 额外信息

```shell
自建rsshub的dockerfile:

version: '3'

services:
rsshub:
# two ways to enable puppeteer:
# * comment out marked lines, then use this image instead: diygod/rsshub:chromium-bundled
# * (consumes more disk space and memory) leave everything unchanged
#image: diygod/rsshub:chromium-bundled-2023-10-02
image: diygod/rsshub
restart: always
ports:
- '2909:1200'
environment:
NODE_ENV: production
CACHE_TYPE: redis
REDIS_URL: 'redis://redis:6379/'
PUPPETEER_WS_ENDPOINT: 'ws://browserless:3000' # marked
BILIBILI_COOKIE_3356903: "l=v; ……(省略内容)……bp_video_offset_3356903=845604117729509409"
depends_on:
- redis
- browserless # marked

browserless: # marked
image: browserless/chrome # marked
restart: always # marked
ulimits: # marked
core: # marked
hard: 0 # marked
soft: 0 # marked

redis:
image: redis:alpine
restart: always
volumes:
- redis-data:/data

volumes:
redis-data:

networks:
RSSHub-net:
```
```

### 这不是重复的 issue

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

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the full route /bilibili/user/fav/3356903 from the reported route entry point, using the deployment details and Bilibili cookie configuration provided. Read the implementation behind /bilibili/user/fav/:uid/:disableEmbed? and identify the failure response or logs. Done means the default favorites feed loads successfully for this route.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.