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

Unable to download - KeyError: 'force_change' #112

Open
nocturneop15 opened this issue Jul 25, 2024 · 3 comments
Open

Unable to download - KeyError: 'force_change' #112

nocturneop15 opened this issue Jul 25, 2024 · 3 comments

Comments

@nocturneop15
Copy link

Updating manifest works fine, but download does not. So far tried to delete manifest at all, verify all games with no positive impact.

Error obtained:

Traceback (most recent call last):
  File "D:\DATA\Hry\GOG\gogrepoc-master\gogrepoc.py", line 351, in __getattr__
    return self[key]
           ~~~~^^^^^
KeyError: 'force_change'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\DATA\Hry\GOG\gogrepoc-master\gogrepoc.py", line 3980, in <module>
    main(process_argv(sys.argv))
  File "D:\DATA\Hry\GOG\gogrepoc-master\gogrepoc.py", line 3740, in main
    cmd_download(args.savedir, args.skipextras, args.skipids, args.dryrun, args.ids,args.os,args.lang,args.skipgalaxy,args.skipstandalone,args.skipshared, args.skipfiles,args.covers,args.backgrounds,args.downloadlimit)
  File "D:\DATA\Hry\GOG\gogrepoc-master\gogrepoc.py", line 2692, in cmd_download
    elif game_item.force_change == True:
         ^^^^^^^^^^^^^^^^^^^^^^
  File "D:\DATA\Hry\GOG\gogrepoc-master\gogrepoc.py", line 353, in __getattr__
    raise AttributeError(key)
AttributeError: force_change

Python environment - Python 3.12.4
OS - windows Server 2019 Std, windows server 2016 std, Windows 10 Pro

@nocturneop15
Copy link
Author

https://github.com/dallemon/gogrepoc fork has fixed this error

@Kalanyr
Copy link
Owner

Kalanyr commented Aug 5, 2024 via email

@nocturneop15
Copy link
Author

good work, looks fixed to me

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

2 participants