flexget BT parser: how can it work?

Asked by pliut

Using MM 10.10, I am in trouble with .configure files: I have created a file yml format in .flexget directory, but when I test it just does not work:
I can copy the log file here:
"
2011-02-08 16:06 CRITICAL manager There are no feeds in the configuration file!
2011-02-08 16:06 WARNING manager There are no feeds to execute, please add some feeds
2011-02-08 16:06 CRITICAL manager There are no feeds in the configuration file!
2011-02-08 16:06 WARNING manager There are no feeds to execute, please add some feeds
2011-02-08 16:07 CRITICAL manager There are no feeds in the configuration file!
2011-02-08 16:07 WARNING manager There are no feeds to execute, please add some feeds
2011-02-08 16:16 INFO manager Test mode, creating a copy from database ...
2011-02-08 16:16 INFO manager Test database created
2011-02-08 16:16 CRITICAL feed tv-shows Feed 'tv-shows' has configuration errors:
2011-02-08 16:16 ERROR feed tv-shows download [/] Path ~/torrents/ does not exist
2011-02-08 16:16 INFO feed tv-shows Aborting feed (plugin: None)
2011-02-08 16:16 INFO manager Removed test database
2011-02-08 16:28 CRITICAL feed tv-shows Feed 'tv-shows' has configuration errors:
2011-02-08 16:28 ERROR feed tv-shows download [/] Path ~/torrents/ does not exist
2011-02-08 16:28 INFO feed tv-shows Aborting feed (plugin: None)
2011-02-08 16:43 INFO manager Test mode, creating a copy from database ...
2011-2011-02-08 16:06 CRITICAL manager There are no feeds in the configuration file!
2011-02-08 16:06 WARNING manager There are no feeds to execute, please add some feeds
2011-02-08 16:06 CRITICAL manager There are no feeds in the configuration file!
2011-02-08 16:06 WARNING manager There are no feeds to execute, please add some feeds
2011-02-08 16:07 CRITICAL manager There are no feeds in the configuration file!
2011-02-08 16:07 WARNING manager There are no feeds to execute, please add some feeds
2011-02-08 16:16 INFO manager Test mode, creating a copy from database ...
2011-02-08 16:16 INFO manager Test database created
2011-02-08 16:16 CRITICAL feed tv-shows Feed 'tv-shows' has configuration errors:
2011-02-08 16:16 ERROR feed tv-shows download [/] Path ~/torrents/ does not exist
2011-02-08 16:16 INFO feed tv-shows Aborting feed (plugin: None)
2011-02-08 16:16 INFO manager Removed test database
2011-02-08 16:28 CRITICAL feed tv-shows Feed 'tv-shows' has configuration errors:
2011-02-08 16:28 ERROR feed tv-shows download [/] Path ~/torrents/ does not exist
2011-02-08 16:28 INFO feed tv-shows Aborting feed (plugin: None)
2011-02-08 16:43 INFO manager Test mode, creating a copy from database ...
2011-02-08 16:43 INFO manager Test database created
2011-02-08 16:43 CRITICAL manager There are no feeds in the configuration file!
2011-02-08 16:43 WARNING manager There are no feeds to execute, please add some feeds
2011-02-08 16:43 INFO manager Removed test database
2011-02-08 17:00 CRITICAL manager There are no feeds in the configuration file!
2011-02-08 17:00 WARNING manager There are no feeds to execute, please add some feeds
02-08 16:43 INFO manager Test database created
2011-02-08 16:43 CRITICAL manager There are no feeds in the configuration file!
2011-02-08 16:43 WARNING manager There are no feeds to execute, please add some feeds
2011-02-08 16:43 INFO manager Removed test database
2011-02-08 17:00 CRITICAL manager There are no feeds in the configuration file!
2011-02-08 17:00 WARNING manager There are no feeds to execute, please add some feeds

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu transmission Edit question
Assignee:
No assignee Edit question
Solved by:
Charles Kerr
Solved:
Last query:
Last reply:
Revision history for this message
Best Charles Kerr (charlesk) said :
#1

Well, this appears to be a flexget support issue rather than a transmission question, so I went to the #flexget channel on freenode and asked there. The response:

<@gazpachoking> His problem seems pretty self evident: ERROR feed tv-shows download [/] Path ~/torrents/ does not exist
<@gazpachoking> He may have other problem of course.

If you have further questions you should visit the channel yourself and ask the flexget experts :) -- irc://chat.freenode.net/flexget/

Revision history for this message
pliut (paolo-liut-deactivatedaccount) said :
#2

Thanks to Jordan, I can understand I need to create new directory folder Torrents in /user!
I just do it..
Paolo

Revision history for this message
pliut (paolo-liut-deactivatedaccount) said :
#3

Thanks jordan, that solved my question.