Guest User

Untitled

a guest
Aug 10th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. [2010-09-14 12:51:25,072] Fetching info for 1000 messages (129000/196668)
  2. Traceback (most recent call last):
  3. File "main.py", line 251, in <module>
  4. message_infos = GetMessageInfos(opts)
  5. File "main.py", line 56, in GetMessageInfos
  6. message_infos = m.GetMessageInfos()
  7. File "/Users/thomaslee/Projects/mail_trends/mail-trends/mail.py", line 78, in GetMessageInfos
  8. self.__max_messages)
  9. File "/Users/thomaslee/Projects/mail_trends/mail-trends/mail.py", line 135, in __UidFetch
  10. fetch_parts)
  11. File "/Users/thomaslee/Projects/mail_trends/mail-trends/mail.py", line 156, in __UidCommand
  12. r, data = self.__mail.uid(command, *args)
  13. File "/usr/local/Cellar/python/2.6.5/lib/python2.6/imaplib.py", line 753, in uid
  14. typ, dat = self._simple_command(name, command, *args)
  15. File "/usr/local/Cellar/python/2.6.5/lib/python2.6/imaplib.py", line 1060, in _simple_command
  16. return self._command_complete(name, self._command(name, *args))
  17. File "/usr/local/Cellar/python/2.6.5/lib/python2.6/imaplib.py", line 893, in _command_complete
  18. self._check_bye()
  19. File "/usr/local/Cellar/python/2.6.5/lib/python2.6/imaplib.py", line 808, in _check_bye
  20. raise self.abort(bye[-1])
  21. imaplib.abort: System Error
Add Comment
Please, Sign In to add comment