Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2011
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. 2011-12-22 13:06 DEBUG proper_movies movie_feeds quality: 1080p bluray
  2. 2011-12-22 13:06 DEBUG proper_movies movie_feeds imdb_id: tt0333766
  3. 2011-12-22 13:06 DEBUG proper_movies movie_feeds current proper count: 0
  4. 2011-12-22 13:06 DEBUG proper_movies movie_feeds no previous download recorded for tt0333766
  5. 2011-12-22 13:06 DEBUG movieparser movie_feeds parts: [u'Catch', u'44', u'2011', u'1080p', u'BluRay', u'x264-THUGLiNE'], cut is: 2011
  6. 2011-12-22 13:06 DEBUG movieparser movie_feeds after parts check, cut data would be: `Catch 44` abs_cut: 8
  7. 2011-12-22 13:06 DEBUG movieparser movie_feeds quality start: 14
  8. 2011-12-22 13:06 DEBUG movieparser movie_feeds data cut to `Catch 44` - this will be the name
  9. 2011-12-22 13:06 DEBUG imdb_lookup movie_feeds imdb_id_lookup: trying with title: Catch 44
  10. 2011-12-22 13:06 DEBUG imdb_lookup movie_feeds imdb_id_lookup: trying cache with: Catch.44.2011.1080p.BluRay.x264-THUGLiNE
  11. 2011-12-22 13:06 DEBUG imdb_lookup movie_feeds lookup for Catch.44.2011.1080p.BluRay.x264-THUGLiNE
  12. 2011-12-22 13:06 VERBOSE imdb_lookup movie_feeds Searching from imdb `Catch.44.2011.1080p.BluRay.x264-THUGLiNE`
  13. 2011-12-22 13:06 DEBUG movieparser movie_feeds parts: [u'Catch', u'44', u'2011', u'1080p', u'BluRay', u'x264-THUGLiNE'], cut is: 2011
  14. 2011-12-22 13:06 DEBUG movieparser movie_feeds after parts check, cut data would be: `Catch 44` abs_cut: 8
  15. 2011-12-22 13:06 DEBUG movieparser movie_feeds quality start: 14
  16. 2011-12-22 13:06 DEBUG movieparser movie_feeds data cut to `Catch 44` - this will be the name
  17. 2011-12-22 13:06 DEBUG utils.imdb movie_feeds smart_match name=Catch 44 year=2011
  18. 2011-12-22 13:06 DEBUG utils.imdb movie_feeds Searching: Catch 44
  19. 2011-12-22 13:06 DEBUG utils.imdb movie_feeds Serch query: u'http://www.imdb.com/find?q=Catch+44&s=all'
  20. 2011-12-22 13:06 ERROR feed movie_feeds BUG: Unhandled error in plugin proper_movies:
  21. Traceback (most recent call last):
  22. File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/feed.py", line 294, in __run_plugin
  23. return method(*args, **kwargs)
  24. File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/event.py", line 18, in __call__
  25. return self.func(*args, **kwargs)
  26. File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/plugins/filter/proper_movies.py", line 96, in on_feed_filter
  27. imdb_id = imdb_lookup.imdb_id_lookup(movie_title=parser.name, raw_title=entry['title'])
  28. File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/utils/database.py", line 22, in wrapper
  29. result = func(*args, **kwargs)
  30. File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/plugins/metainfo/imdb_lookup.py", line 270, in imdb_id_lookup
  31. self.lookup(fake_entry)
  32. File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/plugin.py", line 115, in wrapped_func
  33. return func(*args, **kwargs)
  34. File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/plugins/metainfo/imdb_lookup.py", line 339, in lookup
  35. search_result = search.smart_match(entry['title'])
  36. File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/utils/imdb.py", line 62, in smart_match
  37. return self.best_match(name, year)
  38. File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/utils/imdb.py", line 66, in best_match
  39. movies = self.search(name)
  40. File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/utils/imdb.py", line 137, in search
  41. soup = get_soup(page)
  42. File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/utils/soup.py", line 17, in get_soup
  43. return parser.parse(obj)
  44. File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/html5parser.py", line 211, in parse
  45. parseMeta=parseMeta, useChardet=useChardet)
  46. File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/html5parser.py", line 106, in _parse
  47. useChardet=useChardet, **kwargs)
  48. File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/tokenizer.py", line 44, in __init__
  49. self.stream = HTMLInputStream(stream, encoding, parseMeta, useChardet)
  50. File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/inputstream.py", line 159, in __init__
  51. self.charEncoding = self.detectEncoding(parseMeta, chardet)
  52. File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/inputstream.py", line 207, in detectEncoding
  53. encoding = self.detectBOM()
  54. File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/inputstream.py", line 285, in detectBOM
  55. self.rawStream.seek(encoding and seek or 0)
  56. File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/inputstream.py", line 50, in seek
  57. assert pos < self._bufferedBytes()
  58. AssertionError
  59. 2011-12-22 13:06 INFO feed movie_feeds Aborting feed (plugin: proper_movies)
  60. 2011-12-22 13:06 DEBUG backlog movie_feeds Remembering all entries to backlog because of feed abort.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement