Qeynos

Results 33 comments of Qeynos

If I manually change the URL to 'https://example.com:88/Miniflux/proxy/...' in the RSS reader's database, it can retrieve the image, so it seems like we just need to correct the incorrect URI.

https://github.com/miniflux/v2/blob/569529d73b4413401959cec8390e8c5c19d57053/internal/mediaproxy/url.go#L45 Both `config.Opts.BaseURL()` and `proxifiedUrl` contain URI "Miniflux", which might be the cause of the issue. @fguillot

fixed in the recent release, thanks.

I may have made a mistake before, the issue with the URI was not completely resolved in version 2.2.0. Now I have compiled and tested the latest code, and I...

尝试了0.17.0.0可复现,安装以后开着电脑不动,每天固定时间都会弹出更新提示并弹出网页,我从2号装好以后开着虚拟机,每天都会固定时间弹出一个网页,目前有三个网页了 我觉得应该有的逻辑,已经弹出提示更新窗体,并且还没有任何操作的时候,就不应该再次检查更新了,就算要再次检查更新,发现更新窗体还没有被操作的时候,也不应该直接弹出网页了 @fxliang

> `WeaselSetup.exe /du` 这是关闭更新检查?但没有必要啊,只是长期没有人操作的时候没必要弹出这么多网页,这只是个检查更新并提示的逻辑问题

> > > `WeaselSetup.exe /du` > > > > > > 这是关闭更新检查?但没有必要啊,只是长期没有人操作的时候没必要弹出这么多网页,这只是个检查更新并提示的逻辑问题 > > 好像有个检查间隔设置的 我用0.17.3也复现了,保留更新弹出提示窗口的情况下第二天又弹出网页了。 这跟频率也没关系,明明已经弹出提示更新了,就没必要后台继续定时检查并弹网页了 @lotem @fxliang

经过排查,我发现与 #1653 有关,我不知道为什么会revert,但最新的代码编译起来就是很容易卡住崩溃,我在尝试特化不同edit控件的过程中就遇到这个问题,最后加上原本的修改就正常了 @fxliang

I encountered the same issue when I try to added this feed in Miniflux, and I also received Error 403 when adding it in Fluent Reader.

安装了b1aebe8,目前最新的nightly,但出现了卡一下然后后台崩溃的情况,添加的守护进程没有生效,需要手动重启服务才行。 经过这次崩溃后正常运行的时间里,日志里有看到守护进程拉起后台的日志