Posted October 02, 2023
How do you download just one specific game?
It says on the site as an example: gogrepo.py download -id trine_2_complete_story
where do you get the id for a game? why doesnt it allow to download by name?
and how do you install this on windows?
why is there no simple working gog download client for Windows which has no disadvantage which doesnt need nonsense like php, python, docker or what else... cant someone make a simple one with a GUI too.
When I use this command I get this error:
D:\GOGOffline>python gogrepo.py update -os windows -lang en
16:09:51 | loading local manifest...
16:09:51 | fatal...
Traceback (most recent call last):
File "D:\GOGOffline\gogrepo.py", line 1166, in <module>
main(process_argv(sys.argv))
File "D:\GOGOffline\gogrepo.py", line 1141, in main
cmd_update(args.os, args.lang, args.skipknown, args.updateonly, args.id)
File "D:\GOGOffline\gogrepo.py", line 603, in cmd_update
gamesdb = load_manifest()
^^^^^^^^^^^^^^^
File "D:\GOGOffline\gogrepo.py", line 257, in load_manifest
with codecs.open(MANIFEST_FILENAME, 'rU', 'utf-8') as r:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen codecs>", line 906, in open
ValueError: invalid mode: 'rUb'
It says on the site as an example: gogrepo.py download -id trine_2_complete_story
where do you get the id for a game? why doesnt it allow to download by name?
and how do you install this on windows?
why is there no simple working gog download client for Windows which has no disadvantage which doesnt need nonsense like php, python, docker or what else... cant someone make a simple one with a GUI too.
When I use this command I get this error:
D:\GOGOffline>python gogrepo.py update -os windows -lang en
16:09:51 | loading local manifest...
16:09:51 | fatal...
Traceback (most recent call last):
File "D:\GOGOffline\gogrepo.py", line 1166, in <module>
main(process_argv(sys.argv))
File "D:\GOGOffline\gogrepo.py", line 1141, in main
cmd_update(args.os, args.lang, args.skipknown, args.updateonly, args.id)
File "D:\GOGOffline\gogrepo.py", line 603, in cmd_update
gamesdb = load_manifest()
^^^^^^^^^^^^^^^
File "D:\GOGOffline\gogrepo.py", line 257, in load_manifest
with codecs.open(MANIFEST_FILENAME, 'rU', 'utf-8') as r:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen codecs>", line 906, in open
ValueError: invalid mode: 'rUb'
Post edited October 02, 2023 by makedir