Advertisement
abeksis

sdfsaf

Jan 30th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. line 416, in parallel_get_sources
  2. hosters = scraper.get_sources(video)
  3. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/moviexk_scraper.py", line 53, in get_sources
  4. source_url = self.get_url(video)
  5. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/moviexk_scraper.py", line 90, in get_url
  6. return self._default_get_url(video)
  7. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/scraper.py", line 229, in _default_get_url
  8. results = self.search(temp_video_type, video.title, video.year)
  9. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/moviexk_scraper.py", line 96, in search
  10. html = self._http_get(search_url, cache_limit=1)
  11. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/scraper.py", line 252, in _http_get
  12. headers=headers, allow_redirect=allow_redirect, cache_limit=cache_limit)
  13. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/scraper.py", line 271, in _cached_http_get
  14. _created, _res_header, html = self.db_connection.get_cached_url(url, data, cache_limit)
  15. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/salts_lib/db_utils.py", line 137, in get_cached_url
  16. rows = self.__execute(sql, (url, data))
  17. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/salts_lib/db_utils.py", line 468, in __execute
  18. raise DatabaseRecoveryError(e)
  19. DatabaseRecoveryError: no such column: res_header
  20. 10:06:04 T:123145340096512 ERROR: Exception in thread Thread-54:
  21. Traceback (most recent call last):
  22. File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.10_x86_64-target/lib/python2.6/threading.py", line 532, in __bootstrap_inner
  23. File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.10_x86_64-target/lib/python2.6/threading.py", line 484, in run
  24. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/salts_lib/utils.py", line 416, in parallel_get_sources
  25. hosters = scraper.get_sources(video)
  26. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/hdmovie14_scraper.py", line 52, in get_sources
  27. source_url = self.get_url(video)
  28. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/hdmovie14_scraper.py", line 76, in get_url
  29. return self._default_get_url(video)
  30. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/scraper.py", line 229, in _default_get_url
  31. results = self.search(temp_video_type, video.title, video.year)
  32. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/hdmovie14_scraper.py", line 84, in search
  33. html = self._http_get(search_url, cache_limit=1)
  34. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/scraper.py", line 252, in _http_get
  35. headers=headers, allow_redirect=allow_redirect, cache_limit=cache_limit)
  36. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/scrapers/scraper.py", line 271, in _cached_http_get
  37. _created, _res_header, html = self.db_connection.get_cached_url(url, data, cache_limit)
  38. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/salts_lib/db_utils.py", line 137, in get_cached_url
  39. rows = self.__execute(sql, (url, data))
  40. File "/Users/aviabeksis/Library/Application Support/Kodi/addons/plugin.video.salts/salts_lib/db_utils.py", line 468, in __execute
  41. raise DatabaseRecoveryError(e)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement