Posted April 01, 2025
So I've run into another issue.
The update worked fine, and it went through and created my manifest. So I went to verify what I had from before (new computer, same old storage drive), and it hit this error.
18:31:46 | mismatched file size for treasures_of_the_savage_frontier\treasures_of_the_savage_frontier_manual.zip
18:31:46 | cleaning treasures_of_the_savage_frontier\treasures_of_the_savage_frontier_manual.zip
18:31:46 | fatal...
Traceback (most recent call last):
File "D:\GOGBackup\gogrepoc.py", line 395, in __getattr__
return self[key]
~~~~^^^^^
KeyError: 'force_change'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\GOGBackup\gogrepoc.py", line 4252, in <module>
main(process_argv(sys.argv))
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\GOGBackup\gogrepoc.py", line 4050, in main
cmd_verify(args.gamedir, args.skipextras,args.skipids,check_md5, check_filesize, check_zips, args.delete,not args.noclean,args.ids, args.os, args.lang,args.skipgalaxy,args.skipstandalone,args.skipshared, args.skipfiles, args.forceverify,args.permissivechangeclear)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\GOGBackup\gogrepoc.py", line 3703, in cmd_verify
if (old_verify != itm.prev_verified or old_last_updated != itm.old_updated or itm.force_change != old_force_change):
^^^^^^^^^^^^^^^^
File "D:\GOGBackup\gogrepoc.py", line 397, in __getattr__
raise AttributeError(key)
AttributeError: force_change
Thanks again
The update worked fine, and it went through and created my manifest. So I went to verify what I had from before (new computer, same old storage drive), and it hit this error.
18:31:46 | mismatched file size for treasures_of_the_savage_frontier\treasures_of_the_savage_frontier_manual.zip
18:31:46 | cleaning treasures_of_the_savage_frontier\treasures_of_the_savage_frontier_manual.zip
18:31:46 | fatal...
Traceback (most recent call last):
File "D:\GOGBackup\gogrepoc.py", line 395, in __getattr__
return self[key]
~~~~^^^^^
KeyError: 'force_change'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\GOGBackup\gogrepoc.py", line 4252, in <module>
main(process_argv(sys.argv))
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\GOGBackup\gogrepoc.py", line 4050, in main
cmd_verify(args.gamedir, args.skipextras,args.skipids,check_md5, check_filesize, check_zips, args.delete,not args.noclean,args.ids, args.os, args.lang,args.skipgalaxy,args.skipstandalone,args.skipshared, args.skipfiles, args.forceverify,args.permissivechangeclear)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\GOGBackup\gogrepoc.py", line 3703, in cmd_verify
if (old_verify != itm.prev_verified or old_last_updated != itm.old_updated or itm.force_change != old_force_change):
^^^^^^^^^^^^^^^^
File "D:\GOGBackup\gogrepoc.py", line 397, in __getattr__
raise AttributeError(key)
AttributeError: force_change
Thanks again