@Stefos wrote:
Hello, i Have already done some search but i'm confused. I 'm running flexget and transmission on a docker on an Ubuntu machine. Both containers works just fine but I can't figure out the config file. I want to download the episodes that showrss provides
I ve tried different configurations but i can't make it work. Currently i tried this one
web_server: web_ui: yes run_v2: yes schedules: - tasks: rss-feed schedule: hour: 1-18/1 templates: transmissionrpc: transmission: host: xxx port: 9091 username: xx password: xxx main_file_only: yes skip_files: - '*.nfo' - '*.sfv' - '*[sS]ample*' - '*.txt' tasks: rss-feed: priority: 1 rss: http://showrss.info/user/229110.rss?magnets=true&namespaces=true&name=null&quality=null&re=null all_series: yes configure_series: set: path: xxxxx template: - transmissionrpc
my logs shows this, any help ? THanks in advance!!!
`2019-12-20 17:36:30.681 DEBUG manager Figuring out config load paths 2019-12-20 17:36:30.682 DEBUG manager Found config: /root/.flexget/config.yml 2019-12-20 17:36:30.682 DEBUG manager Config file /root/.flexget/config.yml selected 2019-12-20 17:36:30.699 DEBUG manager sys.defaultencoding: utf-8 2019-12-20 17:36:30.700 DEBUG manager sys.getfilesystemencoding: utf-8 2019-12-20 17:36:30.700 DEBUG manager flexget detected io encoding: utf-8 2019-12-20 17:36:30.701 DEBUG manager os.path.supports_unicode_filenames: False 2019-12-20 17:36:30.702 DEBUG plugin Trying to load plugins from: ['/root/.flexget/plugins', '/usr/lib/python3.7/site-packages/flexget/plugins'] 2019-12-20 17:36:30.876 DEBUG stevedore.extension found extension EntryPoint.parse('addic7ed = subliminal.providers.addic7ed:Addic7edProvider') 2019-12-20 17:36:30.972 DEBUG stevedore.extension found extension EntryPoint.parse('legendastv = subliminal.providers.legendastv:LegendasTVProvider') 2019-12-20 17:36:30.982 DEBUG stevedore.extension found extension EntryPoint.parse('opensubtitles = subliminal.providers.opensubtitles:OpenSubtitlesProvider') 2019-12-20 17:36:31.010 DEBUG stevedore.extension found extension EntryPoint.parse('podnapisi = subliminal.providers.podnapisi:PodnapisiProvider') 2019-12-20 17:36:31.015 DEBUG stevedore.extension found extension EntryPoint.parse('shooter = subliminal.providers.shooter:ShooterProvider') 2019-12-20 17:36:31.017 DEBUG stevedore.extension found extension EntryPoint.parse('subscenter = subliminal.providers.subscenter:SubsCenterProvider') 2019-12-20 17:36:31.019 DEBUG stevedore.extension found extension EntryPoint.parse('thesubdb = subliminal.providers.thesubdb:TheSubDBProvider') 2019-12-20 17:36:31.162 DEBUG stevedore.extension found extension EntryPoint.parse('tvsubtitles = subliminal.providers.tvsubtitles:TVsubtitlesProvider') 2019-12-20 17:36:31.168 DEBUG stevedore.extension found extension EntryPoint.parse('metadata = subliminal.refiners.metadata:refine') 2019-12-20 17:36:31.182 DEBUG stevedore.extension found extension EntryPoint.parse('omdb = subliminal.refiners.omdb:refine') 2019-12-20 17:36:31.186 DEBUG stevedore.extension found extension EntryPoint.parse('tvdb = subliminal.refiners.tvdb:refine') 2019-12-20 17:36:31.192 DEBUG plugin Plugin `memusage` requires plugin `ext lib `guppy`` to load. 2019-12-20 17:36:32.167 DEBUG plugin Trying to load components from: ['/root/.flexget/components', '/usr/lib/python3.7/site-packages/flexget/components'] 2019-12-20 17:36:33.745 DEBUG plugin Plugins took 3.04 seconds to load. 298 plugins in registry. 2019-12-20 17:36:33.861 DEBUG manager Connecting to: sqlite:////root/.flexget/db-config.sqlite 2019-12-20 17:36:33.936 DEBUG manager config_name: config 2019-12-20 17:36:33.937 DEBUG manager config_base: /root/.flexget 2019-12-20 17:36:33.949 CRITICAL manager [/tasks/rss-feed/configure_series] Got `None`, expected: dict 2019-12-20 17:36:33.950 DEBUG manager invalid config, rolling back 2019-12-20 17:36:33.951 CRITICAL manager Failed to load config file: Did not pass schema validation. 2019-12-20 17:36:33.952 DEBUG manager Removed /root/.flexget/.config-lock Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/flexget/__init__.py", line 41, in main manager.start() File "/usr/lib/python3.7/site-packages/flexget/manager.py", line 387, in start self.initialize() File "/usr/lib/python3.7/site-packages/flexget/manager.py", line 245, in initialize self.load_config() File "/usr/lib/python3.7/site-packages/flexget/manager.py", line 706, in load_config self.update_config(config) File "/usr/lib/python3.7/site-packages/flexget/manager.py", line 717, in update_config self.config = self.validate_config(config) File "/usr/lib/python3.7/site-packages/flexget/manager.py", line 778, in validate_config raise err ValueError: Did not pass schema validation.
`
Posts: 1
Participants: 1