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 Ian.Wetherbee, mrDoctorWho0.., orsenthil, pitrou
Date 2013-09-20.10:48:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379674090.55.0.422661551919.issue11220@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>
History
Date User Action Args
2013-09-20 11:27:00Arfreverunlinkissue11220 messages
2013-09-20 10:48:10mrDoctorWho0..setrecipients: + mrDoctorWho0.., orsenthil, pitrou, Ian.Wetherbee
2013-09-20 10:48:10mrDoctorWho0..setmessageid: <1379674090.55.0.422661551919.issue11220@psf.upfronthosting.co.za>
2013-09-20 10:48:10mrDoctorWho0..linkissue11220 messages
2013-09-20 10:48:10mrDoctorWho0..create