Advertisement
Guest User

Untitled

a guest
Oct 20th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.37 KB | None | 0 0
  1. 23:34:04 T:125362176 M:105529344  NOTICE: Attempting to retreive meta data for movie: 0
  2. 23:34:04 T:125362176 M:105529344  NOTICE: SQL Select: SELECT * FROM movie_meta WHERE title = '0'
  3. 23:34:04 T:125362176 M:105529344  NOTICE: Found meta information by name in cache table:
  4. 23:34:04 T:125362176 M:105529344  NOTICE: {'cover_url': u'http://cf1.imgobject.com/posters/b03/4d40bd8d7b9aa15bbf002b03/goldfinger-cover.jpg', 'rating': 9.1999999999999993, 'trailer_url': u'http://www.youtube.com/watch?v=94UpZMvUvEk', 'tmdb_id': u'658', 'title': u'0', 'tagline': u'Everything he touches turns into excitement!', 'writer': u'Richard Maibaum / Paul Dehn', 'plot': u'Someone is planning a major robbery of Gold that could destroy the economy. James Bond is dispatched by the MI6 and the Bank of England to find the people responsible and stop them. This is the third film from the legendary James Bond series starring Sean Connery as the British super agent.', 'mpaa': u'PG', 'imdb_id': u'tt0058150', 'director': u'Guy Hamilton', 'cast': u"[(u'Sean Connery', u'James Bond'), (u'Honor Blackman', u'Pussy Galore'), (u'Gert Fr\\xf6be', u'Auric Goldfinger'), (u'Shirley Eaton', u'Jill Masterson'), (u'Tania Mallet', u'Tilly Masterson'), (u'Harold Sakata', u'Oddjob'), (u'Bernard Lee', u'M'), (u'Martin Benson', u'Martin Solo'), (u'Cec Linder', u'Felix Leiter'), (u'Austin Willis', u'Simmons'), (u'Lois Maxwell', u'Miss Moneypenny'), (u'Desmond Llewelyn', u'Q')]", 'imgs_prepacked': u'false', 'studio': u'', 'premiered': u'1964-12-25', 'year': u'', 'duration': u'112', 'overlay': 6, 'thumb_url': u'http://cf1.imgobject.com/posters/b03/4d40bd8d7b9aa15bbf002b03/goldfinger-thumb.jpg', 'genre': u'Action / Thriller / Foreign', 'backdrop_url': u'http://cf1.imgobject.com/backdrops/bfd/4bc90ac9017a3c57fe003bfd/goldfinger-original.jpg'}
  5. 23:34:04 T:125362176 M:105529344   DEBUG: TVSource: adding dir: {'rating': 9.1999999999999993, 'tmdb_id': u'658', 'title': u'0', 'tagline': u'Everything he touches turns into excitement!', 'writer': u'Richard Maibaum / Paul Dehn', 'year': u'', 'plot': u'Someone is planning a major robbery of Gold that could destroy the economy. James Bond is dispatched by the MI6 and the Bank of England to find the people responsible and stop them. This is the third film from the legendary James Bond series starring Sean Connery as the British super agent.', 'cover_url': u'http://cf1.imgobject.com/posters/b03/4d40bd8d7b9aa15bbf002b03/goldfinger-cover.jpg', 'imdb_id': u'tt0058150', 'director': u'Guy Hamilton', 'cast': [(u'Sean Connery', u'James Bond'), (u'Honor Blackman', u'Pussy Galore'), (u'Gert Fr\xf6be', u'Auric Goldfinger'), (u'Shirley Eaton', u'Jill Masterson'), (u'Tania Mallet', u'Tilly Masterson'), (u'Harold Sakata', u'Oddjob'), (u'Bernard Lee', u'M'), (u'Martin Benson', u'Martin Solo'), (u'Cec Linder', u'Felix Leiter'), (u'Austin Willis', u'Simmons'), (u'Lois Maxwell', u'Miss Moneypenny'), (u'Desmond Llewelyn', u'Q')], 'imgs_prepacked': u'false', 'premiered': u'1964-12-25', 'genre': u'Action / Thriller / Foreign', 'mpaa': u'PG', 'duration': u'112', 'studio': u'', 'overlay': 6, 'thumb_url': u'http://cf1.imgobject.com/posters/b03/4d40bd8d7b9aa15bbf002b03/goldfinger-thumb.jpg', 'trailer_url': u'http://www.youtube.com/watch?v=94UpZMvUvEk', 'backdrop_url': u'http://cf1.imgobject.com/backdrops/bfd/4bc90ac9017a3c57fe003bfd/goldfinger-original.jpg'}
  6. 23:34:04 T:125362176 M:105529344    INFO: -->Python script returned the following error<--
  7. 23:34:04 T:125362176 M:105529344   ERROR: Error Type: <type 'exceptions.TypeError'>
  8. 23:34:04 T:125362176 M:105529344   ERROR: Error Contents: an integer is required
  9. 23:34:04 T:125362176 M:105512960   ERROR: Traceback (most recent call last):
  10.                                               File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.tvsource/default.py", line 238, in <module>
  11.                                                 addon.add_Metadirectory({'mode' : 'GetMovieSource', 'url' : url }, meta , img=meta['cover_url'])
  12.                                               File "/var/mobile/Library/Preferences/XBMC/addons/script.module.t0mm0.common/lib/t0mm0/common/addon.py", line 613, in add_Metadirectory
  13.                                                 xbmcplugin.addDirectoryItem(self.handle, url, listitem,totalItems=200)
  14.                                             TypeError: an integer is required
  15. 23:34:04 T:125362176 M:105512960    INFO: -->End of Python script error report<--
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement