sublime-browser-integration icon indicating copy to clipboard operation
sublime-browser-integration copied to clipboard

Launching Firefox

Open gkrzyminski opened this issue 10 years ago • 1 comments

Any idea, why do I get this error, while trying to launch Firefox?

[Start] Browser Integration :: Opening new Firefox instance.
Exception in thread Thread-12:
Traceback (most recent call last):
  File "./threading.py", line 901, in _bootstrap_inner
  File "./threading.py", line 858, in run
  File "browser_integration_launch in C:\Users\grzegorz.krzyminski\AppData\Roaming\Sublime Text 3\Installed Packages\Browser Integration.sublime-package", line 28, in open_browser
  File "browser in C:\Users\grzegorz.krzyminski\AppData\Roaming\Sublime Text 3\Installed Packages\Browser Integration.sublime-package", line 29, in connect
  File "selenium.webdriver.firefox.webdriver in C:\Users\grzegorz.krzyminski\AppData\Roaming\Sublime Text 3\Installed Packages\Browser Integration.sublime-package", line 43, in __init__
  File "C:\Users\grzegorz.krzyminski\AppData\Roaming\Sublime Text 3\Installed Packages\Browser Integration.sublime-package\selenium\webdriver\firefox\firefox_profile.py", line 58, in __init__
    WEBDRIVER_PREFERENCES)) as default_prefs:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\grzegorz.krzyminski\\AppData\\Roaming\\Sublime Text 3\\Installed Packages\\Browser Integration.sublime-package\\selenium\\webdriver\\firefox\\webdriver_prefs.json'

[End] Browser Integration :: Opening new Firefox instance.

gkrzyminski avatar Aug 10 '15 10:08 gkrzyminski

Hi, I haven't looked at this plugin for a while. Firefox support has never been completed, and probably with newer versions of either Firefox or Selenium, or even Sublime, things will break. Let me take a deeper look and I'll get back to you as soon as I have an answer.

Thanks for sharing!

Ale.

On 8/10/15, gkrzyminski [email protected] wrote:

Any idea, why do I get this error, while trying to launch Firefox?

[Start] Browser Integration :: Opening new Firefox instance. Exception in thread Thread-12: Traceback (most recent call last): File "./threading.py", line 901, in _bootstrap_inner File "./threading.py", line 858, in run File "browser_integration_launch in C:\Users\grzegorz.krzyminski\AppData\Roaming\Sublime Text 3\Installed Packages\Browser Integration.sublime-package", line 28, in open_browser File "browser in C:\Users\grzegorz.krzyminski\AppData\Roaming\Sublime Text 3\Installed Packages\Browser Integration.sublime-package", line 29, in connect File "selenium.webdriver.firefox.webdriver in C:\Users\grzegorz.krzyminski\AppData\Roaming\Sublime Text 3\Installed Packages\Browser Integration.sublime-package", line 43, in init File "C:\Users\grzegorz.krzyminski\AppData\Roaming\Sublime Text 3\Installed Packages\Browser Integration.sublime-package\selenium\webdriver\firefox\firefox_profile.py", line 58, in init WEBDRIVER_PREFERENCES)) as default_prefs: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\grzegorz.krzyminski\AppData\Roaming\Sublime Text 3\Installed Packages\Browser Integration.sublime-package\selenium\webdriver\firefox\webdriver_prefs.json'

[End] Browser Integration :: Opening new Firefox instance.


Reply to this email directly or view it on GitHub: https://github.com/apiad/sublime-browser-integration/issues/6

apiad avatar Aug 11 '15 03:08 apiad