Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. peter@andromeda:~$ test.sh ttvdb /srv/ahome/peter/proj/build/mythtv/ttvdb/usr/share/mythtv/metadata/Television/ttvdb.py -d -l en -a US -N Hannibal Aperitif
  2. + export PATH=/home/peter/proj/build/mythtv/ttvdb/usr/bin:/home/peter/proj/build/mythtv/ttvdb/usr/local/bin:/home/peter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/mythtv/bin
  3. + PATH=/home/peter/proj/build/mythtv/ttvdb/usr/bin:/home/peter/proj/build/mythtv/ttvdb/usr/local/bin:/home/peter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/mythtv/bin
  4. + export MYTHTVDIR=/home/peter/proj/build/mythtv/ttvdb/usr
  5. + MYTHTVDIR=/home/peter/proj/build/mythtv/ttvdb/usr
  6. + export LD_LIBRARY_PATH=/home/peter/proj/build/mythtv/ttvdb/usr/lib:/home/peter/proj/build/mythtv/ttvdb/usr/share/mythtv/lib:
  7. + LD_LIBRARY_PATH=/home/peter/proj/build/mythtv/ttvdb/usr/lib:/home/peter/proj/build/mythtv/ttvdb/usr/share/mythtv/lib:
  8. + export MYTHCONFDIR=/home/peter/.mythtv-ttvdb
  9. + MYTHCONFDIR=/home/peter/.mythtv-ttvdb
  10. + export PYTHONPATH=/home/peter/proj/build/mythtv/ttvdb/usr/local/lib/python2.7/dist-packages
  11. + PYTHONPATH=/home/peter/proj/build/mythtv/ttvdb/usr/local/lib/python2.7/dist-packages
  12. ++ ls -d /home/peter/proj/build/mythtv/ttvdb/usr/local/share/perl/5.22.1
  13. + export PERL5LIB=/home/peter/proj/build/mythtv/ttvdb/usr/local/share/perl/5.22.1
  14. + PERL5LIB=/home/peter/proj/build/mythtv/ttvdb/usr/local/share/perl/5.22.1
  15. + exec /srv/ahome/peter/proj/build/mythtv/ttvdb/usr/share/mythtv/metadata/Television/ttvdb.py -d -l en -a US -N Hannibal Aperitif
  16. opts {'usage': False, 'configure': '', 'screenshot': False, 'num_seasons': False, 'language': 'en', 'poster': False, 'mythvideo': False, 'list': False, 'collection': False, 'fanart': False, 'banner': False, 'raw': False, 'version': False, 'numbers': True, 'country': 'US', 'test': False, 'interactive': False, 'data': False, 'debug': True, 'doctest': False}
  17.  
  18. args [u'Hannibal', u'Aperitif']
  19. [u'Hannibal', u'Aperitif']
  20. ####################
  21. # series_season_ep array( [u'Hannibal', u'Aperitif'] )
  22. ####################
  23. # Starting tvtvb
  24. # Processing (Hannibal) Series
  25. /home/peter/proj/build/mythtv/ttvdb/usr/local/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)
  26. "The debug argument to tvdb_api.__init__ will be removed in the next version. "
  27. # ..got tvdb mirrors
  28. # Start to process series or series_season_ep
  29. ####################
  30. DEBUG:tvdb_api:Getting show Hannibal
  31. DEBUG:tvdb_api:Searching for show Hannibal
  32. DEBUG:tvdb_api:auth
  33. DEBUG:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): api.thetvdb.com
  34. DEBUG:requests.packages.urllib3.connectionpool:https://api.thetvdb.com:443 "POST /login HTTP/1.1" 403 None
  35. Traceback (most recent call last):
  36. File "/srv/ahome/peter/proj/build/mythtv/ttvdb/usr/share/mythtv/metadata/Television/ttvdb.py", line 2382, in <module>
  37. sys.exit(main())
  38. File "/srv/ahome/peter/proj/build/mythtv/ttvdb/usr/share/mythtv/metadata/Television/ttvdb.py", line 2194, in main
  39. seriesfound=searchseries(t, opts, x)
  40. File "/srv/ahome/peter/proj/build/mythtv/ttvdb/usr/share/mythtv/metadata/Television/ttvdb.py", line 1242, in searchseries
  41. series_data = search_for_series(t, series_name, opts.language)
  42. File "/srv/ahome/peter/proj/build/mythtv/ttvdb/usr/share/mythtv/metadata/Television/ttvdb.py", line 1228, in search_for_series
  43. return tvdb[sid_or_name]
  44. File "/home/peter/proj/build/mythtv/ttvdb/usr/local/lib/python2.7/dist-packages/MythTV/ttvdb/tvdb_api.py", line 1156, in __getitem__
  45. sid = self._nameToSid(key)
  46. File "/home/peter/proj/build/mythtv/ttvdb/usr/local/lib/python2.7/dist-packages/MythTV/ttvdb/tvdb_api.py", line 1137, in _nameToSid
  47. selected_series = self._getSeries(name)
  48. File "/home/peter/proj/build/mythtv/ttvdb/usr/local/lib/python2.7/dist-packages/MythTV/ttvdb/tvdb_api.py", line 917, in _getSeries
  49. allSeries = self.search(series)
  50. File "/home/peter/proj/build/mythtv/ttvdb/usr/local/lib/python2.7/dist-packages/MythTV/ttvdb/tvdb_api.py", line 897, in search
  51. seriesEt = self._getetsrc(self.config['url_getSeries'] % (series))
  52. File "/home/peter/proj/build/mythtv/ttvdb/usr/local/lib/python2.7/dist-packages/MythTV/ttvdb/tvdb_api.py", line 857, in _getetsrc
  53. src = self._loadUrl(url, language=language)
  54. File "/home/peter/proj/build/mythtv/ttvdb/usr/local/lib/python2.7/dist-packages/MythTV/ttvdb/tvdb_api.py", line 804, in _loadUrl
  55. self.authorize()
  56. File "/home/peter/proj/build/mythtv/ttvdb/usr/local/lib/python2.7/dist-packages/MythTV/ttvdb/tvdb_api.py", line 845, in authorize
  57. r_json = r.json()
  58. File "/usr/lib/python2.7/dist-packages/requests/models.py", line 808, in json
  59. return complexjson.loads(self.text, **kwargs)
  60. File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 516, in loads
  61. return _default_decoder.decode(s)
  62. File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 370, in decode
  63. obj, end = self.raw_decode(s)
  64. File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 400, in raw_decode
  65. return self.scan_once(s, idx=_w(s, idx).end())
  66. simplejson.scanner.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement