@jbaddock wrote:
Hi, I've been trying to troubleshoot this for some time now, and have had no luck at all. Wondering if someone has any insight into what may be wrong.
Setup:
lubuntu 16 that runs flexget V 2.3.43 (I keep trying updated versions, no luck)
Then, later on it will transfer the files to FreeNas share vis CIFS.Here is the error message:
2016-10-25 22:18 CRITICAL task Series-premiere-Track BUG: Unhandled error in plugin discover: [Errno 112] Host is down: '/mnt/plex/tv_series_premiere/' Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 477, in __run_plugin return method(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__ return self.func(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/discover.py", line 280, in on_task_input entries = self.execute_inputs(config, task) File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/discover.py", line 109, in execute_inputs result = method(task, input_config) File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__ return self.func(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/filesystem.py", line 204, in on_task_input return self.get_entries_from_path(path_list, match, recursive, test_mode, get_files, get_dirs, get_symlinks) File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/filesystem.py", line 168, in get_entries_from_path folder_objects = self.get_folder_objects(folder, recursion) File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/filesystem.py", line 155, in get_folder_objects return folder.listdir() File "/usr/local/lib/python2.7/dist-packages/path.py", line 536, in listdir for child in map(self._always_unicode, os.listdir(self))
Here is the part of the script that is running:
Series-premiere-Track: priority: 150 template: - stage-premiere - # Tells it where to save - tv-deluge # pushes accepted entries to deluge - tv-info # Get the info on the shows, TVDB, etc discover: what: - filesystem: path: /mnt/plex/tv_series_premiere/ #Folder where existing stuff is saved recursive: no retrieve: dirs from: - flexget_archive: [tv] all_series: upgrade: no timeframe: 96 hours target: 1080p webdl h264 quality: 720p+ hdtv+
This was working for over a year, then suddenly a few months ago I started having issues with it. I can browse to the file share, etc. But keep getting this error message about the host being down randomly. Same network, tied to the same switch.
If anyone has any thoughts, that would be appreciated!
Posts: 3
Participants: 2