Advertisement
Guest User

Untitled

a guest
Oct 15th, 2011
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.26 KB | None | 0 0
  1. 103641088 M: 99962880  NOTICE: Attempting to retreive meta data for movie: 12 Rounds 2009
  2. 17:43:45 T:103641088 M: 99962880  NOTICE: Requesting TMDB : http://api.themoviedb.org/2.1/Movie.search/en/json/b91e899ce561dd19695340c3b26e0a02/12%20Rounds+2009
  3. 17:43:50 T:103641088 M: 99962880  NOTICE: Requesting TMDB : http://api.themoviedb.org/2.1/Movie.getInfo/en/json/b91e899ce561dd19695340c3b26e0a02/17134
  4. 17:43:56 T:103641088 M: 99962880  NOTICE: Saving cache information:
  5. 17:43:56 T:103641088 M: 99962880  NOTICE: {'rating': 7.5999999999999996, 'code': u'tt1160368', 'tmdb_id': 17134, 'title': u'12 Rounds', 'tagline': u'', 'writer': '', 'plot': u"A New Orleans police detective's girlfriend is kidnapped. WWE champion John Cena is New Orleans Police Detective Danny Fisher. When Baxter stops a brilliant thief from getting away with a multi-million-dollar heist, the thiefs girlfriend is accidentally killed. After escaping from prison, the criminal mastermind enacts his revenge, taunting the cop with a series of near-impossible puzzles and tasks 12 rounds that Baxter must somehow complete to save the life of his fianc\xe9e.", 'premiered': u'2009-03-19', 'imdb_id': u'tt1160368', 'director': u'Renny Harlin', 'cast': "[(u'John Cena', u'Det. Danny Fisher'), (u'Aidan Gillen', u'Miles Jackson'), (u'Ashley Scott', u'Molly Porter'), (u'Steve Harris', u'Special Agent George Aiken'), (u'Brian J. White', u'Det. Hank Carver'), (u'Gonzalo Menendez', u'Special Agent Ray Santiago'), (u'Taylor Cole', u'Erica Kessen'), (u'Kyle Russell Clements', u'Dave Fisher'), (u'Peter Navy Tuiasosopo', u'Willie Dumaine'), (u'Travis Davis', u'Anthony Deluso'), (u'Nick Gomez', u'Samuel')]", 'imgs_prepacked': 'false', 'studio': u'Fox Atomic', 'cover_url': u'http://cf1.imgobject.com/posters/07b/4cabdf3e7b9aa1152f00007b/12-rounds-cover.jpg', 'mpaa': u'PG-13', 'duration': '108', 'overlay': 6, 'genre': u'Action / Adventure / Drama / Thriller', 'thumb_url': u'http://cf1.imgobject.com/posters/07b/4cabdf3e7b9aa1152f00007b/12-rounds-thumb.jpg', 'trailer_url': u'http://www.youtube.com/watch?v=Mp3Aqe8FrNE', 'backdrop_url': u'http://cf1.imgobject.com/backdrops/73c/4bc94e75017a3c57fe02273c/12-rounds-original.jpg'}
  6. 17:43:56 T:103641088 M: 99962880    INFO: -->Python script returned the following error<--
  7. 17:43:56 T:103641088 M: 99962880   ERROR: Error Type: <type 'exceptions.UnicodeEncodeError'>
  8. 17:43:56 T:103641088 M: 99962880   ERROR: Error Contents: 'ascii' codec can't encode character u'\xe9' in position 475: ordinal not in range(128)
  9. 17:43:56 T:103641088 M: 99962880   ERROR: Traceback (most recent call last):
  10.                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.tvsource/default.py", line 214, in <module>
  11.                                                infoLabels = create_infolabels(meta, name)
  12.                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.tvsource/default.py", line 36, in create_infolabels
  13.                                                infoLabels['plot'] = str(meta['plot'])
  14.                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 475: ordinal not in range(128)
  15. 17:43:56 T:103641088 M: 99962880    INFO: -->End of Python script error report<--
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement