lad1337

use zip file on tvdb

Apr 18th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. #######################
  2. without zip activated
  3. #######################
  4. lad1337@hannah:tvdb_api(branch:master)$ python tvdb_api.py
  5. DEBUG:tvdb_api:Configured language en override show language of en
  6. DEBUG:tvdb_api:Getting all series data for 71256
  7. DEBUG:tvdb_api:Retrieving URL http://www.thetvdb.com/api/0629B785CE550C8D/series/71256/en.xml
  8. DEBUG:tvdb_api:Getting all episodes of 71256
  9. DEBUG:tvdb_api:zip False
  10. DEBUG:tvdb_api:Retrieving URL http://www.thetvdb.com/api/0629B785CE550C8D/series/71256/all/en.xml
  11. DEBUG:tvdb_api:Retrieving URL http://www.thetvdb.com/api/0629B785CE550C8D/series/71256/all/en.xml
  12. Traceback (most recent call last):
  13. File "tvdb_api.py", line 847, in <module>
  14. main()
  15. File "tvdb_api.py", line 841, in main
  16. print tvdb_instance[71256][4][1]
  17. File "tvdb_api.py", line 819, in __getitem__
  18. self._getShowData(key, self.config['language'])
  19. File "tvdb_api.py", line 775, in _getShowData
  20. epsEt = self._getetsrc( url )
  21. File "tvdb_api.py", line 542, in _getetsrc
  22. raise tvdb_error(errormsg)
  23. tvdb_exceptions.tvdb_error: There was an error with the XML retrieved from thetvdb.com:
  24. no element found: line 15953, column 0
  25. If this does not resolve the issue, please try again later. If the error persists, report a bug on
  26. http://dbr.lighthouseapp.com/projects/13342-tvdb_api/overview
  27. lad1337@hannah:tvdb_api(branch:master)$
  28.  
  29. #######################
  30. with zip activated
  31. #######################
  32. lad1337@hannah:tvdb_api(branch:master)$ python tvdb_api.py
  33. DEBUG:tvdb_api:Configured language en override show language of en
  34. DEBUG:tvdb_api:Getting all series data for 71256
  35. DEBUG:tvdb_api:Retrieving URL http://www.thetvdb.com/api/0629B785CE550C8D/series/71256/en.xml
  36. DEBUG:tvdb_api:Getting all episodes of 71256
  37. DEBUG:tvdb_api:zip True
  38. DEBUG:tvdb_api:Retrieving URL http://www.thetvdb.com/api/0629B785CE550C8D/series/71256/all/en.zip
  39. <Episode 04x01 - Michael J. Fox>
  40. lad1337@hannah:tvdb_api(branch:master)$
Advertisement
Add Comment
Please, Sign In to add comment