eddie3 / gogrepo

Python-based tool for downloading all your GOG.com game and bonus collections to your local computer for full offline enjoyment.
481 stars 114 forks source link

login issue: TypeError: putch() argument 1 must be char, not unicode #24

Closed irate-overlord closed 7 years ago

irate-overlord commented 7 years ago

C:{directory here}>gogrepo.py login enter username: xxxx@yahoo.com 11:35:03 | fatal... Traceback (most recent call last): File "C:{directory here}", line 1167, in <m odule> main(process_argv(sys.argv)) File "C:{directory here}", line 1139, in ma in cmd_login(args.username, args.password) File "C:{directory here}", line 537, in cmd _login login_data['passwd'] = getpass.getpass("enter password: ") File "C:\Python27\lib\getpass.py", line 95, in win_getpass msvcrt.putch(c) TypeError: putch() argument 1 must be char, not unicode

I replaced my actual directory name with {directory here}

eddie3 commented 7 years ago

Fixed merged. Thanks @HamsterExAstris for the PR.