AChesser011384 / got-your-back

Automatically exported from code.google.com/p/got-your-back
0 stars 0 forks source link

socket.error: [Errno 60] Operation timed out #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Doing the first estimate
2.
3.

What is the expected output? What do you see instead?
Estimated size is expected. I'm getting an error message:
Traceback (most recent call last):
  File "gyb.py", line 1011, in <module>
    main(sys.argv[1:])
  File "gyb.py", line 492, in main
    imapconn = gimaplib.ImapConnect(generateXOAuthString(options.email, options.service_account), options.debug)
  File "/Users/jcb/Downloads/gyb-alpha-20-python-src/gimaplib.py", line 47, in ImapConnect
    imap_conn = imaplib.IMAP4_SSL('imap.gmail.com')
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imaplib.py", line 1148, in __init__
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imaplib.py", line 163, in __init__
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imaplib.py", line 1159, in open
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 571, in create_connection
socket.error: [Errno 60] Operation timed out

What version of the product are you using? On what operating system?
Jean-Christophes-MacBook-Pro:gyb-alpha-20-python-src jcb$ python gyb.py 
--version
Got Your Back 0.20 Alpha
Jay Lee - jay0lee@gmail.com
Python 2.7.2 64-bit final
Darwin-12.4.0-x86_64-i386-64bit x86_64

Mac OS X 10.8.4

Please provide any additional information below.

Original issue reported on code.google.com by j...@bettinel.li on 28 Aug 2013 at 3:11

GoogleCodeExporter commented 9 years ago
Please forget this request. This was a firewall issue.

Original comment by j...@bettinel.li on 28 Aug 2013 at 3:24