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

pianyuan网RSS失效 #10473

Closed
1 task done
dechunwang opened this issue Aug 15, 2022 · 3 comments
Closed
1 task done

pianyuan网RSS失效 #10473

dechunwang opened this issue Aug 15, 2022 · 3 comments
Labels
Bug Ping: Pinged Route: v2 v2 route related RSS bug Something isn't working

Comments

@dechunwang
Copy link

Routes

/pianyuan/index/:media?

Full routes

/pianyuan/index/
/pianyuan/index/tv
/pianyuan/index/mv

Related documentation

https://docs.rsshub.app/multimedia.html#pian-yuan-wang

What is expected?

返回对应RSS。

What is actually happening?

image

Error message: key.startsWith is not a function 无法访问。

Deployment information

Self-hosted

Deployment information (for self-hosted)

ubuntu via docker-compose

Additional info

部署所用docker-compose.yaml

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
        restart: always
        ports:
            - '1200:1200'
        environment:
            NODE_ENV: production
            CACHE_TYPE: redis
            REDIS_URL: 'redis://redis:6379/'
            PUPPETEER_WS_ENDPOINT: 'ws://browserless:3000'  # marked
            PIANYUAN_COOKIE: "py_loginauth=xxxxxxxxxxx"
        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:

docker logs:
: Error in /index/mv: key.startsWith is not a function

This is not a duplicated issue

  • I have searched existing issues to ensure this bug has not already been reported
@dechunwang dechunwang added the RSS bug Something isn't working label Aug 15, 2022
@github-actions
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.

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

@TonyRL TonyRL mentioned this issue Aug 15, 2022
14 tasks
@TonyRL
Copy link
Collaborator

TonyRL commented Aug 15, 2022

Please test again with the latest docker image

@dechunwang
Copy link
Author

最新版的已经可以使用, 感谢大神。
就是feedbro 加载不了, 很奇怪, 估计是feedbro的问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Ping: Pinged Route: v2 v2 route related RSS bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants