-
Notifications
You must be signed in to change notification settings - Fork 212
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
KeyError: 'labels' results in [73196] Failed to execute script 'gyb' due to unhandled exception! #435
Comments
I have the same error with three different versions 1.62, 1.72, 17.4. I'm on macOS Ventura and trying to restore using service account |
Same error, tried versions 1.74, 1.70, 1.60 |
Seeing the same issue |
I can add that it went away on a subsequent run a couple days later. I haven't done anything to test this theory, but in my case the restore is happening milliseconds after the destination user is created with a gam command, and the user is still in part being provisioned inside google. probably need to test and wait for label creation to work with the new user before running the restore which as one step recreates all the labels in the archive. perhaps there could be more detailed error messaging/handling in gyb, but i can work around if i'm correct |
Also affected with GYB 1.80.
|
running normal gam call (gyb --email [email protected] --action restore --local-folder [email protected]/ --service-account results in the following output:
Traceback (most recent call last):
File "gyb.py", line 2767, in
File "gyb.py", line 2258, in main
File "gyb.py", line 1632, in labelsToLabelIds
KeyError: 'labels'
[73196] Failed to execute script 'gyb' due to unhandled exception!
Same thing happenes with mbox restoration.
I am running Got Your Back 1.74
I tried to comment the line out but to no avail.
The text was updated successfully, but these errors were encountered: