Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2011-12-22 13:06 DEBUG proper_movies movie_feeds quality: 1080p bluray
- 2011-12-22 13:06 DEBUG proper_movies movie_feeds imdb_id: tt0333766
- 2011-12-22 13:06 DEBUG proper_movies movie_feeds current proper count: 0
- 2011-12-22 13:06 DEBUG proper_movies movie_feeds no previous download recorded for tt0333766
- 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
- 2011-12-22 13:06 DEBUG movieparser movie_feeds after parts check, cut data would be: `Catch 44` abs_cut: 8
- 2011-12-22 13:06 DEBUG movieparser movie_feeds quality start: 14
- 2011-12-22 13:06 DEBUG movieparser movie_feeds data cut to `Catch 44` - this will be the name
- 2011-12-22 13:06 DEBUG imdb_lookup movie_feeds imdb_id_lookup: trying with title: Catch 44
- 2011-12-22 13:06 DEBUG imdb_lookup movie_feeds imdb_id_lookup: trying cache with: Catch.44.2011.1080p.BluRay.x264-THUGLiNE
- 2011-12-22 13:06 DEBUG imdb_lookup movie_feeds lookup for Catch.44.2011.1080p.BluRay.x264-THUGLiNE
- 2011-12-22 13:06 VERBOSE imdb_lookup movie_feeds Searching from imdb `Catch.44.2011.1080p.BluRay.x264-THUGLiNE`
- 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
- 2011-12-22 13:06 DEBUG movieparser movie_feeds after parts check, cut data would be: `Catch 44` abs_cut: 8
- 2011-12-22 13:06 DEBUG movieparser movie_feeds quality start: 14
- 2011-12-22 13:06 DEBUG movieparser movie_feeds data cut to `Catch 44` - this will be the name
- 2011-12-22 13:06 DEBUG utils.imdb movie_feeds smart_match name=Catch 44 year=2011
- 2011-12-22 13:06 DEBUG utils.imdb movie_feeds Searching: Catch 44
- 2011-12-22 13:06 DEBUG utils.imdb movie_feeds Serch query: u'http://www.imdb.com/find?q=Catch+44&s=all'
- 2011-12-22 13:06 ERROR feed movie_feeds BUG: Unhandled error in plugin proper_movies:
- Traceback (most recent call last):
- File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/feed.py", line 294, in __run_plugin
- return method(*args, **kwargs)
- File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/event.py", line 18, in __call__
- return self.func(*args, **kwargs)
- 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
- imdb_id = imdb_lookup.imdb_id_lookup(movie_title=parser.name, raw_title=entry['title'])
- File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/utils/database.py", line 22, in wrapper
- result = func(*args, **kwargs)
- 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
- self.lookup(fake_entry)
- File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/plugin.py", line 115, in wrapped_func
- return func(*args, **kwargs)
- File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/plugins/metainfo/imdb_lookup.py", line 339, in lookup
- search_result = search.smart_match(entry['title'])
- File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/utils/imdb.py", line 62, in smart_match
- return self.best_match(name, year)
- File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/utils/imdb.py", line 66, in best_match
- movies = self.search(name)
- File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/utils/imdb.py", line 137, in search
- soup = get_soup(page)
- File "/usr/local/lib/python2.7/dist-packages/FlexGet-1.0-py2.7.egg/flexget/utils/soup.py", line 17, in get_soup
- return parser.parse(obj)
- File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/html5parser.py", line 211, in parse
- parseMeta=parseMeta, useChardet=useChardet)
- File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/html5parser.py", line 106, in _parse
- useChardet=useChardet, **kwargs)
- File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/tokenizer.py", line 44, in __init__
- self.stream = HTMLInputStream(stream, encoding, parseMeta, useChardet)
- File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/inputstream.py", line 159, in __init__
- self.charEncoding = self.detectEncoding(parseMeta, chardet)
- File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/inputstream.py", line 207, in detectEncoding
- encoding = self.detectBOM()
- File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/inputstream.py", line 285, in detectBOM
- self.rawStream.seek(encoding and seek or 0)
- File "/usr/local/lib/python2.7/dist-packages/html5lib-0.90-py2.7.egg/html5lib/inputstream.py", line 50, in seek
- assert pos < self._bufferedBytes()
- AssertionError
- 2011-12-22 13:06 INFO feed movie_feeds Aborting feed (plugin: proper_movies)
- 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