Advertisement
Guest User

Untitled

a guest
Mar 31st, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. [ERROR: alfred.workflow.input.scriptfilter] Code 1: Traceback (most recent call last):
  2. File "<string>", line 1, in <module>
  3. File "OmniTube.py", line 23, in <module>
  4. import OmniUtil, OmniAuth
  5. File "OmniUtil.py", line 415, in <module>
  6. validStart()
  7. File "OmniUtil.py", line 412, in validStart
  8. OmniAuth.validStart()
  9. File "OmniAuth.py", line 128, in validStart
  10. testAuthorization()
  11. File "OmniAuth.py", line 73, in testAuthorization
  12. newAuth = splinter.browser.Browser(driver_name = 'firefox')
  13. File "splinter/browser.py", line 53, in Browser
  14. return driver(*args, **kwargs)
  15. File "splinter/driver/webdriver/firefox.py", line 33, in __init__
  16. self.driver = Firefox(firefox_profile)
  17. File "selenium/webdriver/firefox/webdriver.py", line 59, in __init__
  18. self.binary, timeout),
  19. File "selenium/webdriver/firefox/extension_connection.py", line 47, in __init__
  20. self.binary.launch_browser(self.profile)
  21. File "selenium/webdriver/firefox/firefox_binary.py", line 60, in launch_browser
  22. self._start_from_profile_path(self.profile.path)
  23. File "selenium/webdriver/firefox/firefox_binary.py", line 83, in _start_from_profile_path
  24. env=self._firefox_env).communicate()
  25. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 711, in __init__
  26. errread, errwrite)
  27. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1308, in _execute_child
  28. raise child_exception
  29. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement