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

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

Open
tianziabcd opened this issue Nov 27, 2019 · 19 comments

Comments

@tianziabcd
Copy link

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)
照着模板改写的也提示这个,不知道怎么回事儿

@isalie
Copy link

isalie commented Nov 28, 2019

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

@tianziabcd
Copy link
Author

是这样写的:

@tianziabcd
Copy link
Author

cookies是这样的,不知道写对没有

又提示:

设置了user_agent

@isalie
Copy link

isalie commented Nov 29, 2019

@tianziabcd
Copy link
Author

模板是一样的

@isalie
Copy link

isalie commented Nov 29, 2019

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

@Carnies
Copy link

Carnies commented Nov 29, 2019

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

@drawwon
Copy link

drawwon commented Dec 5, 2019

@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

@tianziabcd
Copy link
Author

tianziabcd commented Dec 6, 2019 via email

@sununs
Copy link

sununs commented Dec 23, 2019

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

@yepcn
Copy link

yepcn commented Jun 27, 2020

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

@Sagit-chu
Copy link

有解决方法吗

@OysterQAQ
Copy link

pthome同样不行

@uwings
Copy link

uwings commented Dec 25, 2020

醉了 ……

@Sagit-chu
Copy link

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

@daxigua112
Copy link

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

@wsndbd
Copy link

wsndbd commented Feb 4, 2022

在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拷出来填到上面

@San-sec
Copy link

San-sec commented Mar 15, 2022

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

@airysoar
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests