Rongrong

Results 136 comments of Rongrong

> My only question if we add a switch, who changes the switch? If it's the user, when would they know which option to use? That could be a question...

@fantix Wow, your flow graph is so clear. I second your proposal! There is a slight question, however. How can a **user** "return different values in `eof_received()`"? [Shouldn't it be...

> You may notice 2 `eof_received()` in the diagram, the green one is the one you mentioned in `SSLProtocol`, while the red one is a user-provided protocol implementation inheriting directly...

Yes, the issue has been fixed. And I also failed to remember to close it, lol. I [backported my PR](https://github.com/Rongronggg9/RSS-to-Telegram-Bot/commit/91265c85b5625193776582fd09cc5b48145baacb) for some days and [reverted the backport commit](https://github.com/Rongronggg9/RSS-to-Telegram-Bot/commit/a609b57c3e47728879238fa010b258c2edf914f0) after upgrading...

@Lonami I've seen my bot (v1.25) facing both this issue and #3873 in production multiple times in the last 10 days. #3873 should have been fixed in 2f2a9901e2d9ea0668c221c18820be5bfc8c94e2 but I...

Thanks for your suggestion to try the latest snapshot. Unfortunately, I can't do that in production and I've never seen this bug in my local test. I would try adopting...

Uhh, the reason why I can't adopt a snapshot in production is just that I can't adopt a snapshot in the production docker image tag my production bot using because...

Still reproducible on release 20220419: `-s 2 -n 3 -x`: ![2x3n](https://user-images.githubusercontent.com/15956627/180658583-71a91d51-c7b0-4610-8993-209afdd4a46a.png) `-s 2 -n 3 -x`*2: ![2x3n2x3n](https://user-images.githubusercontent.com/15956627/180658593-465d8d1b-2735-4964-ab77-355e9fa35041.png)

Need more debug info: - `chrome://process-internals/#web-contents` - ![](https://user-images.githubusercontent.com/15956627/168478166-f3942085-1903-4764-974c-e18d2f85e34c.png) - `chrome://extensions/?id=kefjpfngnndepjbopdmoebkipbgkggaa` -> click `background.html` -> switch to the `Console` tab ![](https://user-images.githubusercontent.com/15956627/168478324-2c5b26a7-635c-4320-ab1b-6bbed9871d37.png)

> Firefox目前不支持远程更新,radar-rules文件也可以在本地进行修改 In fact, if remote rules are disabled, any local modifications will be ignored in the meantime. https://github.com/DIYgod/RSSHub-Radar/blob/e015163e536d4b6596481ecd484c25e5f07e02f8/src/js/common/rules.js#L29-L43 Though @DIYgod never describes the reason why local modifications should be...