Comment 4 for bug 290474

Revision history for this message
Kristopher (krstphr) wrote :

Yeah, those errors aren't appearing anymore. Must've been from something else.

This is what I get when select Videos. If I have no video directories setup, I don't get an error:

$ ./entertainer

Entertainer backend starting...
Exception in thread AlbumArt Downloader:
Traceback (most recent call last):
  File "/usr/lib64/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/kristopher/entertainer/entertainerlib/utils/albumart_downloader.py", line 62, in run
    self.search()
  File "/home/kristopher/entertainer/entertainerlib/utils/albumart_downloader.py", line 120, in search
    self.on_search_completed (None)
  File "/home/kristopher/entertainer/entertainerlib/utils/albumart_downloader.py", line 268, in on_search_completed
    image_urls = self.get_best_match_urls(result)
  File "/home/kristopher/entertainer/entertainerlib/utils/albumart_downloader.py", line 295, in get_best_match_urls
    for result in search_results:
TypeError: 'NoneType' object is not iterable

/usr/lib64/python2.5/site-packages/imdb/parser/http/utils.py:631: UserWarning: unable to use "lxml": cannot import name html
  warnings.warn('unable to use "%s": %s' % (mod, str(e)))
/usr/lib64/python2.5/site-packages/imdb/parser/http/utils.py:622: UserWarning: falling back to "beautifulsoup".
  warnings.warn('falling back to "%s".' % mod)

I have all dependencies based on the DEPENDENCIES file.