Quantcast
Channel: Forum - FlexGet - Latest topics
Viewing all 1890 articles
Browse latest View live

Error: /usr/local/lib/python2.7/site-packages/pysqlite2/_sqlite.so: undefined symbol: sqlite3_stmt_readonly

$
0
0

@1265578519 wrote:

[root@207 flexget]# flexget check
2018-03-20 06:34 VERBOSE manager Creating new database /etc/flexget/db-config.sqlite - DO NOT INTERUPT ...
FATAL: Unable to use SQLite. Are you running Python 2.7, 3.3 or newer ?
Python should normally have SQLite support built in.
If you're running correct version of Python then it is not equipped with SQLite.
You can try installing pysqlite. If you have compiled python yourself, recompile it with SQLite support.
Error: /usr/local/lib/python2.7/site-packages/pysqlite2/_sqlite.so: undefined symbol: sqlite3_stmt_readonly
[root@207 flexget]#

Posts: 2

Participants: 1

Read full topic


Convert timestamp to Date Object

$
0
0

@samy-pro wrote:

I have a task which gets entries from "from_rtorrent". In an if_statement i want to reject entries which are 7 days younger than "timestamp.finished". Problem is, that the field "timestamp.finished" from rtorrent contains a Unix Timestamp and the statement "now" and "timedelta()" are Date Objects. Is there a way to convert the field "timestamp.finished" to a Date Object?

Config:

Clean_WEB:
    manual: yes
    disable:
      - seen
      - seen_info_hash
      - retry_failed
    from_rtorrent:
      uri: '{? rtorrent.site ?}'
      username: '{? rtorrent.usr ?}'
      password: '{? rtorrent.pwd ?}'
    if:
      - "'path to Series' in path": accept
      - timestamp.finished > now - timedelta(days=7): reject
    rtorrent:
      uri: '{? rtorrent.site ?}'
      username: '{? rtorrent.usr ?}'
      password: '{? rtorrent.pwd ?}'
      action: update
      custom1: del_cue

Log:

Error occurred while evaluating statement `timestamp.finished > now - timedelta(days=7)`. (can't compare datetime.datetime to int)

Additional information:

  • FlexGet version: 2.13.4
  • Python version: 2.7
  • Installation method: Synology entware-ng pip
  • Using daemon (yes/no): yes
  • OS and version: Synology DSM 6

Posts: 2

Participants: 2

Read full topic

How to clean a specific task database?

$
0
0

@newflexgetman wrote:

Hi,
I have some tasks on my config.yml. I run flexget execute --tasks my_task_1 to run and have generated the records to the database. I had definitely used flexget --test execute --tasks my_task_1 to try the specific task. However, I also had done without --test this argument.

If I want to run the specific task again on non-test mode, how to clean the specific task record on database?

Posts: 1

Participants: 1

Read full topic

Pushbullet notification, but only send to one device

$
0
0

@alirz1 wrote:

So i have gotten pushbullet notification to work with flexget. However its going out to all my devices. Is it possible to have it sent only to one device.
In the pushbullet API there seems to be a device specific call. But i dont know where i could configure that? Thanks

Posts: 5

Participants: 2

Read full topic

Timeframe and Priority not working together

$
0
0

@Loader23 wrote:

Hi,

I have this config:

schedules:
  - tasks: Series1
    interval:
      minutes: 30
  - tasks: Series2
    interval:
      minutes: 30

  tv:
    thetvdb_lookup:
      language: de
    accept_all: no
    exec:
      - echo text={{url}} >> "/input/{{title}}.crawljob"
      - echo packageName={{title}} >> "/input/{{title}}.crawljob"
      - echo deepAnalyseEnabled=true >> "/input/{{title}}.crawljob"
      - echo autoStart=TRUE >> "/input/{{title}}.crawljob"
      - echo enabled=TRUE >> "/input/{{title}}.crawljob"
      - echo autoConfirm=TRUE >> "/input/{{title}}.crawljob"

tasks:
  Series1:
    priority: 1
    rss: http://xx
    include: series.yml
    seen:
      local: yes
      fields: [title, url]
    serienjunkies:
      language: german
      hoster: so
    template: tv
  Series2:
    priority: 2
    rss: https://xx
    include: series.yml
    download: /input/
    thetvdb_lookup:
      language: de
    accept_all: no
    delay: 18 hours

In my Series.yml I have this:

series:
    settings:
      TV-Shows:
        timeframe: 48 hours
        target: 1080p
        quality: 720p-1080p
    TV-Shows:
        - Series

Sometimes source 2 is faster than 1 and the timeframe sticks to source 2. Is there any other priority setting so he chooses source 1 over source 2?

Posts: 1

Participants: 1

Read full topic

How can I set loglevel for the Flexget daemon?

$
0
0

@dab wrote:

Hi,

currently I have set the Flexget daemon to start up at reboot as recommended:

@reboot /usr/local/bin/flexget daemon start -d

Is there any way to change the loglevel to "trace" for the daemon? I'm asking because I can't figure out why Flexget is ignoring an entry from IRC that matches every quality setting.

Posts: 2

Participants: 2

Read full topic

About regex syntax

$
0
0

@newflexgetman wrote:

Hi,
According to this article, https://flexget.com/Plugins/regexp_parse, there is a syntax writing (?<=. What is this? I know ? its meaning on regex. But, in here, what is it? In line 8 and 11, there are same symbol ?= inside. Wish some help.

1 regexp_parse:
  2 source: http://username:password@ezrss.it/feed/
  3 sections:
    4 - {regexp: "(?<=<item>).*?(?=</item>)", flags: "DOTALL,IGNORECASE"}

  5 keys:
    6 title:
      7 regexps:
        8 - {regexp: '(?<=<title><!\[CDATA\[).*?(?=\](/).*?(?=\)\]></title>)'} #comment
    9 url:
      10 regexps:
        11 - {regexp: "magnet:.*?(?=])"}
    12 custom_field:
      13 regexps:
        14 - {regexp: "custom regexps", flags: "comma seperated list of flags (see python regex docs)"}
      15 required: False
    16 custom_field2:
      17 regexps:
        18 - {regexp: 'first custom regexps'}
        19 - {regexp: 'can't find first regexp so try this one'}

Posts: 2

Participants: 2

Read full topic

Flexget gets the maximum entry at a time RSS How to write config?

$
0
0

@1265578519 wrote:

tasks:
  kisssub:
    rss: http://www.kisssub.org/rss-%E5%96%B5%E8%90%8C%E5%A5%B6%E8%8C%B6%E5%B1%8B.xml
    accept_all: yes
    download: /home/transmission/torrent
    free_space:
      space: 2048
    transmission:
      host: localhost
      port: 9091
      username: itzmx.com
      password: itzmx.com
    clean_transmission:
      host: localhost
      port: 9091
      username: itzmx.com
      password: itzmx.com
      finished_for: 48 hours
      min_ratio: 5
      delete_files: yes
    disable: details

Disk capacity, I hope he only grabbed 5 rss
Now grabbing 20 ones at a time leads to a momentary capacity of 100%

[root@Cfhost-180311-IL56 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 15G 2.3G 13G 15% /
none 1.0G 4.0K 1.0G 1% /dev
[root@Cfhost-180311-IL56 ~]#

Posts: 1

Participants: 1

Read full topic


Flexget filters transmission torrents that limit file 2G size config

About writing a python code for developing filehost parser plugin

$
0
0

@newflexgetman wrote:

Hi,
I want to write a python parser with crawler such as rlsbb or rmz for getting those fileshost files.

I have some python knowledge and have review the code of rlsbb and rmz.

However, there is a question about the code. Where is url from?

I may prefer to use "xml format" as an input. Then, I use or of the rss with a key word filter to get the "target page" and use html request by python to get the html of the "target page" for getting those target filehost url. So, I am able to make these filehost urls.

I think I am able to use "html format" as an input. Then, the later step is same as xml format.

Because flexget have html and rss both plugin. I assume I choice one to the way to accomplish it.

Here I want some suggestion.

Secondly, how to prepare the necessary library? I want to know what I should prepare for writing this code.

Thirdly, I have been writing a php crawler. I think I know the step how to handle the page. But, in here, I have to integrate flexget and python to make it. What should I have to take notice?

Thanks.

Posts: 1

Participants: 1

Read full topic

Cookies/headers not being sent?

$
0
0

@oblongcheese wrote:

Hello all. I am trying to configure Flexget to use cookies against a website that requires login authentication to access the RSS feed and to download the files.

My questions:
* Why is Flexget seemingly ignoring the request headers that I have configured? These do not appear to be used by Flexget when making the request, according to the debug log. This results in an HTTP 403 page being downloaded instead of the intended file.
* Why is Flexget changing the URL when making the request to the RSS feed?

Thank-you in advance for your help and assistance.

My configuration looks like this:

> tasks:
>   formula1:
>     headers:
>       User-Agent: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36"
>       Cookie: "uid=NUMERICID; idh=ALPHANUMERICID; PHPSESSID=ALPHANUMERICID"
>     regexp:
>       accept:
>         - "Formula1\\.2018\\.Round[0-9]{2}\\.(.*?)\\.Race\\.SkySportsF1\\.(.*?)\\.English"
>       from: title
>     rss: "https://www.racingwebsite.com/rss/UID/APIKEY&:c ookie:uid=NUMERICID;idh=ALPHANUMERICID/6030"
>     download: ~/rtorrent/watch

(ignore the space in 'cookie' in the URL above, the forum software kept changing that word to an emoji)

Then when I execute the task with debug log, I see these entries:

2018-04-03 10:11 DEBUG rss formula1 Requesting task formula1 url https://www.racingwebsite.com/rss/UID/ALPHANUMERICID/6030
2018-04-03 10:11 DEBUG utils.requests formula1 Fetching URL https://www.racingwebsite.com/rss/UID/ALPHANUMERICID/6030 with args () and kwargs {'headers': {'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '/', u'User-Agent': u'FlexGet/2.13.6 (www.flexget.com)'}, 'allow_redirects': True, 'timeout': 60, 'auth': None}
[... some output omitted ...]
2018-04-03 10:11 DEBUG download formula1 Downloading url 'https://www.racingwebsite.com/download/134505/Formula1.2018.Round01.Australia.Race.SkySportsF1.X264.English'
2018-04-03 10:11 DEBUG utils.requests formula1 Fetching URL https://www.racingfor.me/download/134505/Formula1.2018.Round01.Australia.Race.SkySportsF1.X264.English with args () and kwargs {'allow_redirects': True, u'timeout': 30, 'auth': None}
[... some output omitted ...]
2018-04-03 10:11 DEBUG download formula1 Mimetype guess for text/html is ['.html', '.htm', '.shtml']
[... some output omitted ...]
2018-04-03 10:11 DEBUG entry formula1 Marking entry 'Formula1.2018.Round01.Australia.Race.SkySportsF1.X264.English' as failed
2018-04-03 10:11 ERROR entry formula1 Failed Formula1.2018.Round01.Australia.Race.SkySportsF1.X264.English (Unexpected html content received from https://www.racingwebsite.com/download/134505/Formula1.2018.Round01.Australia.Race.SkySportsF1.X264.English - maybe a login page?)
[... some output omitted ...]

Posts: 1

Participants: 1

Read full topic

Incorrect Transmission Username/Password

$
0
0

@Mike_Jones wrote:

I am attempting to set-up flexget on a new computer (Ubuntu) and everytime I run my script I get the error:
2018-04-03 12:40 CRITICAL plugin shows Username/password for transmission is incorrect. Cannot connect.

Now - I have opened transmission and gone to Edit-Preferences-Remote, and checked allow remote, and set the username and password. I have also gone to the transmission .json file and set the same username and password but I am still getting this error.

What step did I miss, and what do I need to do in order to have this up an running?

EDIT --> and if it is relevant my config.yml reads (with the same username and password that i input into Transmission)

templates:
  tv:
    exists_series:
      - /mnt/hgfs/TVShows
      - /mnt/hgfs/InProgressTorrents/{{ tvdb_series_name|default(series_name)|pathscrub }}
    set:
      label: tv
      path: "/mnt/hgfs/InProgressTorrents/{{ tvdb_series_name|default(series_name)|pathscrub }}"
      content_filename: "{{tvdb_series_name|default(series_name)|pathscrub}} - {{tvdb_ep_id|default(series_id)}}{% if tvdb_ep_name|default(False) %} - {{tvdb_ep_name|pathscrub}}{% endif %}{% if quality|default(False) %} - [{{quality}}]{% endif %}"
      main_file_only: yes
      include_subs: no
    transmission:
      host: localhost
      port: 9091
      username: user
      password: password
    thetvdb_lookup: yes
    require_field:
      -  series_name
      -  series_season
      -  series_episode
....more stuff below

Posts: 1

Participants: 1

Read full topic

Torrentleech V5: bypass new DDOS protection

$
0
0

@Fabrizio_Bottaro wrote:

Hey,

Torrentleech has just upgraded to V5 and with that added a DDOS protection by cloudfare. Does anyone know how to get discover search plugin to work, it has stopped working for me since the upgrade to V5.

2018-04-04 09:12 VERBOSE discover tvshow_search_task Searching forThe Mick (2017) S02E20with plugintorrentleech(1 of 8)
2018-04-04 09:12 DEBUG utils.requests tvshow_search_task Fetching URL https://www.torrentleech.org/user/account/login/ with args () and kwargs {'data': {u'username': u'XXXXXX', u'password': u'XXXXXX'}, u'timeout': 30}
2018-04-04 09:12 ERROR discover tvshow_search_task Error searching with torrentleech: Could not connect to torrentleech: %s

Thanks

Posts: 1

Participants: 1

Read full topic

How you connect rtorrent (ultraseedbox)

Getting a warning from sqlalchemy

$
0
0

@icolquhoun wrote:

I'm receiving the following warning from the sqlalchemy module upon every 'flexget execute' run. Everything works fine, it is more of a nuisance than anything else.

~/flexget/local/lib/python2.7/site-packages/sqlalchemy/sql/default_comparator.py:161: SAWarning: The IN-predicate on "series.name_lower" was invoked with an empty sequence. This results in a contradiction, which nonetheless can be expensive to evaluate.  Consider alternative strategies for improved performance.
  'strategies for improved performance.' % expr)

My config.yml:

tasks:
  My-Shows:
    rss:
      url: http://my.rss.feed
      all_entries: no
    all_series: yes
    transmission:
      host: localhost
      port: 9091

Any ideas how to get that cleared up? It didn't happen when I originally set things up.

Posts: 1

Participants: 1

Read full topic


Article replacements

$
0
0

@wondernode wrote:

Hello,

Apologies if this question has been answered before, I've had a search however couldn't find anything.

I've looked through the Jinja replace page however this seems to cover in place replacements instead of shifting text around.
I want to move common articles in titles (The, A, An, etc) to after my name:

For example:
The Killing of a Sacred Deer (2017) > Killing of a Sacred Deer, The (2017)

My relevant move tasks are:

  sort-movies:
    filesystem:
      path: /input/
      regexp: '.*\.(mkv|mp4)$'
      recursive: yes
    accept_all: yes
    pathscrub: windows
    tmdb_lookup: yes
    regexp:
      reject:
        - sample
    if:
      - tmdb_name == None: reject
    copy:
      to: "/output/videos/movies/{{tmdb_name|pathscrub}} ({{tmdb_year}})"
      rename: "{{tmdb_name|pathscrub}}"
#      clean_source: 10
      along:
        extensions:
          - srt
          - sub
          - nfo

  sort-shows:
    filesystem:
      path: /input/
      regexp: '.*\.(mkv|mp4|srt)$'
      recursive: yes
    accept_all: yes
    pathscrub: windows
    regexp:
      reject:
        - sample
    metainfo_series: yes
    thetvdb_lookup: yes
    if:
      - tvdb_series_name == None: reject
    copy:
      to: "/output/videos/television/{{tvdb_series_name|pathscrub}}"
      rename: "{{ tvdb_season }}x{{ tvdb_episode | pad(2) }} {{ tvdb_ep_name | pathscrub }}"
#      clean_source: 10
      along:
        extensions:
          - srt
          - sub

Posts: 1

Participants: 1

Read full topic

Run a script on exit

$
0
0

@Joel_Santos_Rico wrote:

Hi,

I'm trying to run a script when the execution finishes. I'm trying with exec, but the syntax is wrong and I can't see why. Can somebody help me fix it?

My config file is:

schedules:
  # Run tasks at 6 and 18
  - tasks: '*'
    schedule:
      hour: 6, 18

tasks:
  SeriesTask:
    rss: http://showrss.info/user/12345.rss?magnets=true&namespaces=true&name=null&quality=anyhd&re=null
    all_series:
      path: /mnt/Router_Stuff/Torrent/Series/{{series_name}}
    transmission:
      host: localhost
      port: 9091
      username: myuser
      password: "mypassword"
    exec:
      auto_escape: yes
      on_output:
        for_accepted: echo "accepted {{title}} - {{url}}" | logger -t Flexget
      on_exit: start /mnt/Router_Stuff/scripts/FlexgetOnExit


web_server:
  run_v2: true

The error I'm getting when I run flexget execute is

(flexget) Joel@RT-AC56U:/tmp/home/root/.flexget# flexget execute
2018-04-04 17:48 CRITICAL manager                       [/tasks/SeriesTask/exec/on_exit] Got `start /mnt/Router_Stuff/scripts/FlexgetOnExit`, expected: dict
2018-04-04 17:48 CRITICAL manager                       Failed to load config file: Did not pass schema validation.
Could not start manager: Did not pass schema validation.

Posts: 1

Participants: 1

Read full topic

Help to setup on asustor

$
0
0

@Meuw wrote:

hi all

i have a asustor with deluge and id like to use it like a rss plugin how do i install it
i've tried to follow the guides but it does not seem to get installed propperly since i can't find the config.yml file to setup rss feeds there

thanks in adv

Posts: 1

Participants: 1

Read full topic

ERROR File name too long

$
0
0

@1265578519 wrote:

flexget execute
2018-04-05 23:21 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2018-04-05 23:21 VERBOSE backlog kisssub Added 3 entries from backlog
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [Snow-Raws] 要听爸爸的话! /Papa no Iu Koto o Kikinasai!/パパのいうことを聞きなさい! (BD 1920x1080 HEVC-YUV420P12 FLAC) by remember_rejected plugin because rejected on behalf of content_size plugin: maximum size 1200 MB, got 12020.9640255 MB
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【喵萌奶茶屋】★1月新番★[Slow Start][01-12END_v2][GB][1080P]【招募后期♥】 by remember_rejected plugin because rejected on behalf of content_size plugin: maximum size 1200 MB, got 3436.04402447 MB
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [雪飄工作室][Aikatsu Friends!/アイカツフレンズ!][01][繁體內嵌](检索:偶像活動·好朋友/偶活/愛活/浮蓮子) 附外掛字幕 by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [雪飘工作室][Aikatsu Friends!/アイカツフレンズ!][01][简体内嵌](检索:偶像活动·好朋友/偶活/爱活/浮莲子) 附外挂字幕 by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【喵萌奶茶屋】★1月新番★[牙鬪獸娘/Killing Bites][12END][BIG5][720P][無修版]【招募後期♥】(搜索:牙鬥獸娘) by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [jibaketa]The Snack World - 48 (TX 1280x720 x264 AAC) by seen plugin because entry with title [jibaketa]The Snack World - 48 (TX 1280x720 x264 AAC) is already marked seen in the task kisssub at 2018-04-05 23:09
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【喵萌奶茶屋】★1月新番★[牙斗兽娘/Killing Bites][12END][GB][720P][无修版]【招募后期♥】 by seen plugin because entry with url http://www.kisssub.org/down.php?date=1522936825&hash=9b818d6e5eac7860fefbaea2442280e46666d31f is already marked seen in the task kisssub at 2018-04-05 23:12
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: [雪飘工作室][紫罗兰永恒花园 / ヴァイオレット・エヴァーガーデン / Violet Evergarden][13(本季完结)][1080p][简繁日字幕外挂] by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: 【1月/悠哈璃羽字幕社】[学园奶爸][Gakuen Babysitters][1-12][1080p][BIG5] by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: 【1月/悠哈璃羽字幕社】[学园奶爸][Gakuen Babysitters][12_END][1080p][GB] by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: [影片壓制][驚爆危機][全金屬狂潮][第三季][BD][BIG5][全14話][1280X720P][MP4] by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: 【極影字幕社】 ★一月新番【Fate/EXTRA Last Encore】【10】【BIG5】【1080P】(字幕社招內詳) by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: [搬运] 多田君不恋爱 01 [1080p][中文字幕] by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: [桜都字幕组][甜蜜惩罚~我是看守专用宠物/Amai Choubatsu Watashi wa Kanshu Senyou Pet][01][GB][720P][无删减](有水印) by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: 【喵萌奶茶屋】牙斗兽娘/牙鬥獸娘/牙闘獸娘/Killing Bites - 12 [WebRip 1920x1080 HEVC-10bit EAC3][无修版] by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: [180404]でんぱ組.inc - おやすみポラリスさよならパラレルワールド/ギラメタスでんぱスター[300K]「斉木楠雄のΨ難」第2期ED「Ψ発見伝!」収録 by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: 【極影字幕社】★10月新番[Infini-T Force_Infini_T_Force][10][1080P][BIG5][MP4] by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: 【極影字幕社】★10月新番[Infini-T Force_Infini_T_Force][10][720P][BIG5][MP4] by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: 非人哉 第03集 人畜无害的小玉和少年英雄小哪吒 by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: 非人哉 第02集 摸不着头脑的刑天和小气的“爱马士” by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: 非人哉 第01集 妖怪少女九月登场 by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: 【DHR動研字幕組】[三麗鷗男子_Sanrio Boys][01-12全][繁體][720P][MP4](合集版本) by accept_all plugin
2018-04-05 23:21 VERBOSE task kisssub ACCEPTED: [桜都字幕组][甜蜜惩罚~我是看守专用宠物/Amai Choubatsu Watashi wa Kanshu Senyou Pet][01][GB][720P] by accept_all plugin
2018-04-05 23:21 VERBOSE limit_new kisssub Allowed [雪飘工作室][紫罗兰永恒花园 / ヴァイオレット・エヴァーガーデン / Violet Evergarden][13(本季完结)][1080p]简繁日字幕外挂
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【1月/悠哈璃羽字幕社】[学园奶爸][Gakuen Babysitters][1-12][1080p][BIG5] by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【1月/悠哈璃羽字幕社】[学园奶爸][Gakuen Babysitters][12_END][1080p][GB] by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [影片壓制][驚爆危機][全金屬狂潮][第三季][BD][BIG5][全14話][1280X720P][MP4] by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【極影字幕社】 ★一月新番【Fate/EXTRA Last Encore】【10】【BIG5】【1080P】(字幕社招內詳) by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [搬运] 多田君不恋爱 01 [1080p][中文字幕] by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [桜都字幕组][甜蜜惩罚~我是看守专用宠物/Amai Choubatsu Watashi wa Kanshu Senyou Pet][01][GB][720P][无删减](有水印) by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【喵萌奶茶屋】牙斗兽娘/牙鬥獸娘/牙闘獸娘/Killing Bites - 12 [WebRip 1920x1080 HEVC-10bit EAC3][无修版] by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [180404]でんぱ組.inc - おやすみポラリスさよならパラレルワールド/ギラメタスでんぱスター[300K]「斉木楠雄のΨ難」第2期ED「Ψ発見伝!」収録 by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【極影字幕社】★10月新番[Infini-T Force_Infini_T_Force][10][1080P][BIG5][MP4] by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【極影字幕社】★10月新番[Infini-T Force_Infini_T_Force][10][720P][BIG5][MP4] by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 非人哉 第03集 人畜无害的小玉和少年英雄小哪吒 by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 非人哉 第02集 摸不着头脑的刑天和小气的“爱马士” by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 非人哉 第01集 妖怪少女九月登场 by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【DHR動研字幕組】[三麗鷗男子_Sanrio Boys][01-12全][繁體][720P][MP4](合集版本) by limit_new plugin because limit exceeded
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [桜都字幕组][甜蜜惩罚~我是看守专用宠物/Amai Choubatsu Watashi wa Kanshu Senyou Pet][01][GB][720P] by limit_new plugin because limit exceeded
2018-04-05 23:21 INFO download kisssub Downloading: [雪飘工作室][紫罗兰永恒花园 / ヴァイオレット・エヴァーガーデン / Violet Evergarden][13(本季完结)][1080p][简繁日字幕外挂]
2018-04-05 23:21 INFO transmission kisssub "[雪飘工作室][紫罗兰永恒花园 / ヴァイオレット・エヴァーガーデン / Violet Evergarden][13(本季完结)][1080p][简繁日字幕外挂]" torrent added to transmission
2018-04-05 23:21 ERROR entry kisssub Failed [雪飘工作室][紫罗兰永恒花园 / ヴァイオレット・エヴァーガーデン / Violet Evergarden][13(本季完结)][1080p]简繁日字幕外挂
2018-04-05 23:21 INFO task kisssub Plugin retry_failed has requested task to be ran again after execution has completed.
2018-04-05 23:21 VERBOSE task kisssub FAILED: [雪飘工作室][紫罗兰永恒花园 / ヴァイオレット・エヴァーガーデン / Violet Evergarden][13(本季完结)][1080p][简繁日字幕外挂] by download plugin
2018-04-05 23:21 ERROR download kisssub Exception while writing: Unable to write /home/transmission/torrent/[kisssub.org][éªé£å·¥ä½å®¤][ç´«ç½å °æ°¸æè±å­ ã´ã¡ã¤ãªã¬ããã»ã¨ã´ã¡ã¼ã¬ã¼ãã³ Violet Evergarden][13(æ¬å­£å®ç»)][1080p][ç®ç¹æ¥å­å¹å¤æ].torrent: [Errno 36] File name too long: u'/home/transmission/torrent/[kisssub.org][\xe9\x9b\xaa\xe9\xa3\x98\xe5\xb7\xa5\xe4\xbd\x9c\xe5\xae\xa4][\xe7\xb4\xab\xe7\xbd\x97\xe5 \xb0\xe6\xb0\xb8\xe6\x81\x92\xe8\x8a\xb1\xe5\x9b\xad \xe3\x83\xb4\xe3\x82\xa1\xe3\x82\xa4\xe3\x82\xaa\xe3\x83\xac\xe3\x83\x83\xe3\x83\x88\xe3\x83\xbb\xe3\x82\xa8\xe3\x83\xb4\xe3\x82\xa1\xe3\x83\xbc\xe3\x82\xac\xe3\x83\xbc\xe3\x83\x87\xe3\x83\xb3 Violet Evergarden][13(\xe6\x9c\xac\xe5\xad\xa3\xe5\xae\x8c\xe7\xbb\x93)][1080p][\xe7\xae\x80\xe7\xb9\x81\xe6\x97\xa5\xe5\xad\x97\xe5\xb9\x95\xe5\xa4\x96\xe6\x8c\x82].torrent'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/flexget/plugins/output/download.py", line 369, in on_task_output
self.output(task, entry, config)
File "/usr/local/lib/python2.7/site-packages/flexget/plugins/output/download.py", line 481, in output
raise plugin.PluginError('Unable to write %s: %s' % (destfile, err))
PluginError: Unable to write /home/transmission/torrent/[kisssub.org][éªé£å·¥ä½å®¤][ç´«ç½å °æ°¸æè±å­ ã´ã¡ã¤ãªã¬ããã»ã¨ã´ã¡ã¼ã¬ã¼ãã³ Violet Evergarden][13(æ¬å­£å®ç»)][1080p][ç®ç¹æ¥å­å¹å¤æ].torrent: [Errno 36] File name too long: u'/home/transmission/torrent/[kisssub.org][\xe9\x9b\xaa\xe9\xa3\x98\xe5\xb7\xa5\xe4\xbd\x9c\xe5\xae\xa4][\xe7\xb4\xab\xe7\xbd\x97\xe5 \xb0\xe6\xb0\xb8\xe6\x81\x92\xe8\x8a\xb1\xe5\x9b\xad \xe3\x83\xb4\xe3\x82\xa1\xe3\x82\xa4\xe3\x82\xaa\xe3\x83\xac\xe3\x83\x83\xe3\x83\x88\xe3\x83\xbb\xe3\x82\xa8\xe3\x83\xb4\xe3\x82\xa1\xe3\x83\xbc\xe3\x82\xac\xe3\x83\xbc\xe3\x83\x87\xe3\x83\xb3 Violet Evergarden][13(\xe6\x9c\xac\xe5\xad\xa3\xe5\xae\x8c\xe7\xbb\x93)][1080p][\xe7\xae\x80\xe7\xb9\x81\xe6\x97\xa5\xe5\xad\x97\xe5\xb9\x95\xe5\xa4\x96\xe6\x8c\x82].torrent'
2018-04-05 23:21 INFO task kisssub Rerunning the task in case better resolution can be achieved.
2018-04-05 23:21 VERBOSE input_cache kisssub Restored 20 entries from cache
2018-04-05 23:21 VERBOSE backlog kisssub Added 3 entries from backlog
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [Snow-Raws] 要听爸爸的话! /Papa no Iu Koto o Kikinasai!/パパのいうことを聞きなさい! (BD 1920x1080 HEVC-YUV420P12 FLAC) by remember_rejected plugin because rejected on behalf of content_size plugin: maximum size 1200 MB, got 12020.9640255 MB
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【喵萌奶茶屋】★1月新番★[Slow Start][01-12END_v2][GB][1080P]【招募后期♥】 by remember_rejected plugin because rejected on behalf of content_size plugin: maximum size 1200 MB, got 3436.04402447 MB
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [雪飘工作室][紫罗兰永恒花园 / ヴァイオレット・エヴァーガーデン / Violet Evergarden][13(本季完结)][1080p][简繁日字幕外挂] by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [雪飄工作室][Aikatsu Friends!/アイカツフレンズ!][01][繁體內嵌](检索:偶像活動·好朋友/偶活/愛活/浮蓮子) 附外掛字幕 by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [雪飘工作室][Aikatsu Friends!/アイカツフレンズ!][01][简体内嵌](检索:偶像活动·好朋友/偶活/爱活/浮莲子) 附外挂字幕 by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【喵萌奶茶屋】★1月新番★[牙鬪獸娘/Killing Bites][12END][BIG5][720P][無修版]【招募後期♥】(搜索:牙鬥獸娘) by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2018-04-05 23:21 VERBOSE task kisssub REJECTED: [jibaketa]The Snack World - 48 (TX 1280x720 x264 AAC) by seen plugin because entry with title [jibaketa]The Snack World - 48 (TX 1280x720 x264 AAC) is already marked seen in the task kisssub at 2018-04-05 23:09
2018-04-05 23:21 VERBOSE task kisssub REJECTED: 【喵萌奶茶屋】★1月新番★[牙斗兽娘/Killing Bites][12END][GB][720P][无修版]【招募后期♥】 by seen plugin because entry with url http://www.kisssub.org/down.php?date=1522936825&hash=9b818d6e5eac7860fefbaea2442280e46666d31f is already marked seen in the task kisssub at 2018-04-05 23:12

Posts: 1

Participants: 1

Read full topic

Unable to Create Process in "" when I try to launch flexget-headless.exe

$
0
0

@joneso87 wrote:

I have no idea what my issue is. There's nothing in the log and by all indications flexget-headless.exe is not launching in anyway. All I get is the windows error window "Fatal Error in Launcher" with the text "Unable to create process in "" " inside the box. Anyone have any ideas about how to solve this? Currently running the latest version 2.13.6.

Posts: 1

Participants: 1

Read full topic

Viewing all 1890 articles
Browse latest View live