Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "lecho360.py", line 88, in <module>
  3. main()
  4. File "lecho360.py", line 79, in main
  5. downloader.download_all()
  6. File "/media/karmanya/2E42E20D42E1D99B/Users/kdawg/Documents/GitHub/lecho360/EchoDownloader.py", line 24, in download_all
  7. videos = self._course.get_videos(self._driver).videos
  8. File "/media/karmanya/2E42E20D42E1D99B/Users/kdawg/Documents/GitHub/lecho360/EchoCourse.py", line 23, in get_videos
  9. course_data_json = self._get_course_data(driver)
  10. File "/media/karmanya/2E42E20D42E1D99B/Users/kdawg/Documents/GitHub/lecho360/EchoCourse.py", line 65, in _get_course_data
  11. json_str = driver.find_element_by_tag_name("pre").text
  12. File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 346, in find_element_by_tag_name
  13. return self.find_element(by=By.TAG_NAME, value=name)
  14. File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 692, in find_element
  15. {'using': by, 'value': value})['value']
  16. File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 193, in execute
  17. self.error_handler.check_response(response)
  18. File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 181, in check_response
  19. raise exception_class(message, screen, stacktrace)
  20. selenium.common.exceptions.NoSuchElementException: Message: {"errorMessage":"Unable to find element with css selector 'pre'","request":{"headers":{"Accept":"application/json","Accept-Encoding":"identity","Connection":"close","Content-Length":"94","Content-Type":"application/json;charset=UTF-8","Host":"127.0.0.1:35101","User-Agent":"Python-urllib/2.7"},"httpVersion":"1.1","method":"POST","post":"{\"using\": \"css selector\", \"sessionId\": \"3c9f3290-359a-11e5-8e1a-5df534c50e47\", \"value\": \"pre\"}","url":"/element","urlParsed":{"anchor":"","query":"","file":"element","directory":"/","path":"/element","relative":"/element","port":"","host":"","password":"","user":"","userInfo":"","authority":"","protocol":"","source":"/element","queryKey":{},"chunks":["element"]},"urlOriginal":"/session/3c9f3290-359a-11e5-8e1a-5df534c50e47/element"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement