Advertisement
Guest User

Untitled

a guest
Nov 11th, 2011
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 3.04 KB | None | 0 0
  1. 22:00:06 T:123502592 M: 96321536  NOTICE: Attempting to retreive meta data for movie: The Hangover  tt1119646
  2. 22:00:06 T:123502592 M: 96321536  NOTICE: Looking up in local cache by id for: movie tt1119646
  3. 22:00:06 T:123502592 M: 96321536  NOTICE: SQL Select: SELECT * FROM movie_meta WHERE imdb_id = 'tt1119646'
  4. 22:00:06 T:104280064 M: 96321536   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  5. 22:00:06 T:123502592 M: 96321536  NOTICE: Found meta information by id in cache table:
  6. 22:00:06 T:123502592 M: 96321536  NOTICE: {'cover_url': u'http://cf2.imgobject.com/t/p/w185/puUPIY2MxLOmkMftUTOVizFzkvz.jpg', 'rating': 8.5999999999999996, 'trailer_url': u'http://www.youtube.com/watch?v=jj6wcUes1no', 'tmdb_id': u'18785', 'title': u'thehangover', 'tagline': u"Some guys just can't handle Vegas.", 'writer': u'Jon Lucas / Scott Moore', 'plot': u'A Las Vegas-set comedy centered around three groomsmen who lose their about-to-be-wed buddy during their drunken misadventures, then must retrace their steps in order to find him.', 'mpaa': u'R', 'imdb_id': u'tt1119646', 'director': u'Todd Phillips', 'cast': u"[(u'Bradley Cooper', u'Phil Wenneck'), (u'Ed Helms', u'Stu Price'), (u'Zach Galifianakis', u'Alan Garner'), (u'Justin Bartha', u'Doug Billings'), (u'Heather Graham', u'Jade'), (u'Sasha Barrese', u'Tracy Garner'), (u'Jeffrey Tambor', u'Sid Garner'), (u'Rachael Harris', u'Melissa'), (u'Ken Jeong', u'Mr. Chow'), (u'Mike Tyson', u'Himself'), (u'Mike Epps', u'Black Doug'), (u'Jernard Burks', u'Leonard'), (u'Rob Riggle', u'Officer Franklin'), (u'Cleo King', u'Officer Garden'), (u'Bryan Callen', u'Eddie Palermo')]", 'imgs_prepacked': u'false', 'studio': u'Legendary Pictures', 'premiered': u'2009-06-05', 'year': 2009, 'duration': u'100', 'overlay': 6, 'thumb_url': u'http://cf2.imgobject.com/t/p/w92/puUPIY2MxLOmkMftUTOVizFzkvz.jpg', 'genre': u'Comedy / Crime', 'backdrop_url': u'http://cf2.imgobject.com/t/p/original/rl30cTC0C1cqOtXMHPOQenfZinl.jpg'}
  7. 22:00:06 T:123502592 M: 96321536    INFO: -->Python script returned the following error<--
  8. 22:00:06 T:123502592 M: 96321536   ERROR: Error Type: <type 'exceptions.TypeError'>
  9. 22:00:06 T:123502592 M: 96321536   ERROR: Error Contents: add_video_item() got multiple values for keyword argument 'img'
  10. 22:00:06 T:123502592 M: 96313344   ERROR: Traceback (most recent call last):
  11.                                               File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.meta.tester/default.py", line 47, in <module>
  12.                                                 add_video(meta, 'movie')
  13.                                               File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.meta.tester/default.py", line 35, in add_video
  14.                                                 addon.add_video_item({'url': 'none', 'video_type': type}, meta, contextMenuItems, img=meta['cover_url'], fanart=meta['backdrop_url'])
  15.                                             TypeError: add_video_item() got multiple values for keyword argument 'img'
  16. 22:00:06 T:123502592 M: 96313344    INFO: -->End of Python script error report<--
  17.  
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement