Advertisement
Guest User

Untitled

a guest
Oct 15th, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.27 KB | None | 0 0
  1. 16:50:31 T:125054976 M: 98938880  NOTICE: Cache database does not exist, creating...
  2. 16:50:32 T:125054976 M: 98942976  NOTICE: Table movie_meta created
  3. 16:50:32 T:125054976 M: 98942976  NOTICE: Table tvshow_meta created
  4. 16:50:32 T:125054976 M: 98942976  NOTICE: Table episode_meta created
  5. 16:50:32 T:125054976 M: 98942976  NOTICE: Table season_meta created
  6. 16:50:32 T:125054976 M: 98942976  NOTICE: Attempting to retreive meta data for movie: A Beautiful Mind 2001
  7. 16:50:32 T:125054976 M: 98942976  NOTICE: Requesting TMDB : http://api.themoviedb.org/2.1/Movie.search/en/json/b91e899ce561dd19695340c3b26e0a02/A%20Beautiful%20Mind+2001
  8. 16:50:32 T:125054976 M: 98930688  NOTICE: Requesting TMDB : http://api.themoviedb.org/2.1/Movie.getInfo/en/json/b91e899ce561dd19695340c3b26e0a02/453
  9. 16:50:33 T:125054976 M: 98930688  NOTICE: Saving cache information:
  10. 16:50:33 T:125054976 M: 98930688  NOTICE: {'rating': 8.1999999999999993, 'code': u'tt0268978', 'tmdb_id': 453, 'title': u'A Beautiful Mind', 'tagline': u'I need to believe that something extra ordinary is possible....', 'writer': u'Sylvia Nasar / Akiva Goldsman', 'plot': u"At Princeton University, John Nash struggles to make a worthwhile contribution to serve as his legacy to the world of mathematics. He finally makes a revolutionary breakthrough that will eventually earn him the Nobel Prize. After graduate school he turns to teaching, becoming romantically involved with his student Alicia. Meanwhile the government asks his help with breaking Soviet codes, which soon gets him involved in a terrifying conspiracy plot. Nash grows more and more paranoid until a discovery that turns his entire world upside down. Now it is only with Alicia's help that he will be able to recover his mental strength and regain his status as the great mathematician we know him as today.", 'premiered': u'2001-12-13', 'imdb_id': u'tt0268978', 'director': u'Ron Howard', 'cast': "[(u'Russell Crowe', u'John Nash'), (u'Ed Harris', u'William Parcher'), (u'Jennifer Connelly', u'Alicia Nash'), (u'Christopher Plummer', u'Dr. Rosen'), (u'Paul Bettany', u'Charles'), (u'Adam Goldberg', u'Sol'), (u'Josh Lucas', u'Hansen'), (u'Anthony Rapp', u'Bender'), (u'Jason Gray-Stanford', u'Ainsley'), (u'Judd Hirsch', u'Helinger'), (u'Austin Pendleton', u'Thomas King'), (u'Vivien Cardone', u'Marcee'), (u'Jillie Simon', u'Bar Co-Ed'), (u'Victor Steinbach', u'Prof. Horner'), (u'Tanya Clarke', u'Becky'), (u'Thomas F. Walsh', u'Captain'), (u'Jesse Doran', u'General'), (u'Kent Cassella', u'Analyst'), (u'Patrick Blindauer', u'MIT Student'), (u'John Blaylock', u'Photographer'), (u'Roy Thinnes', u'Governor'), (u'Anthony Easton', u'Young Man'), (u'Cheryl Howard', u'Harvard Administrator'), (u'Josh Pais', u'Princeton Professor'), (u'David B. Allen', u'John Nash Teenager'), (u'Michael Esper', u'John Nash Young Man')]", 'imgs_prepacked': 'false', 'studio': u'Imagine Entertainment', 'cover_url': u'http://cf1.imgobject.com/posters/110/4d67fea67b9aa13631000110/a-beautiful-mind-cover.jpg', 'mpaa': u'PG-13', 'duration': '135', 'overlay': 6, 'genre': u'Drama / Romance / Thriller', 'thumb_url': u'http://cf1.imgobject.com/posters/110/4d67fea67b9aa13631000110/a-beautiful-mind-thumb.jpg', 'trailer_url': u'http://www.youtube.com/watch?v=aS_d0Ayjw4o', 'backdrop_url': u'http://cf1.imgobject.com/backdrops/a25/4bc907e3017a3c57fe002a25/a-beautiful-mind-original.jpg'}
  11. 16:50:33 T:125054976 M: 98918400    INFO: -->Python script returned the following error<--
  12. 16:50:33 T:125054976 M: 98918400   ERROR: Error Type: <type 'exceptions.KeyError'>
  13. 16:50:33 T:125054976 M: 98918400   ERROR: Error Contents: ('genres',)
  14. 16:50:33 T:125054976 M: 98918400   ERROR: Traceback (most recent call last):
  15.                                               File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.tvsource/default.py", line 214, in <module>
  16.                                                 infoLabels = create_infolabels(meta, name)
  17.                                               File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.tvsource/default.py", line 37, in create_infolabels
  18.                                                 infoLabels['genre'] = str(meta['genres'])
  19.                                             KeyError: ('genres',)
  20. 16:50:33 T:125054976 M: 98918400    INFO: -->End of Python script error report<--
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement