This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mrDoctorWho0..
Recipients mrDoctorWho0..
Date 2013-09-20.10:55:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379674537.84.0.951539433247.issue19057@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to use POST-request to https://vk.com and sometimes library raise an error.
  File "library/vkApi.py", line 31, in post
    response = self.Opener.open(request)
  File "/usr/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1222, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error _ssl.c:489: The handshake operation timed out>

This exception appears randomly, connection is ok 100%. I tried it on different machines with python 2.7.4 and 2.7.3.
History
Date User Action Args
2013-09-20 10:55:37mrDoctorWho0..setrecipients: + mrDoctorWho0..
2013-09-20 10:55:37mrDoctorWho0..setmessageid: <1379674537.84.0.951539433247.issue19057@psf.upfronthosting.co.za>
2013-09-20 10:55:37mrDoctorWho0..linkissue19057 messages
2013-09-20 10:55:37mrDoctorWho0..create