Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeout error for inbox syncing #45

Closed
soyapark opened this issue Mar 5, 2019 · 3 comments
Closed

timeout error for inbox syncing #45

soyapark opened this issue Mar 5, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@soyapark
Copy link
Member

soyapark commented Mar 5, 2019

mailbox._sync()
  File "/home/ubuntu/production/mailx/browser/models/mailbox.py", line 47, in _sync
    for folder in self._list_selectable_folders():
  File "/home/ubuntu/production/mailx/browser/models/mailbox.py", line 124, in _list_selectable_folders
    for child_folder in self._list_selectable_folders(name + delimiter):
  File "/home/ubuntu/production/mailx/browser/models/mailbox.py", line 108, in _list_selectable_folders
    for (flags, delimiter, name) in self._imap_client.list_folders('', root + '%'):
  File "/usr/local/lib/python2.7/dist-packages/imapclient/imapclient.py", line 492, in list_folders
    return self._do_list('LIST', directory, pattern)
  File "/usr/local/lib/python2.7/dist-packages/imapclient/imapclient.py", line 539, in _do_list
    typ, dat = self._imap._simple_command(cmd, directory, pattern)
  File "/usr/lib/python2.7/imaplib.py", line 1088, in _simple_command
    return self._command_complete(name, self._command(name, *args))
  File "/usr/lib/python2.7/imaplib.py", line 912, in _command_complete
    raise self.abort('command: %s => %s' % (name, val))
Exception: command: LIST => socket error: EOF
@soyapark soyapark added the bug Something isn't working label Mar 5, 2019
@lukesmurray
Copy link
Collaborator

found a related issue the suggestion appears to be making our code more robust to errors. We also may need to login again. I want to see if this issue happens a lot before we invest time in fixing it cause the fix is going to be a little time consuming.

@soyapark
Copy link
Member Author

It happens again to my primary inbox T.T I think we should resolve this issue

@soyapark soyapark added this to To do in YoUPS developer interface via automation Mar 12, 2019
@soyapark soyapark moved this from To do to In progress in YoUPS developer interface Apr 2, 2019
@lukesmurray
Copy link
Collaborator

lukesmurray commented Apr 10, 2019

YoUPS developer interface automation moved this from In progress to Done Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

2 participants