Open blakeaa827 opened 6 years ago
What python version are you using? You can find out by running python -V
.
Can you send the logs to watchernzb@gmail.com?
I'm going to assume you
are using torrents and this is probably something to due with parsing a
feed.
On Thu, Feb 22, 2018 at 8:43 PM, blakeaa827 notifications@github.com wrote:
I don't believe this is breaking anything, but I'm seeing an error popup in bottom right corner. Here's the log. Let me know if you need anything else to troubleshoot.
INFO [2018-02-22 19:31:01,178] core.searcher.get_source.396: Determining source media for OrderedDict() WARNING [2018-02-22 19:31:01,178] CPTaskScheduler._task.256: Scheduled Task Movie Search Failed: Traceback (most recent call last): File "/opt/Watcher3/core/cp_plugins/taskscheduler.py", line 254, in _task self.task() File "/opt/Watcher3/core/searcher.py", line 151, in search_all self.search(imdbid, title, year, quality) File "/opt/Watcher3/core/searcher.py", line 215, in search results[idx]['resolution'] = self.get_source(result) File "/opt/Watcher3/core/searcher.py", line 399, in get_source if any(i in title.upper() for i in ('4K', 'UHD', '2160P')): File "/opt/Watcher3/core/searcher.py", line 399, in if any(i in title.upper() for i in ('4K', 'UHD', '2160P')): AttributeError: 'collections.OrderedDict' object has no attribute 'upper' INFO [2018-02-22 19:31:01,184] CPTaskScheduler._task.265: == Finished Scheduled Task: Movie Search ==
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nosmokingbandit/Watcher3/issues/220, or mute the thread https://github.com/notifications/unsubscribe-auth/AKX1Sd64oJD6H_eGuoOw7Yu3Wywr31QDks5tXhfbgaJpZM4SQQ68 .
I don't believe this is breaking anything, but I'm seeing an error popup in bottom right corner. Here's the log. Let me know if you need anything else to troubleshoot.
INFO [2018-02-22 19:31:01,178] core.searcher.get_source.396: Determining source media for OrderedDict() WARNING [2018-02-22 19:31:01,178] CPTaskScheduler._task.256: Scheduled Task Movie Search Failed: Traceback (most recent call last): File "/opt/Watcher3/core/cp_plugins/taskscheduler.py", line 254, in _task self.task() File "/opt/Watcher3/core/searcher.py", line 151, in search_all self.search(imdbid, title, year, quality) File "/opt/Watcher3/core/searcher.py", line 215, in search results[idx]['resolution'] = self.get_source(result) File "/opt/Watcher3/core/searcher.py", line 399, in get_source if any(i in title.upper() for i in ('4K', 'UHD', '2160P')): File "/opt/Watcher3/core/searcher.py", line 399, in
if any(i in title.upper() for i in ('4K', 'UHD', '2160P')):
AttributeError: 'collections.OrderedDict' object has no attribute 'upper'
INFO [2018-02-22 19:31:01,184] CPTaskScheduler._task.265: == Finished Scheduled Task: Movie Search ==