Advertisement
embee

Untitled

Feb 13th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. File "cttx.py", line 147, in <module>
  2. result = tw.direct_messages.new(user=uname, text=sequence[2])
  3. File "/Users/Home/Downloads/cryptweet/twitter/api.py", line 165, in __call__
  4. return self._handle_response(req, uri, arg_data)
  5. File "/Users/Home/Downloads/cryptweet/twitter/api.py", line 169, in _handle_response
  6. handle = urllib_request.urlopen(req)
  7. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 126, in urlopen
  8. return _opener.open(url, data, timeout)
  9. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 394, in open
  10. response = self._open(req, data)
  11. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 412, in _open
  12. '_open', req)
  13. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain
  14. result = func(*args)
  15. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1207, in https_open
  16. return self.do_open(httplib.HTTPSConnection, req)
  17. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1174, in do_open
  18. raise URLError(err)
  19. urllib2.URLError: <urlopen error [Errno 54] Connection reset by peer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement