Let user know to report weird errors

This commit is contained in:
Ruud
2012-09-26 20:12:03 +02:00
parent 39c2567d5a
commit 3da0b1a804
@@ -65,6 +65,7 @@ class Searcher(Plugin):
try:
self.single(movie_dict)
except IndexError:
log.error('Forcing library update for %s, if you see this often, please report: %s', (movie_dict['library']['identifier'], traceback.format_exc()))
fireEvent('library.update', movie_dict['library']['identifier'], force = True)
except:
log.error('Search failed for %s: %s', (movie_dict['library']['identifier'], traceback.format_exc()))