p0wer@2 发表于 2013-2-6 16:19:28

Flexget 无法发送种子给 Deluge . 求助

我的 config.yml 内容 :

tasks:
CHD.auto:
    rss: http://chdbits.org/torrentrss.php?rows=10&iuplder=1&linktype=dl&passkey=4aa2fxxxbb94406bcd8xxxxxx58feb4d
    if:
      - "'HDJ' in title": accept
    content_size:
      min: 1024
      max: 409600
    free_space:
      path: /home
      space: 500
    download: /home/box123/rss/
    deluge:
      host: localhost
      port: 58846
      user: localclient
      pass: bad50f216213dc1fxxxxxxxx5fdf21b5067c4d7e
CHD.hand:
    rss: http://chdbits.org/torrentrss.php?myrss=1&linktype=dl&uid=119990&passkey=4aa2fxxxbb94406bcd8xxxxxx58feb4d
    accept_all: yes
    free_space:
      path: /home
      space: 500
    download: /home/box123/rss/
    deluge:
      host: localhost
      port: 58846
      user: localclient
      pass: bad50f216213dc1fxxxxxxxx5fdf21b5067c4d7e







然后就是 Flexget --test 的输出内容 :


root@Pan1:/# flexget --test
2013-02-06 16:15 INFO   manager                     Test mode, creating a copy from database ...
2013-02-06 16:15 INFO   manager                     Test database created
2013-02-06 16:15 VERBOSEmanager                     Not running database cleanup on manual run. It will be run on next --cron run.
2013-02-06 16:15 INFO   deluge                        Using deluge 1.2 api
2013-02-06 16:15 VERBOSEdetails       CHD.hand      Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2013-02-06 16:15 VERBOSEdetails       CHD.hand      Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2013-02-06 16:15 INFO   deluge      CHD.hand      Connecting to daemon at localhost:58846..
2013-02-06 16:15 INFO   deluge      CHD.hand      Connected to daemon at 127.0.0.1:58846..
2013-02-06 16:15 ERROR    deluge      CHD.hand      RPCError Message Received!\n--------------------------------------------------------------------------------\nRPCRequest: daemon.login(localclient, bad50f216213dc1fcee93df25fdf21b5067c4d7e)\n--------------------------------------------------------------------------------\nFile "/usr/lib/pymodules/python2.7/deluge/core/rpcserver.py", line 259, in dispatch\n    ret = component.get("AuthManager").authorize(*args, **kwargs)\nFile "/usr/lib/pymodules/python2.7/deluge/core/authmanager.py", line 93, in authorize\n    raise BadLoginError("Password does not match")\n\nBadLoginError: Password does not match\n--------------------------------------------------------------------------------
2013-02-06 16:15 INFO   deluge      CHD.hand      Connection lost to daemon at localhost:58846 reason: Connection was closed cleanly.
2013-02-06 16:15 CRITICAL deluge      CHD.hand      Could not connect to deluge daemon
2013-02-06 16:15 INFO   task          CHD.hand      Aborting task (plugin: deluge)
2013-02-06 16:15 VERBOSErss         CHD.auto      Not processing entries from last run.
2013-02-06 16:15 VERBOSEbacklog       CHD.auto      Added 29 entries from backlog
2013-02-06 16:15 VERBOSEdetails       CHD.auto      Produced 30 entries.
2013-02-06 16:15 VERBOSEtask          CHD.auto      ACCEPTED: `HDJ Inbound Troubles Ep15-Ep16 HDTV 720p x264 2Audio-CHDTV` by if plugin because matched requirement: 'HDJ' in title
2013-02-06 16:15 VERBOSEtask          CHD.auto      ACCEPTED: `HDJ The Day Of Days Ep12 20130205 HDTV 720p x264 2Audio-CHDTV` by if plugin because matched requirement: 'HDJ' in title
2013-02-06 16:15 INFO   download      CHD.auto      Would download: HDJ Inbound Troubles Ep15-Ep16 HDTV 720p x264 2Audio-CHDTV
2013-02-06 16:15 INFO   download      CHD.auto      Would download: HDJ The Day Of Days Ep12 20130205 HDTV 720p x264 2Audio-CHDTV
2013-02-06 16:15 VERBOSEdetails       CHD.auto      Summary - Accepted: 2 (Rejected: 0 Undecided: 28 Failed: 0)
2013-02-06 16:15 INFO   content_sizeCHD.auto      Plugin is partially disabled with --test and --learn because size information may not be available
2013-02-06 16:15 INFO   deluge      CHD.auto      Connecting to daemon at localhost:58846..
2013-02-06 16:15 INFO   download      CHD.auto      Would write `HDJ Inbound Troubles Ep15-Ep16 HDTV 720p x264 2Audio-CHDTV` to `/home/box123/rss/`
2013-02-06 16:15 INFO   download      CHD.auto      Would write `HDJ The Day Of Days Ep12 20130205 HDTV 720p x264 2Audio-CHDTV` to `/home/box123/rss/`
2013-02-06 16:15 WARNINGdeluge                        Connection to daemon at localhost:58846 failed: An error occurred while connecting: .
2013-02-06 16:15 INFO   manager                     Removed test database




求租 怎么 修复啊 ??

昨天出外面之前 一直都是不能用的 , 然后回来就给我添加一大堆种子 ,搞得我马上冰人了 .好在回来马上就补救了..

然后现在也是不行.自动获取RSS的这个 一时可以 一时不可以.

然后那个获取下载框的就一开始是可以的.然后 莫名其妙的就一直不能用了..


genab 发表于 2013-2-6 18:15:07

解决方案:

1、你把种子下到某个目录,然后让deluge监视这个目录

2、你指定flexget将种子url发给deluge,让deluge自己去下载种子

3、也就是你现在的方法。这个有一缺点,常会出错,呵!

cato 发表于 2013-2-6 21:07:58

http://flexget.com/wiki/Plugins/deluge
按照官网的说明,应该是只要一句deluge: yes就搞定。那些option都可选的,不添加也行,添加了更强大。

p0wer@2 发表于 2013-2-6 23:44:48

cato 发表于 2013-2-6 21:07 static/image/common/back.gif
http://flexget.com/wiki/Plugins/deluge
按照官网的说明,应该是只要一句deluge: yes就搞定。那些option都 ...

是不是把deluge:
      host: localhost
      port: 58846
      user: localclient
      pass: bad50f216213dc1fxxxxxxxx5fdf21b5067c4d7e上面这个替换成

deluge: yes这样就可以了??

p0wer@2 发表于 2013-2-6 23:47:43

genab 发表于 2013-2-6 18:15 static/image/common/back.gif
解决方案:

1、你把种子下到某个目录,然后让deluge监视这个目录


你说的两种方法 怎么样去实现 , 哪一种比较好啊??

我现在的方法是属于什么呢?

我也有在Deluge 的 "Autoadd .torrent files from:" 这里

添加了/home/box123/rss/ 这个路径的 .这个是不是属于监视 ?

cato 发表于 2013-2-7 07:44:31

本帖最后由 cato 于 2013-2-7 07:45 编辑

p0wer 发表于 2013-2-6 23:44 static/image/common/back.gif
是不是把上面这个替换成

deluge: yes这样就可以了??
应该是的,注意yes前面有个空格。

bigbigchen 发表于 2013-2-7 14:56:01

我也经常出问题,经常大量删种的话好像会出问题,发现重启服务器最管用,几分钟的事情,又可以熬很久了。

mmax 发表于 2013-2-7 15:28:10

去掉
deluge:
      host: localhost
      port: 58846
      user: localclient
      pass: bad50f216213dc1fxxxxxxxx5fdf21b5067c4d7e

上deluge webgui 设置deluge监控目录 为 /home/box123/rss/

如果要检查你现在的错误..可以cat /root/.config/deluge/auth
看中间那一段是否为bad50f216213dc1fxxxxxxxx5fdf21b5067c4d7e

BTW:你的password还是暴露了...log那一段没隐藏{:7_706:}

p0wer@2 发表于 2013-2-8 19:49:16

mmax 发表于 2013-2-7 15:28 static/image/common/back.gif
去掉
deluge:
      host: localhost


露就露把 .我都重装系统了 ..再去试试 .先

spring@2 发表于 2013-2-10 20:25:59

    if:
      - "'HDJ' in title": accept
    content_size:
      min: 1024
      max: 409600

把这几个删除,这个是标题中 有HDJ,和限制了大小

p0wer@2 发表于 2013-2-10 22:48:11

spring 发表于 2013-2-10 20:25 static/image/common/back.gif
if:
      - "'HDJ' in title": accept
    content_size:


这是我自己设置的呢.
页: [1]
查看完整版本: Flexget 无法发送种子给 Deluge . 求助