Skip to content

feat(lib/utils/proxy/index.ts): Allow socks proxy for dispatcher.#22401

Open
VergeDX wants to merge 1 commit into
DIYgod:masterfrom
VergeDX:master
Open

feat(lib/utils/proxy/index.ts): Allow socks proxy for dispatcher.#22401
VergeDX wants to merge 1 commit into
DIYgod:masterfrom
VergeDX:master

Conversation

@VergeDX

@VergeDX VergeDX commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Involved Issue / 该 PR 相关 Issue

Close #21695

Example for the Proposed Route(s) / 路由地址示例

/twitter/user/_RSSHub

New RSS Route Checklist / 新 RSS 路由检查表

  • New Route / 新的路由
  • Anti-bot or rate limit / 反爬/频率限制
    • If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
  • Date and time / 日期和时间
    • Parsed / 可以解析
    • Correct time zone / 时区正确
  • New package added / 添加了新的包
  • Puppeteer

Note / 说明

Comment thread lib/utils/proxy/index.ts Fixed
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Auto Review

No clear rule violations found in the current diff.

@github-actions github-actions Bot added the auto: not ready to review Users can't get the RSS feed output according to automated testing results label Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/twitter/user/_RSSHub - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>ConfigNotFoundError: Twitter API is not configured
Route: /twitter/user/:id/:routeParams?
Full Route: /twitter/user/_RSSHub
Node Version: v24.18.0
Git Hash: 4f031b0e

@github-actions github-actions Bot added auto: not ready to review Users can't get the RSS feed output according to automated testing results and removed auto: not ready to review Users can't get the RSS feed output according to automated testing results labels Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/twitter/user/_RSSHub - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>ConfigNotFoundError: Twitter API is not configured
Route: /twitter/user/:id/:routeParams?
Full Route: /twitter/user/_RSSHub
Node Version: v24.18.0
Git Hash: 5757cb9a

@github-actions github-actions Bot added auto: not ready to review Users can't get the RSS feed output according to automated testing results and removed auto: not ready to review Users can't get the RSS feed output according to automated testing results labels Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/twitter/user/_RSSHub - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>ConfigNotFoundError: Twitter API is not configured
Route: /twitter/user/:id/:routeParams?
Full Route: /twitter/user/_RSSHub
Node Version: v24.18.0
Git Hash: 3152f277

@VergeDX

VergeDX commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

This route requires TWITTER_AUTH_TOKEN: https://docs.rsshub.app/routes/twitter

@github-actions github-actions Bot added auto: not ready to review Users can't get the RSS feed output according to automated testing results and removed auto: not ready to review Users can't get the RSS feed output according to automated testing results labels Jul 2, 2026
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/twitter/user/_RSSHub - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>ConfigNotFoundError: Twitter API is not configured
Route: /twitter/user/:id/:routeParams?
Full Route: /twitter/user/_RSSHub
Node Version: v24.18.0
Git Hash: 9897d2b0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto: not ready to review Users can't get the RSS feed output according to automated testing results core enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SOCKS proxy support is there

2 participants