apiad / sublime-browser-integration

A Sublime Text 3 plugin for interacting with the browser and do developer related tasks.
MIT License
35 stars 2 forks source link

Error on installation using Debian Testing #9

Open brettbatie opened 7 years ago

brettbatie commented 7 years ago

Downloading chromedriver executable from 'http://sublime.apiad.net/browser-integration/chromedriver/chromedriver-linux-64' into '/home/brett/.config/sublime-text-3/Installed Packages/chromedriver' [Start] Browser Integration :: Downloading chromedriver executable. Exception in thread Thread-39: Traceback (most recent call last): File "./python3.3/urllib/request.py", line 1248, in do_open File "./python3.3/http/client.py", line 1065, in request File "./python3.3/http/client.py", line 1103, in _send_request File "./python3.3/http/client.py", line 1061, in endheaders File "./python3.3/http/client.py", line 906, in _send_output File "./python3.3/http/client.py", line 844, in send File "./python3.3/http/client.py", line 822, in connect File "./python3.3/socket.py", line 417, in create_connection socket.gaierror: [Errno -2] Name or service not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "./python3.3/threading.py", line 901, in _bootstrap_inner File "./python3.3/threading.py", line 858, in run File "browser_integration_install in /home/brett/.config/sublime-text-3/Installed Packages/Browser Integration.sublime-package", line 34, in install_chromedriver File "./python3.3/urllib/request.py", line 156, in urlopen File "./python3.3/urllib/request.py", line 469, in open File "./python3.3/urllib/request.py", line 487, in _open File "./python3.3/urllib/request.py", line 447, in _call_chain File "./python3.3/urllib/request.py", line 1274, in http_open File "./python3.3/urllib/request.py", line 1251, in do_open urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>

[End] Browser Integration :: Downloading chromedriver executable.