Gmvault on osx - Received IMAP interrupt error. Wait 1 second and try again.

I am currently trying to backup my gmail using gmvault . I used to have success with this tool. I am running OSX Mavericks with the latest version of gmvault (1.8.1 beta)

After my attempts, the synchronization failed, I received the following messages:

Start emails synchronization.
2000 emails to be fetched.
IMAP (abort) error message = command: FETCH => Gmvault ssl socket error: EOF. Connection lost, reconnect.. traceback:Traceback (most recent call last):
  File "gmv/imap_utils.pyc", line 117, in wrapper
  File "gmv/imap_utils.pyc", line 504, in fetch
  File "imapclient/imapclient.pyc", line 682, in fetch
  File "imaplib.pyc", line 899, in _command_complete
abort: command: FETCH => Gmvault ssl socket error: EOF. Connection lost, reconnect.

Received an IMAP abort error. Wait 1 seconds and retrying.
Disconnecting from Gmail Server and sleeping ...
logout failed: "<class 'imaplib.abort'>: command: LOGOUT => Gmvault ssl socket error: EOF. Connection lost, reconnect."
Traceback (most recent call last):
  File "gmv/imap_utils.pyc", line 315, in disconnect
  File "imapclient/imapclient.pyc", line 136, in logout
  File "imapclient/imapclient.pyc", line 775, in _check_resp
error: logout failed: "<class 'imaplib.abort'>: command: LOGOUT => Gmvault ssl socket error: EOF. Connection lost, reconnect."
Reconnecting to the from Gmail Server.
After Enabling compression.
IMAP (abort) error message = command: FETCH => Gmvault ssl socket error: EOF. Connection lost, reconnect.. traceback:Traceback (most recent call last):
  File "gmv/imap_utils.pyc", line 117, in wrapper
  File "gmv/imap_utils.pyc", line 504, in fetch
  File "imapclient/imapclient.pyc", line 682, in fetch
  File "imaplib.pyc", line 899, in _command_complete
abort: command: FETCH => Gmvault ssl socket error: EOF. Connection lost, reconnect.

Received an IMAP abort error. Wait 2 seconds and retrying.
Disconnecting from Gmail Server and sleeping ...
logout failed: "<class 'imaplib.abort'>: command: LOGOUT => Gmvault ssl socket error: EOF. Connection lost, reconnect."
Traceback (most recent call last):
  File "gmv/imap_utils.pyc", line 315, in disconnect
  File "imapclient/imapclient.pyc", line 136, in logout
  File "imapclient/imapclient.pyc", line 775, in _check_resp
error: logout failed: "<class 'imaplib.abort'>: command: LOGOUT => Gmvault ssl socket error: EOF. Connection lost, reconnect."
Reconnecting to the from Gmail Server.
+4
source share
2 answers

On OSX Mavericks, you need to modify the gmvault configuration file and install enable_imap_compressiononfalse

enable_imap_compression=False

More details here:

https://github.com/gaubert/gmvault/issues/154

+7
source

Gmvault. , Gmvault. Gmvault. Gmvault Alternative, Gmvault.

, Gmail.

0

Source: https://habr.com/ru/post/1529379/


All Articles