Comment 3 for bug 989838

Revision history for this message
Aatish (aatish) wrote :

I am having the same problem. It started after I forcibly quit gmailwatcher. After that when I reloaded it was no longer could access my email. I tried removing and adding my account, and received the error below. My internet connection is working fine and there are no proxies active. Any help would be very much appreciated, as gmailwatcher was working excellently until now.

/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/dist-packages/gmailwatcher/app/preferences.py", line 108, in get_mail_folders
    M = imaplib2.IMAP4_SSL("imap.gmail.com", proxy_info=get_proxy_info())
  File "/usr/lib/python2.7/dist-packages/gmailwatcher/lib/imaplib2.py", line 1872, in __init__
    IMAP4.__init__(self, host, port, debug, debug_file, identifier, timeout, proxy_info)
  File "/usr/lib/python2.7/dist-packages/gmailwatcher/lib/imaplib2.py", line 308, in __init__
    self.open(host, port)
  File "/usr/lib/python2.7/dist-packages/gmailwatcher/lib/imaplib2.py", line 1884, in open
    self.sock = self.open_socket()
  File "/usr/lib/python2.7/dist-packages/gmailwatcher/lib/imaplib2.py", line 424, in open_socket
    raise socket.error(msg)
error: [Errno 111] Connection refused