Sublime Forum

Package Control: Unable to download https://

#1

Please i cannot install new packages

Package Control: Unable to download https://packagecontrol.io/channel_v3.json after 3 attempts

Linux arrakis 5.3.0-61-generic #55~18.04.1-Ubuntu SMP Mon Jun 22 16:40:20 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Sublime text 3.2.2, Build 3211

It seems to be an issue with python (i am not a python developer)
Traceback (most recent call last):
File “/opt/sublime_text/sublime_plugin.py”, line 298, in on_api_ready
plc()
File “/home/jmontilla/.config/sublime-text-3/Installed Packages/1Self.sublime-package/1self.py”, line 58, in plugin_loaded
after_loaded()
File “/home/jmontilla/.config/sublime-text-3/Installed Packages/1Self.sublime-package/1self.py”, line 65, in after_loaded
get_stream_id_if_not_present()
File “/home/jmontilla/.config/sublime-text-3/Installed Packages/1Self.sublime-package/1self.py”, line 135, in get_stream_id_if_not_present
response = urllib2.urlopen(req)
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 1253, in do_open
File “./python3.3/http/client.py”, line 1147, in getresponse
File “./python3.3/http/client.py”, line 358, in begin
File “./python3.3/http/client.py”, line 328, in _read_status
http.client.BadStatusLine: ‘’

Thanks in advance

0 Likes

#2

The Traceback is from 1Self plugin, which seems to be unable to communicate with the server.

You could try to temporarily disable 1Self to see if its failure may cause Package Control to fail as well.

Otherwise the BadStatusLine exception indicates the server hasn’t responded with a proper HTTP message. It might be the server but also something blocking ST’s plugin host from communication.

Maybe a firewall rule or something like that?

0 Likes

#3

1self as per the author. Is no longer maintain or online.

0 Likes