HenryQW / Awesome-TTRSS

🐋 Awesome TTRSS, a powerful Dockerised all-in-one RSS solution.
http://ttrss.henry.wang
MIT License
2.38k stars 496 forks source link

[BUG] 全新部署的ttrss无法获取订阅源信息 #498

Open ShiFangJuMie opened 7 months ago

ShiFangJuMie commented 7 months ago

Bug 描述 我尝试添加了几个订阅源,他们可以正常访问,但ttrss无法得到任何数据 image

你谷歌/百度了吗? 是的,我还GPT了。

部署方法

部署环境

复现步骤 复现该 bug 的详细步骤

  1. 从docker hub下载部署了PGSQL15.5,因为则是AWS RDS默认推荐的版本
  2. 从docker hub下载部署了ttrss,整个过程都没什么问题
  3. 我确认到了PGSQL中新增了ttss的表和数据,因此ttrss和pgsql之间通讯没有问题
  4. 我登录服务器,发现我可以通过Ping、wget访问网页,而curl则没有任何反应,当curl运行时,他既不告诉我成功,也不告诉我失败,而是长久的沉默
/var/www # ping www.baidu.com
PING www.baidu.com (180.101.50.188): 56 data bytes
64 bytes from 180.101.50.188: seq=0 ttl=52 time=6.948 ms
64 bytes from 180.101.50.188: seq=1 ttl=52 time=7.217 ms
64 bytes from 180.101.50.188: seq=2 ttl=52 time=7.290 ms
^C
--- www.baidu.com ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 6.948/7.151/7.290 ms

/var/www # curl https://www.baidu.com
^C
/var/www # curl http://127.0.0.1
^C
/var/www # curl --head  http://127.0.0.1
^C
/var/www # curl -v http://127.0.0.1
^C

/var/www # wget http://127.0.0.1
Connecting to 127.0.0.1 (127.0.0.1:80)
saving to 'index.html'
index.html           100% |********************************************************************************************************************************************|  5273  0:00:00 ETA
'index.html' saved

/var/www # wget http://www.baidu.com
Connecting to www.baidu.com (180.101.50.188:80)
wget: can't open 'index.html': File exists

/var/www # wget http://www.baidu.com -o baidu.html

/var/www # wget https://sysin.org/feed.xml -o sysin.xml

/var/www # curl --version
curl 8.5.0 (x86_64-alpine-linux-musl) libcurl/8.5.0 OpenSSL/3.1.4 zlib/1.3 brotli/1.1.0 c-ares/1.22.1 libidn2/2.3.4 nghttp2/1.58.0
Release-Date: 2023-12-06
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets
lisi2016 commented 6 months ago

知网文献能订阅吗?

caisipeng commented 3 months ago

这个有修复么,是不是文章内容没显示出来