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

飞客路由访问不了 #17165

Closed
1 task done
hack2012 opened this issue Oct 17, 2024 · 7 comments
Closed
1 task done

飞客路由访问不了 #17165

hack2012 opened this issue Oct 17, 2024 · 7 comments
Labels
RSS bug Something isn't working

Comments

@hack2012
Copy link

hack2012 commented Oct 17, 2024

Routes

/flyert/creditcard/:bank

Full routes

/flyert/creditcard/creditcard

Related documentation

https://docs.rsshub.app/zh/routes/travel#%E4%BF%A1%E7%94%A8%E5%8D%A1

What is expected?

在群晖上使用docker部署,访问时返回403,不知是否和飞客域名变化有关,但是rssfor这个又可以,不知道是怎么配置的

What is actually happening?

403
WX20241017-104955@2x

Deployment information

RSSHub demo (https://rsshub.app)

Deployment information (for self-hosted)

Node Version: v22.9.0,群晖7.2.2

Additional info

services:
    rsshub:
        image: diygod/rsshub
        restart: always
        ports:
            - "1200:1200"
        environment:
            NODE_ENV: production
            CACHE_TYPE: redis          # 缓存类型,支持 memory 和 redis
            CACHE_EXPIRE: 600          # 路由缓存过期时间,秒
            CACHE_CONTENT_EXPIRE: 600  # 内容缓存过期时间,秒
            REQUEST_RETRY: 5           # 请求失败重试次数
            REQUEST_TIMEOUT: 30000     # 请求超时毫秒数
            # UA:                      # 指定 User-Agent,默认随机
            REDIS_URL: 'redis://redis:6379/'
        healthcheck:
            test: ["CMD", "curl", "-f", "http://localhost:1200/healthz"]
            interval: 3600s
            timeout: 10s
            retries: 3
        depends_on:
            - redis

This is not a duplicated issue

  • I have searched existing issues to ensure this bug has not already been reported
@hack2012 hack2012 added the RSS bug Something isn't working label Oct 17, 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 关键词,或者留下评论。我们会重新审核。

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

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

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

@pseudoyu
Copy link
Collaborator

You may try to pull latest RSSHub image? It works on my instance without any related configs.

@hack2012
Copy link
Author

I am using the latest mirror image. It is still the same problem. Please help me take a look.
And the domain name of the original station changed, is it related to this?

@hack2012
Copy link
Author

Before I installed it on my home Synvision, it was not available. Today I also pulled the latest image on my company computer, but it was also inaccessible. Please confirm.

WX20241024-155434@2x

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