flexget-nexusphp icon indicating copy to clipboard operation
flexget-nexusphp copied to clipboard

一直提示The rss plugin require 'other_fields' which contain 'link'. For example: other_fields: - link

Open tianziabcd opened this issue 5 years ago • 19 comments

2019-11-27 23:29 CRITICAL plugin MT The rss plugin require 'other_fields' which contain 'link'. For example: other_fields: - link 2019-11-27 23:29 WARNING task MT Aborting task (plugin: nexusphp) 照着模板改写的也提示这个,不知道怎么回事儿

tianziabcd avatar Nov 27 '19 15:11 tianziabcd

rss: 后面跟着网址 第二行-link

isalie avatar Nov 28 '19 12:11 isalie

是这样写的:

tianziabcd avatar Nov 28 '19 12:11 tianziabcd

cookies是这样的,不知道写对没有 又提示: 设置了user_agent

tianziabcd avatar Nov 28 '19 12:11 tianziabcd

isalie avatar Nov 29 '19 05:11 isalie

模板是一样的

tianziabcd avatar Nov 29 '19 05:11 tianziabcd

我的北洋园工作正常,不过tccf没有在官方支持的列表里,加了user-agent也不行,说是cookie不对。

isalie avatar Nov 29 '19 05:11 isalie

我在订阅岛出现同样的问题。确认了用的是BT客户端不是阅读器的rss地址。也确认加入了other_fields。请见下图。 rss config photo_2019-11-29_22-46-43

Carnies avatar Nov 29 '19 11:11 Carnies

@tianziabcd 求问如下配置是否正确,还是出现other_fileds link的提示怎么回事呢

tasks:
  test:
    rss:
      url: xxxxxxxx
      other_fields:
        - link
    content_size:
      min: 2048
    download: /home/xxx/Downloads
    nexusphp:
      cookie: 'tp=xxxxxxxx'
      discount:
        - free
        - 2xfree

drawwon avatar Dec 05 '19 08:12 drawwon

我也不是很清楚,我的自动就没有这个提示,不过MT最终没有订阅成功,提示cookies错误

---原始邮件--- 发件人: "drawwon"<[email protected]> 发送时间: 2019年12月5日(周四) 下午4:13 收件人: "Juszoe/flexget-nexusphp"<[email protected]>; 抄送: "Mention"<[email protected]>;"tianziabcd"<[email protected]>; 主题: Re: [Juszoe/flexget-nexusphp] 一直提示The rss plugin require 'other_fields' which contain 'link'. For example: other_fields: - link (#20)

@tianziabcd 求问如下配置是否正确,还是出现other_fileds link的提示怎么回事呢 tasks: test: rss: url: xxxxxxxx other_fields: - link content_size: min: 2048 download: /home/xxx/Downloads nexusphp: cookie: 'tp=xxxxxxxx' discount: - free - 2xfree

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

tianziabcd avatar Dec 06 '19 03:12 tianziabcd

别的站可以,Pter不行 PTer The rss plugin require 'other_fields' which contain 'link'. For example: other_fields: - link

sununs avatar Dec 23 '19 06:12 sununs

我的也报错,但是这个other到底有什么用?去掉是不是也可以?

yepcn avatar Jun 27 '20 15:06 yepcn

有解决方法吗

Sagit-chu avatar Oct 08 '20 08:10 Sagit-chu

pthome同样不行

OysterQAQ avatar Oct 20 '20 10:10 OysterQAQ

醉了 ……

uwings avatar Dec 25 '20 07:12 uwings

这个问题已经解决了,是Python版本的问题,用3.7就好了

Sagit-chu avatar Dec 25 '20 08:12 Sagit-chu

其实是任务名的问题,我的任务名有-,删掉就好了

daxigua112 avatar Jul 03 '21 17:07 daxigua112

在nexusphp的配置下面加入user-agent可解决

nexusphp:
  cookie: ''
  user-agent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'
  discount:
    - free

获取方法,使用chrome浏览器, network/doc/torrents.php/右边的headers拖到最下面,把user-agent拷出来填到上面

wsndbd avatar Feb 04 '22 17:02 wsndbd

error loading config: Did not pass schema validation.也不知道是哪里错了

San-sec avatar Mar 15 '22 15:03 San-sec

我的是代码的缩进出现问题了,重新调整好空格后,正常了。大家手动再检查下看一看

airysoar avatar May 19 '22 08:05 airysoar