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

[错误报告]: 刷流重复添加种子失败 #159

Open
yellowstrong opened this issue Sep 1, 2023 · 8 comments
Open

[错误报告]: 刷流重复添加种子失败 #159

yellowstrong opened this issue Sep 1, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@yellowstrong
Copy link
Contributor

yellowstrong commented Sep 1, 2023

目前项目刷流使用过程中发现一个问题,就是获取RSS订阅的时候,满足条件的种子不会判断是否已经添加过刷流任务了,还会去重复添加导致添加失败,这个逻辑是不是可以改一下,对符合的种子先判断当前是否存在任务中,不存在才添加
iShot_2023-09-01_15 45 55

iShot_2023-09-01_15 44 32

@beiming0000
Copy link

观察了一下,3.3确实有这个问题,之前用的3.2.10.8是会忽略已存在的

@yellowstrong
Copy link
Contributor Author

我也是刚刚发现,刚刚进的新站,发现的

@hsuyelin
Copy link
Owner

hsuyelin commented Sep 1, 2023

观察了一下,3.3确实有这个问题,之前用的3.2.10.8是会忽略已存在的

我抽空看下

@hsuyelin hsuyelin added the bug Something isn't working label Sep 1, 2023
@hsuyelin
Copy link
Owner

hsuyelin commented Sep 1, 2023

@yellowstrong 非常影响rss么,最近会忙私事,得抽空处理,如果非常影响,闲暇时候处理下

@yellowstrong
Copy link
Contributor Author

@yellowstrong 非常影响rss么,最近会忙私事,得抽空处理,如果非常影响,闲暇时候处理下

没有非常影响哈,大佬你先忙自己的事,这个不算事影响使用的问题,也不着急修复,我刚刚也在看代码试试看能不能找出问题

@hsuyelin
Copy link
Owner

hsuyelin commented Sep 1, 2023

@yellowstrong 非常影响rss么,最近会忙私事,得抽空处理,如果非常影响,闲暇时候处理下

没有非常影响哈,大佬你先忙自己的事,这个不算事影响使用的问题,也不着急修复,我刚刚也在看代码试试看能不能找出问题

我刚瞅了,应该是一直这么处理的,通过downloader.py分发给你设置的下载器,通过尝试下载来判断种子是否存在于任务,你之前没有显示,盲猜你之前设置的日志等级是info,最近你改成DEBUG,或者WARN了吧

@yellowstrong
Copy link
Contributor Author

yellowstrong commented Sep 1, 2023

应该不是,我确定之前没有做任何日志等级的调整,我看代码发现在开始下载种子之前有一段逻辑是检查是否已处理过,这里会根据URL对比是否相同种子,相同种子会跳过

iShot_2023-09-01_18 55 55 iShot_2023-09-01_18 57 10

@chiao666
Copy link

chiao666 commented Sep 2, 2023

这个我记得以前也是这样的跟这个版本无关,添加重复添加的时候会提示错误,但是按理说这种情况极少出现才对,只有自己手动删除或者添加了一些种子才会出现这个问题,不怎么影响刷流

@hsuyelin hsuyelin changed the title 刷流重复添加种子失败 [错误报告]刷流重复添加种子失败 Sep 3, 2023
@hsuyelin hsuyelin changed the title [错误报告]刷流重复添加种子失败 [错误报告]: 刷流重复添加种子失败 Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants