Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
PetrusZ opened this issue Nov 28, 2024 · 3 comments
Open
1 task done

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

PetrusZ opened this issue Nov 28, 2024 · 3 comments
Labels
RSS bug Something isn't working

Comments

@PetrusZ
Copy link

PetrusZ commented Nov 28, 2024

路由地址

/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

  • 我已经搜索了 现有 issue,以确保该错误尚未被报告。
@PetrusZ PetrusZ added the RSS bug Something isn't working label Nov 28, 2024
@PetrusZ PetrusZ changed the title newrank微信路由报错:TypeError: Invalid URL newrank微信公众号路由报错:TypeError: Invalid URL Nov 28, 2024
Copy link
Contributor

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 关键词,或者留下评论。我们会重新审核。

1 similar comment

This comment was marked as duplicate.

@pseudoyu
Copy link
Collaborator

pseudoyu commented Dec 2, 2024

fixed url error but can't get article link from api now, still working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RSS bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants