seazon / FeedMe

The documents and forum of FeedMe
1.23k stars 28 forks source link

Fever方式拉取Rss文章时,图片无法同步 #696

Open jinkaixin opened 6 months ago

jinkaixin commented 6 months ago

Describe the bug 我在局域网通过Miniflux和Rsshub自建了Rss服务器,并且通过Fever方式同步文章到Feedme客户端上,同步地址类似于 https://ip:port。但是发现图片无法同步过来,检查后发现是因为获取到的图片地址少了端口号部分

比如说,这是Feedme内获取到的图片地址 feedme://showImage/https://192.168.166.100/proxy/xxx 而图片资源正确的地址如下 https://192.168.166.100:12312/proxy/xxx

Device info

auosun commented 1 week ago

没有正确设置 BASE_URL 导致的