You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected outcome (what are you trying to do?):
Mail is restored
Actual outcome (what errors or bad behavior do you see instead?):
Using backup folder [email protected]
Traceback (most recent call last):
File "gyb.py", line 2817, in
File "gyb.py", line 2254, in main
File "gyb.py", line 1990, in convert_timestamp
File "_strptime.py", line 555, in _strptime_datetime
File "_strptime.py", line 336, in _strptime
ValueError: unconverted data remains: .156000
[40044] Failed to execute script 'gyb' due to unhandled exception!
The text was updated successfully, but these errors were encountered:
After some testing with the python source, and adding in a print(val) to see what it was actually falling over on, I have found a few dates written into the database that it cannot process.
For example:
2013-03-24 17:34:40.756000
2013-03-24 17:34:40.481000
I am now using DB Browser for SQLite to edit the date fields and will try running the code again.
Edit: It is now restoring my email. So manually fixing the database worked.
Please confirm the following:
Yes
Yes
Full steps to reproduce the issue:
Backed up mail from gmail.com, trying to restore into a GSuite Legacy account - no issues
Using the command:
Expected outcome (what are you trying to do?):
Mail is restored
Actual outcome (what errors or bad behavior do you see instead?):
Using backup folder [email protected]
Traceback (most recent call last):
File "gyb.py", line 2817, in
File "gyb.py", line 2254, in main
File "gyb.py", line 1990, in convert_timestamp
File "_strptime.py", line 555, in _strptime_datetime
File "_strptime.py", line 336, in _strptime
ValueError: unconverted data remains: .156000
[40044] Failed to execute script 'gyb' due to unhandled exception!
The text was updated successfully, but these errors were encountered: