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

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

Open
ShiFangJuMie opened this issue Feb 9, 2024 · 1 comment
Open

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

ShiFangJuMie opened this issue Feb 9, 2024 · 1 comment
Labels

Comments

@ShiFangJuMie
Copy link

ShiFangJuMie commented Feb 9, 2024

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

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

部署方法

  • Docker
  • latest

部署环境

  • 操作系统: 群晖DSM7
  • 浏览器: chrome
root@HZ-NAS-1:/volume2/docker# uname -r
3.10.108

复现步骤
复现该 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
Copy link

知网文献能订阅吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants