DIYgod / RSSHub

🧡 Everything is RSSible
https://docs.rsshub.app
MIT License
34.02k stars 7.58k forks source link

newrank微信公众号路由报错:TypeError: Invalid URL #17742

Open PetrusZ opened 3 days ago

PetrusZ commented 3 days ago

路由地址

/newrank/wechat/:wxid

完整路由地址

/newrank/wechat/oalbum

相关文档

https://docs.rsshub.app/zh/routes/social-media#%E5%BE%AE%E4%BF%A1%E5%85%AC%E4%BC%97%E5%8F%B7

预期是什么?

正常返回

实际发生了什么?

报错TypeError: Invalid URL

部署

自建

部署相关信息

No response

额外信息

docker-compose yaml:

version: '3'

services:
    rsshub:
        image: diygod/rsshub
        restart: always
        ports:
            - '1200:1200'
        environment:
            NODE_ENV: production
            CACHE_TYPE: redis
            REDIS_URL: 'redis://192.168.3.195:6379/'
            PUPPETEER_WS_ENDPOINT: 'ws://browserless:3000'
            NEWRANK_COOKIE: "token=xxxxxxxxxxxxxxxxxxxxxx"
            LOGGER_LEVEL: debug
        depends_on:
            - browserless

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

这不是重复的 issue

github-actions[bot] commented 3 days ago
Searching for maintainers:

To maintainers: if you are not willing to be disturbed, list your username in scripts/workflow/test-issue/call-maintainer.js. In this way, your username will be wrapped in an inline code block when tagged so you will not be notified.

If all routes can not be found, the issue will be closed automatically. Please use NOROUTE for a route-irrelevant issue or leave a comment if it is a mistake. 如果所有路由都无法匹配,issue 将会被自动关闭。如果 issue 和路由无关,请使用 NOROUTE 关键词,或者留下评论。我们会重新审核。

github-actions[bot] commented 3 days ago
Searching for maintainers:

To maintainers: if you are not willing to be disturbed, list your username in scripts/workflow/test-issue/call-maintainer.js. In this way, your username will be wrapped in an inline code block when tagged so you will not be notified.

If all routes can not be found, the issue will be closed automatically. Please use NOROUTE for a route-irrelevant issue or leave a comment if it is a mistake. 如果所有路由都无法匹配,issue 将会被自动关闭。如果 issue 和路由无关,请使用 NOROUTE 关键词,或者留下评论。我们会重新审核。