Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. /usr/share/mythtv/metadata/Television/ttvdb.py -l it -a IT -D 78901 2 8 -d
  2. opts {'usage': False, 'configure': '', 'screenshot': False, 'num_seasons': False, 'language': 'it', 'poster': False, 'mythvideo': False, 'list': False, 'collection': False, 'fanart': False, 'banner': False, 'raw': False, 'version': False, 'numbers': False, 'country': 'IT', 'test': False, 'interactive': False, 'data': True, 'debug': True, 'doctest': False}
  3.  
  4. args [u'78901', u'2', u'8']
  5. [u'78901', u'2', u'8']
  6. ####################
  7. # series_season_ep array( [u'78901', u'2', u'8'] )
  8. ####################
  9. # Starting tvtvb
  10. # Processing (78901) Series
  11. /usr/lib/python2.7/dist-packages/MythTV/ttvdb/tvdb_api.py:706: UserWarning: The debug argument to tvdb_api.__init__ will be removed in the next version. To enable debug messages, use the following code before importing: import logging; logging.basicConfig(level=logging.DEBUG)
  12. "The debug argument to tvdb_api.__init__ will be removed in the next version. "
  13. # ..got tvdb mirrors
  14. # Start to process series or series_season_ep
  15. ####################
  16. DEBUG:tvdb_api:Configured language it override show language of it
  17. DEBUG:tvdb_api:Getting all series data for 78901
  18. DEBUG:tvdb_api:loadurl: https://api.thetvdb.com/series/78901 lid=it
  19. DEBUG:tvdb_api:response:
  20. DEBUG:tvdb_api:{u'data': {u'seriesId': u'30144', u'rating': u'TV-14', u'overview': u'Sam Winchester, diversamente da suo fratello Dean, ha sempre rifiutato l\u2019ossessiva ricerca del padre nel cercare di smascherare le forze del male che hanno, misteriosamente, ucciso la madre. Sam, dopo il liceo, si trasferisce per frequentare il college lontano dalla sua famiglia. Ma un giorno, Dean, bussa alla sua porta con la notizia che il padre \xe8 scomparso, e Sam non ha alternative: deve mettersi alla ricerca insieme al fratello.', u'firstAired': u'2005-09-13', u'zap2itId': u'EP00754231', u'aliases': [], u'networkId': u'', u'network': u'The CW', u'id': 78901, u'seriesName': u'Supernatural', u'status': u'Continuing', u'added': u'', u'imdbId': u'tt0460681', u'lastUpdated': 1508769097, u'addedBy': None, u'genre': [u'Action', u'Crime', u'Drama', u'Fantasy', u'Horror', u'Mystery', u'Suspense'], u'banner': u'graphical/78901-g38.jpg', u'airsTime': u'8:00 PM', u'siteRatingCount': 515, u'airsDayOfWeek': u'Thursday', u'runtime': u'45', u'siteRating': 9}}
  21. DEBUG:tvdb_api:Getting season banners for 78901
  22. DEBUG:tvdb_api:auth
  23. INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): api.thetvdb.com
  24. DEBUG:requests.packages.urllib3.connectionpool:"POST /login HTTP/1.1" 200 None
  25. DEBUG:requests.packages.urllib3.connectionpool:"GET /series/78901/images HTTP/1.1" 404 35
  26. DEBUG:tvdb_api:loadurl: https://api.thetvdb.com/series/78901/images lid=it
  27. DEBUG:tvdb_api:response:
  28. DEBUG:tvdb_api:{u'Error': u'Resource not found'}
  29. Traceback (most recent call last):
  30. File "/usr/share/mythtv/metadata/Television/ttvdb.py", line 2464, in <module>
  31. sys.exit(main())
  32. File "/usr/share/mythtv/metadata/Television/ttvdb.py", line 2271, in main
  33. seriesfound=searchseries(t, opts, series_season_ep)
  34. File "/usr/share/mythtv/metadata/Television/ttvdb.py", line 1324, in searchseries
  35. series_data = search_for_series(t, series_name, opts.language)
  36. File "/usr/share/mythtv/metadata/Television/ttvdb.py", line 1308, in search_for_series
  37. return tvdb.series_by_sid(sid_or_name, language)
  38. File "/usr/share/mythtv/metadata/Television/ttvdb.py", line 1280, in series_by_sid
  39. self._getShowData(sid, language=language)
  40. File "/usr/lib/python2.7/dist-packages/MythTV/ttvdb/tvdb_api.py", line 1068, in _getShowData
  41. self._parseBanners(sid)
  42. File "/usr/lib/python2.7/dist-packages/MythTV/ttvdb/tvdb_api.py", line 957, in _parseBanners
  43. for cur_banner in bannersEt.keys():
  44. AttributeError: 'NoneType' object has no attribute 'keys'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement