diff --git a/sickchill/tv.py b/sickchill/tv.py index 33fce9bd38..c22f4de050 100644 --- a/sickchill/tv.py +++ b/sickchill/tv.py @@ -896,7 +896,8 @@ def load_imdb_info(self): logger.debug(f"{self.indexerid}: Obtained info from IMDb ->{self.imdb_info}") except (TypeError, ValueError, LookupError, OperationalError, imdb.IMDbError, NewConnectionError, MaxRetryError) as error: - logger.info(f"Could not get IMDB info: {error}") + logger.info(f"Could not get IMDB info: see debug logs for details") + logger.debug(f"IMDB traceback: {error}") except (SyntaxError, KeyError): logger.info("Could not get info from IDMb, pip install lxml")