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

Gmvault stops processing emails after email number 76458 #324

Open
jsunderland94 opened this issue Jun 18, 2018 · 0 comments
Open

Gmvault stops processing emails after email number 76458 #324

jsunderland94 opened this issue Jun 18, 2018 · 0 comments

Comments

@jsunderland94
Copy link

jsunderland94 commented Jun 18, 2018

@gaubert I've been having some issues with Gmvault. I'm trying to archive an old user account for the company I work for but when it reaches a certain email I get an error message saying the system failed and then it disconnects from the gmail servers and stop the archive all together I have attached the error message below.

Process email num 76450 (imap_id:135063) from 2017-05.
Process email num 76451 (imap_id:135067) from 2017-05.
Process email num 76452 (imap_id:135068) from 2017-05.
Process email num 76453 (imap_id:135076) from 2017-05.
Process email num 76454 (imap_id:135077) from 2017-05.
Process email num 76455 (imap_id:135078) from 2017-05.
Process email num 76456 (imap_id:135085) from 2017-05.
Process email num 76457 (imap_id:135086) from 2017-05.
Process email num 76458 (imap_id:135089) from 2017-05.
Error when reaching Gmail server. Wait 1 second(s) and retry up to 2 times.
Disconnecting from Gmail Server and sleeping ...
Reconnecting to the from Gmail Server.
Get OAuth2 credential from C:\Users\Jake Sunderland/.gmvault/old-ayaman@vandegriftinc.com.oauth2.

Error when reaching Gmail server. Wait 2 second(s) and retry up to 2 times.
Disconnecting from Gmail Server and sleeping ...
Reconnecting to the from Gmail Server.
Get OAuth2 credential from C:\Users\Jake Sunderland/.gmvault/old-ayaman@vandegriftinc.com.oauth2.

Error when reaching Gmail server. Wait 4 second(s) and retry up to 2 times.
Error while fetching message with imap id 135089.

=== Exception traceback ===

Traceback (most recent call last):
File "c:\Users\toto\Dev\gmvault\build\gmv_runner\out00-PYZ.pyz\gmv.gmvault", line 535, in _common_sync
File "c:\Users\toto\Dev\gmvault\build\gmv_runner\out00-PYZ.pyz\gmv.imap_utils", line 189, in wrapper
File "c:\Users\toto\Dev\gmvault\build\gmv_runner\out00-PYZ.pyz\gmv.imap_utils", line 124, in reconnect
error: fetch failed: 'System Error (Failure)'

=== End of Exception traceback ===

Error: fetch failed: 'System Error (Failure)'.

=== Exception traceback ===
Traceback (most recent call last):
File "c:\Users\toto\Dev\gmvault\build\gmv_runner\out00-PYZ.pyz\gmv.gmv_cmd", line 746, in run
File "c:\Users\toto\Dev\gmvault\build\gmv_runner\out00-PYZ.pyz\gmv.gmv_cmd", line 665, in _sync
File "c:\Users\toto\Dev\gmvault\build\gmv_runner\out00-PYZ.pyz\gmv.gmvault", line 626, in sync
File "c:\Users\toto\Dev\gmvault\build\gmv_runner\out00-PYZ.pyz\gmv.gmvault", line 589, in _sync_emails
File "c:\Users\toto\Dev\gmvault\build\gmv_runner\out00-PYZ.pyz\gmv.gmvault", line 547, in _common_sync
File "c:\Users\toto\Dev\gmvault\build\gmv_runner\out00-PYZ.pyz\gmv.gmvault", line 152, in handle_sync_imap_error
error: fetch failed: 'System Error (Failure)'

=== End of Exception traceback ===

usage: gmvault [-h] [-v] {sync,restore,check,export} ...

optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit

subcommands:
{sync,restore,check,export}
valid subcommands.
sync synchronize with a given gmail account.
restore restore gmvault-db to a given email account.
check check and clean the gmvault-db disk database.
export Export the gmvault-db database to another format.

Examples:

a) Get help for each of the individual commands

#> gmvault sync -h
#> gmvault restore --help
#> gmvault check -h
#> gmvault export -h

Is there a way to correct this error I have tried the --debug and --resume and --restart command after the initial sync command but still nothing changes when I debugged it as soon as it hit email 76458 it prompts with the same error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant