Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message #1

Open
sayedihashimi opened this issue Nov 1, 2014 · 2 comments
Open

Error message #1

sayedihashimi opened this issue Nov 1, 2014 · 2 comments

Comments

@sayedihashimi
Copy link
Member

Migrated from: ligershark/Kulture#41
Creator: jchannon

I get this error on Sublime startup from time to time.

screen shot 2014-10-31 at 15 58 12

@personalnadir
Copy link

I'm seeing this issue. However I don't have get the TypeError, which I assume was fixed. I get this error both on my home and work networks. Any ideas what might be causing it?

  File "./python3.3/threading.py", line 901, in _bootstrap_inner
  File "/Users/tap32/Library/Application Support/Sublime Text 3/Packages/Kulture/Completions.py", line 132, in run
    http_file = urllib.request.urlopen(request, timeout=self.timeout)
  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 1289, in https_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 320, in _read_status
  File "./python3.3/socket.py", line 297, in readinto
  File "./python3.3/ssl.py", line 493, in recv_into
  File "./python3.3/ssl.py", line 367, in read
socket.timeout: The read operation timed out

reloading plugin Kulture.Kulture

@personalnadir
Copy link

The timeout message is occurring because Completions.py requests https://www.myget.org/F/aspnetvnext/api/v2/Packages()?$select=Id&$format=json&orderby=DownloadCount&$top=100 and sets the request to timeout after 5 seconds. However on my computer connected by ethernet to my work network that URL takes around 33 seconds to resolve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants