genab 发表于 2012-10-22 11:48:49

flexget之deluge的io读写错误修复

之前服务器一直都是用rtorrent进行自动种子下载,但因为近期将对服务器的部分数据进行迁移,所以考虑弃用rtorrent,而改用deluge+flexget进行种子的自动下载。flexget的配置文件写好,进行flexget --test时却意外发现by remember_rejected plugin because rejected on behalf of retry_failed plugin: Waiting before trying failed entry again. (failure reason: IOError)
网上一段搜索,也没见有人其他线索,似乎这个问题只有我一个碰到似的。好吧!既然天意如此,那就由我自己独立解决吧!1、既然是IOError,那当然查看权限。因为我是以root运行cron ,所以在权限这一块应该没有问题才对啊!2、继续查看flexget.log,发现有一个错误:Not running database cleanup on manual run. It will be run on next --cron run.
于是运行flexget --db-cleanup,问题暂时得到解决。
但运行两小时,好像老毛病又出来了!哎,悲剧啊!剩下只能看一下其他朋友的答案了。
2012-10-22 11:36 VERBOSE details chd.hand Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2012-10-22 11:36 VERBOSE details chd.hand Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2012-10-22 11:36 VERBOSE rss chd.auto Not processing entries from last run.
2012-10-22 11:36 VERBOSE backlog chd.auto Added 2 entries from backlog
2012-10-22 11:36 VERBOSE details chd.auto Produced 2 entries.
2012-10-22 11:36 VERBOSE task chd.auto REJECTED: `DragonTV Hou Chu Complete iPad 720P AAC X264-CHDPAD` by remember_rejected plugin because rejected on behalf of retry_failed plugin: Waiting before trying failed entry again. (failure reason: IOError)
2012-10-22 11:36 VERBOSE task chd.auto REJECTED: `Dark Floors 2008 BluRay iPad 720p AAC x264-CHDPAD` by seen plugin because entry with title `Dark Floors 2008 BluRay iPad 720p AAC x264-CHDPAD` is already seen
2012-10-22 11:36 VERBOSE details chd.auto Summary - Accepted: 0 (Rejected: 2 Undecided: 0 Failed: 0)
2012-10-22 11:37 VERBOSE details chd.hand Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2012-10-22 11:37 VERBOSE details chd.hand Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2012-10-22 11:37 VERBOSE rss chd.auto Not processing entries from last run.
2012-10-22 11:37 VERBOSE backlog chd.auto Added 2 entries from backlog
2012-10-22 11:37 VERBOSE details chd.auto Produced 3 entries.
2012-10-22 11:37 VERBOSE task chd.auto REJECTED: `DragonTV Hou Chu Complete iPad 720P AAC X264-CHDPAD` by remember_rejected plugin because rejected on behalf of retry_failed plugin: Waiting before trying failed entry again. (failure reason: IOError)
2012-10-22 11:37 VERBOSE task chd.auto REJECTED: `Dark Floors 2008 BluRay iPad 720p AAC x264-CHDPAD` by seen plugin because entry with title `Dark Floors 2008 BluRay iPad 720p AAC x264-CHDPAD` is already seen
2012-10-22 11:37 VERBOSE details chd.auto Summary - Accepted: 0 (Rejected: 2 Undecided: 1 Failed: 0)
希望有朋友能帮忙解决,谢谢!目前我查阅flexget wiki暂时还没有答案,谢谢!

lislee2001 发表于 2012-10-22 12:12:24

有没有可能是服务器的问题呢?

mmax 发表于 2012-10-24 01:32:36

这是一个bug..我也遇到了...解决办法就是删掉一行配置..然后再添加进去...解决 {:7_714:}

genab 发表于 2012-10-24 09:10:12

mmax 发表于 2012-10-24 01:32 static/image/common/back.gif
这是一个bug..我也遇到了...解决办法就是删掉一行配置..然后再添加进去...解决

flexget配置上的学问实在太多……这两天没出现io,却又出来一个配置问题
Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.

哎,郁闷啊!

mmax 发表于 2012-10-24 14:10:30

这个我也遇到过...但是忘了怎么处理的了...

genab 发表于 2012-10-24 15:02:32

mmax 发表于 2012-10-24 14:10 static/image/common/back.gif
这个我也遇到过...但是忘了怎么处理的了...

说来也奇怪,虽然这边flexget log显示有错误发生,但flexget还是可以正常地下载种子!{:1_81:}
页: [1]
查看完整版本: flexget之deluge的io读写错误修复