Giter Site home page Giter Site logo

Comments (5)

HenryQW avatar HenryQW commented on May 24, 2024

和这个 repo 没有关系。

RSSHub demo 不保证稳定性,推荐自建。

我自己订阅了十几个自建 RSSHub 源,没有这个问题。

from awesome-ttrss.

songquanxu avatar songquanxu commented on May 24, 2024

我在自建源中遇到了同样的问题,rsshub+ttrss,docker部署的。

from awesome-ttrss.

lovewhowho17 avatar lovewhowho17 commented on May 24, 2024

同样,不管用自己服务器还是RSSHUB都一样

from awesome-ttrss.

0xSunsetJe3us avatar 0xSunsetJe3us commented on May 24, 2024

同,自建的rsshub-server,楼上有解决这个问题吗?

from awesome-ttrss.

 avatar commented on May 24, 2024

Docker自建Tinytinyrss + rsshub
系统:Ubuntu-22.04云服务器
解决思路:进入tinytinyrss docker容器内部,修改/var/www/classes文件夹下config.php,TIMEOUT数字改成120
解决方法:先找到容器id
docker ps <container_id>
docker exec -it <container_id> /bin/sh
cd classes
vi config.php

修改以下四行
Config::FEED_FETCH_TIMEOUT => [ 120, Config::T_INT ],
Config::FEED_FETCH_NO_CACHE_TIMEOUT => [ 120, Config::T_INT ],
Config::FILE_FETCH_TIMEOUT => [ 120, Config::T_INT ],
Config::FILE_FETCH_CONNECT_TIMEOUT => [ 120,

数字全改成120
最后 ufw allow 443 打开端口
我是这样解决的
参考

from awesome-ttrss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.